/*
 
Copyright (c) Enigma Interactive 2005

SOM2
Project:		DCH
Filename:		coForm.css
Description:	Layout of the contact page
     
History
ver date  		who     	comment
-----------------------------------------------------------------------------
1	4/10/05		PG			Created

*/

#coContactUs{
	
}

#coContactUs .row{
	position:relative;	
	width:100%;
	overflow:hidden;
}

#coContactUs .checkboxandlabel{
	display:block;
	width:113px;
	float:left;
}
#coContactUs .checkboxandlabel a{
	text-decoration:none;
}

#coContactUs .specialRow{
	width:100%;
	position:relative;
	overflow:hidden;
	padding:10px 0px;
}
#coContactUs .specialRow .mandCol{
	width:20px;
	float:left;
}
#coContactUs .specialRow label{
	width:130px;
	float:left;
}
#coContactUs .specialRow input{
	width:250px;
	float:left;
}
#coContactUs .specialRow input.checkbox{
	width:auto;
}
#coContactUs .specialRow textarea{
	width:290px;
	height:200px;
}

#coContactUs .buttons{
	padding:10px 0px 0px 130px;
}

#coContactUs .contactShort{
	position:relative;
	float:left;
	width:130px;
	line-height:1.1em;
}
