.WC_Table{ /* The Table */
	font-family: verdana;
	font-size: 12px;
	color: #616161;
}

.WC_Left{ /* Page text column */
	width: 125px;
	padding-left: 5px;
	height: 20px;
}
.WC_Middle{ /* Fields column */
	width: 155px;
}
.WC_Right{ /* Submit column */
	width: 55px;
}
.WC_TextField{ /* Field input tag */
	width: 150px;
	font-family: verdana;
	font-size: 12px;
	color: #616161;
}
.WC_DropDown{ /* Drop down boxes */
	width: 150px;
	font-family: verdana;
	font-size: 12px;
	color: #616161;
}
.WC_Submit{ /* Submit button */
	width: 50px;
	font-family: verdana;
	font-size: 12px;
	color: #616161;
}
.WC_Required{ /* "*Required" style */
	padding-left: 220px;
	font-family: verdana;
	font-size: 10px;
	color: #616161;
	margin-top: 0px;
	margin-bottom: 5px;
}
.WC_Legal { /* Disclaimer style */
	width: 350px;
	font-family: verdana;
	font-size: 12px;
	color: #616161;
	margin: 0px;
}
.WC_Error { /* Highlight Error  */
	background-color: #FF7C80;
	border: 1px solid #000000;
	width: 150px;
	height: 18px;
	font-family: verdana;
	font-size: 12px;
	color: #616161;
}
/* 'Underneath' option for submit */
.WC_SubmitRow{ 
	text-align: center;
}