/*
 
Copyright (c) Enigma Interactive 2006

SOM2
Project:		OHE
Filename:		layout_contact.css
Description:	Site-wide layout elements
     
History
ver date  		who     	comment
-----------------------------------------------------------------------------
2	20/12/06	PG			inital setup
1	8/12/06		PG			created

*/

#ContactUsWrapper{
	
}
 #ContactUsWrapper .row {
	width: 100%;
	overflow: hidden;
	margin-bottom: 10px;
} 

 #ContactUsWrapper .label {
	width: 130px;
	float: left;
	font-weight: bold;
} 

 #ContactUsWrapper .field {
	width: 300px;
	float: left;
} 

#ContactUsWrapper .field input,
#ContactUsWrapper .field textarea{
	float: left;
} 


 #ContactUsWrapper .mandatory {
	float: left;
} 
/*
 #ContactUsWrapper .field input {
	font-size: 1em;
	
} 

 #ContactUsWrapper .field textarea {
	font: normal 0.9em arial,verdana,sans-serif;
	width: 175px;
	
} 

 #ContactUsWrapper .bottomButtons {
	width: auto;
	float: left;
} 

 #ContactUsWrapper .bottomButtons .reset {
	width: 50px;
	float: left;
	margin: 10px;
} 

 #ContactUsWrapper .bottomButtons .submit {
	width: 50px;
	float: left;
	margin: 10px;
} 

 #ContactUsWrapper .formHandlerError {
	color: #FA5050;
	font-weight: bold;
	margin-bottom: 10px;
} 

 #ContactUsWrapper .formHandlerSuccess {
	font-weight: bold;
	margin-bottom: 10px;
} 

*/