/* CSS Document */
#contect_form_outer{
width: 900px;
height:400px;
font-size:12px;
text-align:right;
}

.contect_form_inner{
margin-right:10px;
float:right;
width: 400px;

}

.contect_line{
	width: 400px;
	margin-top:20px;
	font-weight:bold;

}
.contact_name{
	width: 100px;
	float:right;
}
.contact_field{
	width: 290px;
	float:right;
}

#contact_detials_outer{
width: 200px;
height:120px;
margin-top:15px;
font-size:12px;
text-align:right;
float:right;
margin-right:30px;

}

.contact_detials_inner{
margin-right:50px;
float:right;
}


