#mask {
    position:absolute;
    left:0;
    top:0;
    z-index:99998;
    background-color: #4D4D4D;
    display:none;
}
.dialog_content{
    display: inline;

}

#notification {
	float: left;
}

.newletter-container .success {
	color:#36972E !important;
}

.newletter-container .warning {
	color:#CB1417 !important;
}
/*Newletter============================================================*/

.newletter-container {margin: 22px 0 0 0;}
.newletter-title {
	float: left;
	background:  url(../image/e-mail.png) no-repeat left;
	padding-left: 70px;
	margin-bottom: 5px;
	margin-right: 15px;
}
.newletter-title h2 {
	line-height: 27px;
	margin: 0 0 -2px;
	text-decoration: none;
	color: #303030;
	font-size: 16px;
	text-transform: uppercase;
	letter-spacing: -1px;
}
.newletter-title label{
	font-weight: normal;
	font-size: 14px;
	margin: 0 0 5px;
	color: #7d7d7d;
	font-family: arial;
}
.newletter-container .close a { display:inline-block; }
.newletter-container .newleter-content { margin-top:5px; }
.newletter-container .newleter-content label { display:inline-block; font-size:13px; color:#666; }
.newletter-container .newleter-content span {
	font-size:14px;
	color:#666;
	text-transform:uppercase;
	font-weight:normal;
	display:none;
}
.newletter-container .newleter-content input  {
	width: 240px;
	float: left;
	border: none;
	border-bottom: 3px solid #cccccc;
	background: #f1f1f1;
	padding: 13px 10px;
	color: #333;
	border-radius: 5px;
	margin-bottom: 5px;
	margin-right: 15px;
}
.newletter-container .newleter-content .button {
	display: inline-block;
	padding: 16px 16px 11px;
	text-align: center;
	white-space: nowrap;
	background: #3799E4;
	color: #fff;
	text-transform: uppercase;
	border-bottom: #1A75BB 3px solid;
	border-radius: 4px;
	letter-spacing: 1px;
	font-family: archivoNarrow-bold;
}
.newletter-container .newleter-content .button:hover{
	background: #1A75BB;
	border-bottom: #3799E4 3px solid;
	cursor:pointer;
}
.newletter-container .newleter-content .button:hover span{color:#fff;}
.newletter-container .newleter-content .button span {
    font-size: 13px;
	color: #989898;
	font-weight:normal;
	display:inline-block;
}
/*End-Newletter============================================================*/
