.registration_form {
	margin:0 auto;
	width:500px;
	padding:14px;
}
label {
	width: 10em;
	float: left;
	margin-right: 0.5em;
	display: block
}
.submit {
	float:right;
}

legend {
	color: #fff;
	background: #1C6EEA;
	border: 1px solid #1C6EEA;
	padding: 2px 6px
}
.elements {
	padding:5px;
}
/*
p {
	border-bottom:1px solid #B7DDF2;
	color:#666666;
	font-size:11px;
	margin-bottom:20px;
	padding-bottom:10px;
}
*/
/* Box Style */


 .success, .warning, .errormsgbox, .validation {
	border: 1px solid;
	margin: 0 auto;
	padding:10px 5px 10px 60px;
	background-repeat: no-repeat;
	background-position: 10px center;
     font-weight:bold;
     width:450px;
     
}
.success1 {
	border: 1px solid;
	margin: 0 auto;
	padding:10px 5px 10px 60px;
	background-repeat: no-repeat;
	background-position: 10px center;
     font-weight:bold;
     width:450px;
     color: #4F8A10;
	background-color: #DFF2BF;
	background-image:url(../images/success.png);
	
     
}
.success {
   
	color: #4F8A10;
	background-color: #DFF2BF;
	background-image:url(../images/success.png);
}
.warning {

	color: #9F6000;
	background-color: #FEEFB3;
	background-image: url(../images/warning.png);
}
.errormsgbox {
 
	color: #D8000C;
	background-color:#F39987;
	background-image: url(../images/error.png);
	background-position: left top;
}
.validation {
 
	color: #D63301;
	background-color: #FFCCBA;
	background-image: url(../images/error.png);
}
.mandodory{color:red;font-weight:bold}



