@CHARSET "UTF-8";
.attention {
	font-size:1.2em;
	display:block;
	padding-bottom:0 !important;
	margin:0 0 10px 0;
	padding-left:152px;
}

.skipPad {
	padding-left:0 !important;
}

.attention div {
	border: 1px solid #A12222;
	padding:5px;
}

.attention strong {
    color:red;
	display:block;
	margin-bottom:5px;
}

.attention span {
	display:block;
	color:#A12222;
	margin-bottom:5px;
	padding-left:10px;
	background:url(../images/err-arr.gif) left center no-repeat;
}


.information {
	font-size:1.2em;
	display:block;
	padding-bottom:0 !important;
	margin:0 0 10px 0;
	padding-left:152px;
}

.information div {
	border: 1px solid #5D8755;
	padding:5px;
}

.information strong {
    color:#5D8755;
	display:block;
	margin-bottom:5px;
}

.information span {
	display:block;
	color:#5D8755;
	margin-bottom:5px;
	padding-left:0px;
	/*background:url(../images/err-arr.gif) left center no-repeat;*/
}


.info{
	font-size:1.1em;
	color:#5D8755;
	margin-bottom:10px;
}

em.obl{
	color:#A12222;
	clear: both;
	font-size:1.4em;
	padding-left:1px;
	padding-right:1px;
	/*font-weight:bold;*/
}

#pwd_strength
{
	background: url('../images/pwd_strength.png') left center no-repeat;
	height:15px;
	width:0px;
}

.information_notification div
{
	background:#FFDCD8 url('../images/alert.png') 20px center no-repeat;
	border:1px solid #601B20;
}

.information_notification strong, .information_notification span {
	color:#601B20;
	margin-left:60px;
}
