
form {
	font-family: Verdana, Arial, Sans-Serif;
	padding: 40px;
	height: expression('1%'); /* IE Pick-a-boo bug fix */
	font-family: "Trebuchet MS", Trebuchet, Arial, sans-serif;
	font-size: 12px;
		background: white;
}
fieldset {
	position: expression('relative'); /* Fixes IE problem with fieldset+legend boundaries */
	padding: 30px 10px 15px 10px;
	background-color:#FAFAFA;
	margin: 20px 0;
	background: white url(wforms_bg.gif) bottom repeat-x;
	border: 2px solid #7cd3d3;
}
fieldset fieldset  {
	border: 1px solid #ccc;
	background-color:#FFF;
}
legend {
	position: expression('absolute'); 
	top: expression('-9px'); /* Fixes IE problem with fieldset+legend boundaries */
	padding: 0 85px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	background: url(legend_bg.gif) center no-repeat;
	color: White;
	font-weight: bold;
	text-transform: uppercase;
}
fieldset fieldset legend {
	font-size: 12px;
}
label, .label {	
	text-transform: capitalize;
	color: #333;
	font-size: small;
}
/* .label is typically used on a span or p tag to label a radio or checkbox group */
label.preField, .label  {
	display: -moz-inline-box;
	display: inline-block;	
	width: expression('7em'); /* Min-width for IE6 */
	min-width: 7em;
	padding: 0 2px;
	margin: 0 4px 0 0;
	height: 26px;
color:#000066;
}
.label { display: block; width: auto; }

label.postField  {color:#7cd3d3;
	margin-left: 4px;
	margin-right: 4px;
}
textarea {
	padding: 0;
	vertical-align: top;
	margin: 4px 0 1px 0;
	border: 2px solid #7cd3d3;
	height: 100px;
}
input {
	background: url(field_bg.gif) bottom repeat-x;
	border: 2px solid #7cd3d3;
	height: 22px;
	margin: 2px 0;
}
input[type=text]  {
	width: 170px;
	height: 22px;
	background: url(field_bg.gif) bottom repeat-x;
	border: 2px solid #7cd3d3;
}
select {
	padding: 0;
	margin: 2px 0 1px 0;
	background: #A9C7CC;
}
.reqMark {
	color: red;
	margin: 0 3px;	
}

