#error_php {
	background-color:#FFD2D6; color:#0B0B0B; border:red 1px solid;
	width:429px; padding: 12px; margin:0 0 10px 20px;
	font:normal 12px/20px Georgia, "Times New Roman", Times, serif;
	text-align:left;
}
#error {	text-align:left;
	display:none;
	background-color:#FFD2D6; color:#0B0B0B;
	border:red 1px solid;
	padding:10px;
	margin:10px;
	font:normal 12px/20px Georgia, "Times New Roman", Times, serif;
}
label.error {
   width:400px;
   margin-left:20px;
}
.error_header{
	font:bold 12px/20px Georgia, "Times New Roman", Times, serif;
	color:#970000;
}
#error_js {
	background-color:#FFE1DF; color:#0B0B0B; border:red 1px solid;
	padding:12px; width:440px; margin:50px;
	font:normal 12px/20px Georgia, "Times New Roman", Times, serif;
	text-align:left;
}
.error, .info_pass{
	color:#0B0B0B;
	width:429px; padding: 12px;
	font:normal 12px/20px Georgia, "Times New Roman", Times, serif;
	text-align:left;
}
#bodyPannel form.search input[type=text].error{
	background-color:#FFD2D6; color:#0B0B0B; border:red 1px solid;
	width:158px; height:22px; padding:2px; margin:0 0 8px 0;
	font:bold 14px/20px Georgia, "Times New Roman", Times, serif;
}
#bodyPannel form.search input[type=password].error{
	background-color:#FFD2D6; color:#0B0B0B; border:red 1px solid;
	width:158px; height:22px; padding:2px; margin:0 0 8px 0;
	font:bold 14px/20px Georgia, "Times New Roman", Times, serif;
}
.info_pass{
background-color:#666666;
}
.error p, .info_pass p{
    color:#FFFFFF;
    margin:6px 0 0 0;
    font:normal 10px Georgia, Helvetica, sans-serif;
}
.error h4, .info_pass h4{
    color:#FFFFFF;
    margin:6px 0 0 0;
    font:bold 13px/15px Georgia, Helvetica, sans-serif;
}
