

.srn_info, .srn_success, .srn_warning, .srn_error, .srn_validation {
	border: 1px solid;
	margin: 10px 0px;
	padding:15px 10px;
	background-repeat: no-repeat;
	background-position: 10px center;
}
.srn_info {
	color: #00529B;
	background-color: #BDE5F8;
}
.srn_success {
	color: #4F8A10;
	background-color: #DFF2BF;
}
.srn_warning {
	color: #9F6000;
	background-color: #FEEFB3;
}
.srn_error {
	color: #D8000C;
	background-color: #FFBABA;
}

input.srnform{
	border: 1px solid #333;
	width:200px;
	padding: 2px;
	margin-bottom:1px;
}
input[type=submit].srnform{
	background: #fff;
	border: 2px solid #333;
	cursor: pointer;
	font-weight: bold;
	margin: 2px 0 0;
	padding: 1px 18px;
	width:auto !important;
}
input:focus.srnform{
	background: #FFDF8D;
}
textarea.srnform{
	border: 1px solid #333;
	width:300px;
	height:120px;
	padding: 2px;
	margin-bottom:1px;
}
label.srnform{
	display: block;
	float: left;
	margin: 3px 4px 0 0;
	width: 140px;
}
.srnform_msg{
	position:absolute;
	z-index:9999;
	height:14px;
	width:200px;
	text-align:center;
	overflow:hidden;
	padding:2px 5px;
	background: #fff;
	border:1px solid #ddd;
	-moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -khtml-border-radius: 2px;
    border-radius: 2px;
	opacity:0.9;
	filter:alpha(opacity=90);
	margin-left:5px;
	display:none;
	color:red;
	font-weight:bold;
	font-size:12px;
}