/*
_,     .  __   ,__,   _   ,    ,_   _  __,   //  ,____,      ,____,   _,_-/- .  _,_ ,__,      ,_    .  __  -/-      ,_   _   ,  
 (_/__/__(_/__/ / (__(/__/_)__/ (__(/_(_/(__(/__/ / / (_   _/ / / (__(_/_/__/__(_/_/ / (_    _/_)__/__(_,__/__(_/__/ (__(/__/_)_
         _/_                                                                                 /                                  
        (/  
*/
/** START MAIL ERROR BOX **/

.spacer{
	clear: both;
}
.box_error, .box_success{
	border-bottom: 1px solid #9549fa;
	background-color: #000000;
	width: 100%;
	text-align: center;
	z-index:99;
}
.box_success{
 	background-color: #000000;
}
.box_error .wrapper, .box_success .wrapper{
	margin: 0 auto;
	text-align: left;
	width: 700px;
	color: #FFF;
}
.box_error .title, .box_success .title{
	float: left;
	width: 30%;
	font-family: Helvetica, sans-serif;
	font-size:24px;
	font-size-adjust:none;
	line-height:35px;
	margin:0;
	padding:15px;
}
.box_error .description, .box_success .description{
	float: left;
	width: 50%;
	font-size: 11px;
	padding:15px;
}
.box_error .icon{
	float: right;
	padding:10px;
}
.box_error a:link, .box_error a:visited, .box_error a:active,.box_success a:link, .box_success a:visited, .box_success a:active{
	color: #FFF;
}
.box_error a:hover, .box_success a:hover{

}
.box_error li{
	list-style::square;
	list-style-position:inside;
}
/** END MAIL ERROR BOX **/

/** START LOGIN NOTICE **/
.login_notice{
	width: 100%;
	border-bottom: 1px solid #9549fa;
	background-color: #000000;
	color: #FFF;
	height: 120px;
	text-align: center;
	z-index:99;
}
.login_notice .wrapper{
	margin: 0 auto;
	text-align: left;
	width: 700px;
}
.login_notice .left{
	float: left;
	width: 49%;
}
.login_notice .right{
	float: right;
	width: 49%;
}
.login_notice .title{
	font-family: Helvetica, sans-serif;
	font-size:24px;
	font-size-adjust:none;
	line-height:35px;
	margin:0;
	padding:14px 15px 3px 0;
}
.login_notice .description{
	font-size: 11px;
	text-align:justify;
}
.login_notice label{
	display: block;
	font-weight: normal;
	margin: 5px 0px 2px 0px;
}
.login_notice input{
	border: 1px solid #9649fb;
	background: #e5d2ff;
}
.login_notice .button_green{
	border: 1px solid #9649fb;
	cursor:pointer;
	font-family: Helvetica, sans-serif;
	font-size:11px !important;
	line-height:16px;
	padding:2px 8px;
	text-decoration:none;
	padding: 3px 10px;
	background-color: #e5d2ff;
	font-weight: bold;
	color: #43206e;
	margin: 1px 4px;
}

.login_notice .button_red{
	border: 1px solid #9649fb;
	cursor:pointer;
	font-family: Helvetica, sans-serif;
	font-size:11px !important;
	line-height:16px;
	padding:2px 8px;
	text-decoration:none;
	padding: 3px 10px;
	background-color: #e5d2ff;
	font-weight: bold;
	color: #43206e;
	margin: 1px 4px;
}
/** END LOGIN NOTICE **/
