/* 
 * SMARTFORM V2 - 19/12/2007
 *
 * NOTE TO WHOEVER HACKS THIS FILE
 *
 *
 */
.smartform label {
		width:							120px;
		text-align:					right;
		float:							left;
		margin-right:				20px;
		margin-bottom:			10px;
		}
.smartform .field_full,
.smartform .full_container,
.smartform .full_container label {
		width:							250px;
		}
.smartform .field_half,
.smartform .button_half,
.smartform .half_container,
.smartform .half_container label{
		width:							120px; /* (full width - margin-right) / 2 */
		margin-right:				10px;
		float:							left;
		}
.smartform .field_third {
		width:							77px; /* (full width - (margin-right *2)) / 3 */
		margin-right:				10px;
		float:							left;
		}
.smartform .field_full,
.smartform .field_half,
.smartform .button_half,
.smartform .field_third {
		float:							left;
		color:							#000000; /* black */
		font-family:				verdana, arial, sans-serif;
		font-size:					11px;
		margin-bottom:			10px;
		margin-right:				10px;
		}
.smartform .field_full,
.smartform .field_half,
.smartform .field_third {
		background-color:		#ffffff; /* white */
		border:							1px solid #7F9DB9; /* standard windows input border blue */
		}
.smartform .full_container,
.smartform .half_container {
		float:							left;
		margin-right:				10px;
		margin-bottom:			8px; /* this + label margin = 10px */
		}
.smartform .full_container label,
.smartform .half_container label {
		text-align:					left;
		margin-bottom:			2px;
		margin-right:				0;
		border-bottom:			1px solid	#f0f0f0; /* light grey */
		}
.smartform .readonly {
		background-color:		#eeeeee; /* light grey */
		}
.smartform .error .field_full,
.smartform .error select {
		background-color:		#ffcccc; /* light red */
		border:							1x solid #ff0000; /* bright red */
		}
.smartform .error label {
		color:							#ff0000; /* bright red */
		}
.smartform br {
		clear:							left;
		}
#error_messages {
		display:						none;
		background-color:		#FFEEEE;
		border-bottom:			1px solid #FF0000;
		border-top:					1px solid #FF0000;
		color:							#FF0000;
		margin:							10px 0;
		padding:						10px;
		}
