body {
background-color: white;

}
#contents {
width: 360px;
border: 2px solid black;
text-align: left;
background-color: white;
}
label {
	
}
.red {
	color: red;
}
label.radio {
width: 100%;
text-align: left;

}
#form {
font-size:70%;
position: relative;
}
form {
	font-family: Verdana, Arial, Sans-Serif;
	padding: 10px;
	height: expression('1%'); /* IE Pick-a-boo bug fix */
	
}
fieldset {
	position: expression('relative'); /* Fixes IE problem with fieldset+legend boundaries */
	padding: 15px 10px;
	background-color:#CCFFFF;
	margin: 20px 0;
}
fieldset.main {
background-color: transparent;
}
fieldset fieldset  {
	border: 1px solid #ccc;
	background-color:#FFF;
}
legend {
	position: expression('absolute'); 
	top: expression('-9px'); /* Fixes IE problem with fieldset+legend boundaries */
	padding: 2px 5px;
	background-color: silver;
	border: 1px solid black;
}
fieldset fieldset legend {
	font-size: 90%;
}
label, .label {	
	text-transform: capitalize;
	color: #333;
	
	margin: 0;
  /* float:left; */
  width:35%;
  margin-right:0.2em;
  padding-top:0.2em;
  text-align: left;
  font-weight:bold;
  font-size: 80%;
  clear: both;
float: left;
}

/* .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.6em 4px 0 0;
}
.label { display: block; width: auto; }

label.postField  {
	margin-left: 4px;
	margin-right: 4px;
}

/* wForms Related Rules */
/* ==================== */
/* Field w/ a validation error */
.error {	/* deprecated since wForms v0.92 */
	border: 1px solid #F00;
}
.errFld {
	border: 1px solid #336699;
	background-color:#FFFFCC;
}
/* Styling for message associated with a validation error. */
.errorMsg { /* deprecated since wForms v0.92 */
	color: #CC3333 !important;
	display: block;
	font-size:11px;
	background-image:url("images/warn.gif");
	background-position:left center;
	background-repeat:no-repeat;
	padding:2px 0 0 18px;
}
.errMsg {	
	color: #CC3333 !important;
	
	font-size:11px;
	background-image:url("images/warn.gif");
	background-position:left center;
	
	background-repeat:no-repeat;
	padding:2px 0 0 18px;
	position: absolute;
	right: 1px; 
	float: right;
	width: 30%!important;
	width: 30%;
	height: auto;
	text-align:center;

}
