/*******************************************************************************
* CONTACT PAGE
*******************************************************************************/
form{
padding-left:25px;;
width:405px;
font:normal 12px Arial, Helvetica, sans-serif;
}
fieldset {
	position: expression('relative'); /* Fixes IE problem with fieldset+legend boundaries */
	background-color:#F3F7FA;
	margin:10px 0 0 0;
	padding:5px 10px;
	border:1px solid #4B638D;
}
textbox {
	margin-top:2px;
}
formul {
	overflow: visible;
	float: expression('left');
	position: relative;
}
	
legend {
	position: expression('absolute');
	top: expression('-9px'); /* Fixes IE problem with fieldset+legend boundaries */
	padding: 2px 5px;
	font-weight: bold;
	color:#005097;
}
/* .label is typically used on a span or p tag to label a radio or checkbox group */
label.prefield, .label  {
display: inline ; float: left ; width: 80px ;  margin:0 0 0 5px ;
/*	display: -moz-inline-box;
	display: inline-block;	
	width: expression('7em'); /* Min-width for IE6 
	min-width: 6em;
	padding: 0 2px;
	margin: 0.2em 4px 0 0;*/
}
.label { display: block; width: auto; }

label.postField  {
	margin: 0 4px;
}
textarea {
	padding: 0;
	vertical-align:top;
	width: 15em;
	height: 70px;
	margin-top:2px;
}
input[type=image] {
margin-top:8px;
border:0;
margin: 2px 0 0 0;
}
input[type=text], input[type=password] {
	width: 17em;
	margin: 2px 0 0 0;
}
select {
	padding: 0;
	margin: 2px 0 0 0;
}

/* Form Builder Related Rules */
/* ========================== */
/* Form or Fieldset instruction paragraph. */
/* Form Builder Related Rules */
/* ========================== */
/* Form or Fieldset instruction paragraph. */
.instructions {
	margin: 0.7em 0;
	font-size: 0.9em;
	font-style: oblique;	
}
.espace {
	margin: 0.4em 0;
	font-size: 0.1em;
}
/* Ties together a label and its checkbox or radio */
.oneChoice {
	white-space: nowrap; 
}
/* wForms Related Rules */
/* ==================== */
/* Field w/ a validation error */
.error {	
	border: 1px solid #DE7008;
}
.errFld {
	border: 1px solid #DE7008;
	background:#FBDDC0;
}
/* Styling for message associated with a validation error. */
.errorMsg { 
	color: #DE7008 !important;
	display: inline;
}
.errMsg {	
	color: #DE7008 !important;
	display: block;
}
/* Field-Hint with focus */
.field-hint {
	color: #000;
	float: right;
	clear: right;
	width: 30px;
	font-size: 85%;
	min-height: 2em;	
	padding: 0 0 0 20px ;
}
/* Field-Hint without focus */
.field-hint-inactive {
	color: #666;
	float: right;
	clear: right;
	width: 30px;
	font-size: 85%;
	min-height: 2em;
	padding: 0 0 0 20px ;
}
/* Repeat Behavior  */
.repeat {
	border: 1px solid #ddd;
	background-color: #FFFFFF;
	margin: 3px 0;
	padding-right: 6px;
}
.removeable {
	border: 1px solid #ddd;
	background-color: #F3F3F3;
	padding-right: 6px;	
}
/* Links generated by the Repeat Behavior */
.duplicateLink {
	margin-top: 10px;
	font-weight: bold;
	text-align: right;
	display: block;
}
.removeLink {
	margin-top: 10px;
	text-align: right;
	display: block;
	color: #CC3300;
}
/* Switch Behavior Classes */
.onstate-a, .onstate-b, .onstate-c, .onstate-d {
	display: block;
}
.onstate-e, .onstate-f, .onstate-g {
	display: inline;
}
.onstate-h, .onstate-i, .onstate-j {
	display: inline;
}

.small {
	text-align:center;
	font-size:10px;
	}
	
	

