*{margin:0px;padding:0px;}
body{line-height:1;font-size:13px;font-family: Arial, "Times new roman", Tahoma;}
h1,h2,h3,h4,h5,h6{font-size:100%;padding:0; margin:0;}
h1{font-size: 17px;}
h2{font-size: 15px;}
h3{font-size: 14px;}
h4,h5,h6{font-size: 13px;}
ul,ol{list-style:none;}
img{border:0px; outline: none;}
a{color:#244789;text-decoration:none; outline: none;}
a:hover{text-decoration:underline;}
.clear{clear: both;}
#flashMessage{
	text-align: center;
}
#flashMessage span{
	margin: 0px auto;
	border: 1px solid #c1e297;
	height: 28px;
	line-height: 28px;
	padding: 5px 10px 5px 25px;
}
#flashMessage span.success{
	background: #eaf7d9 url('../img/admin/success.jpg') 5px center no-repeat;
	color: #0160fd;
}
#flashMessage span.error{
	background: #eaf7d9 url('../img/admin/error.jpg') 5px center no-repeat;
	color: #f8050b;
}
.error-message{
	color: red;
	line-height: 22px;
	float: right;
	width: 54%;
	text-align: left;
}