body {
  color: #000000;
  font-size : 11px;margin-left: 0px;
  margin-top: 5px;
  font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
  background-color : #FFF;
}

div.error_main{
	width:600px;
	text-align:left;
}

.msg_err{
	width:100%;
	margin:5px 0 10px 0;
}
.msg_err div{
	border:1px solid red;
	background-color:#FFEAEA;
	color:red;
	padding:5px;
}