/* css for dj_registration starts here*/
 div.error
{
text-align: center;
font-weight: bold;
}
 .error 
{
	float:left;
	display: inline;
	border-color: red;
	color:red;
}
.messageboxok{
	position:absolute;
	width:auto;
	margin-left:30px;
/*	border:1px solid #349534;
	background:#C9FFCA;*/
	padding:3px;
	font-weight:bold;
	color:#0D12F0;
	
}
.messageboxerror{
	position:absolute;
	width:auto;
	margin-left:30px;
	/*border:1px solid #CC0000;
	background:#F7CBCA;*/
	padding:3px;
	font-weight:bold;
	color:#CC0000;
}
.error_top 
{
	width:95%;
	float:left;
	display: inline;
	text-align:center;
	border-color: red;
	color:red;
}
/* css for dj_registration ends here*/



