/* CSS Document */

#consultationformwrapper
{
	background-image:url("images/consultationformbg.png");	
	padding-top:85px;
	height:150px;
	width:225px;
	background-repeat:no-repeat;
}

#consultationrequestform
{
	position:relative;
	width:200px;
	height:auto;
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
	text-align:left;
	
}

#consultationrequestform input
{
	font-size:9px;
	height:10px;	
	width:125px;
	
}

#consultationrequestform textarea
{
	font-size:9px;	
	line-height:9px;
	width:150px;
	height:20px;
}

#consultationrequestform #mysubmit
{
	height:20px;
	width:50px;
	font-size:10px;
}

