
/* geo contact */

.control-container input
{
	width : 160px;
	color:#3F382A;
}

label
{
	color:#3F382A;
}

.control-container select
{
	width : 160px;
}

.control-container .fieldname
{
	width : 125px;
	float :left;
}

input .textarea
{
	display:inline;
	height:110px;
	width:220px;
}

.SendButton input
{
	width : 75px!Important;
	font-size:11px;
}

.footer
{
	font-style:italic;
	margin-top:20px;	
}

/*Sample code for radion button list styles */

/*The text of a radion button since this is always in a table*/
.control tr
{
 color:red;
 font-size:11px;
}

.control tr input
{
      width:20px;   
}




