.body
{
	margin-left:100px;
}

.heading
{
	font-size:25px;
	color:#08BBF2;
	font-weight:bold;
}
.heading1
{
	font-size:25px;
	color:#08BBF2;
	
}
.subheading1
{
	font-size:12px;
	color:#08BBF2;
	font-family:tahoma;
}
.subheading2
{
	font-size:12px;
	color:#08BBF2;
	font-weight:bold;
	font-family:tahoma;
}
.reg_fields
{
	padding-top:1px;
	width:105px;
	color:#666666;
	font-family:tahoma;
	font-size:11px;
	text-align:right;
	font-weight:normal;
	
}
.head_fields
{
	font-size:15px;
	color:#6AD04B;
	font-weight:bold;
	font-family:tahoma;
}
.txt
{
font-size:12px;
color:#6AD04B;
}

.button
{
background-image:url(images/sign-up.jpg);
background-repeat:no-repeat;
width:60px;
}
.year
{
background-image:url(http://localhost/newproject/images/year.jpg);
background-repeat: no-repeat;
width:60px;
}
.month
{
background-image:url(http://localhost/newproject/images/month.jpg);
background-repeat: no-repeat;
width:60px;
}
.day
{
background-image:url(http://localhost/newproject/images/day.jpg);
background-repeat: no-repeat;
width:60px;
}
.r1
{
background-image:url(http://localhost/newproject/images/r1.jpg);
background-repeat: no-repeat;
}
.r2
{
background-image:url(http://localhost/newproject/images/r2.jpg);
background-repeat: no-repeat;
}
.successpage
{
background-color:#EEF4FF;
width:700px;
margin-top:10px;
height:40px;
color:#666;
padding-left:20px;
font-weight:bold;
font-family:tahoma;
}
.errortxt
{
	color:red;
	font-size:12px;
	font-family:tahoma;
	width:150px;
}