.optionheading{
	color: black; 
	background: #f1f1f1;
}

textarea.address{
	height: 55px;
	width: 145px;
}

textarea.addressrequired{
	height: 55px;
	width: 145px;
	border: 1px solid red;
	background-color: #ffcccc;
}

.required{
	border: 1px solid red;
	background-color: #ffcccc;
}

textarea.description{
	width: 315px;
}

label.chklabel{
	display: inline;
}
.container{width:400px; border-style:solid; border-width:1px; border:thin; border-color:#DADADA; text-align:center;}
.header{height:20px; background-color:#336699; width:100%;}
.txtHdr{font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#FFFFFF; margin-left:10px; font-weight:bold; margin-top:5px;}
.submit{text-align:center}
.mainform{width:400px; border-style:solid; border-width:1px; border-color:#CCCCCC;}
.mainform input {width:200px; height:20px;}
.mainform select {width:200px; height:20px;}
.mainform td {margin-top:15px; margin-left:10px;}
.txtMain{font-family:Arial, Helvetica, sans-serif; height:20px; font-size:12px; margin-left:10px; font-weight:normal; margin-top:5px; margin-bottom:5px;}


