BODY {
    font-family: sans-serif,Arial;
    font-size: 12px;
	  height: auto;   
	  width: 100%;    
}



body form {
	width:800px;
	margin:0px auto;
	text-align:left;
	padding:10px;
	}

fieldset {
    border: 0;
}

form fieldset ol {
    list-style-type: none;
}

form p{
   font-size: 15px; 
}

form fieldset label {
    float: left;
    width: 210px;
    text-align: right;
    margin: 5px 10px 0 -40px;
}

form fieldset label.long {
    width: 700px;
    text-align: left;
    margin: 0 0 0 -30px;
}

form fieldset legend {
	background-color: #adadad;
	font-family: Arial,sans-serif;
	font-size: 14px;
	font-weight:900;
	line-height: 18px;
	font-style: normal;
	color: #FFFFFF;
	text-align: left;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	width: 700px;
}

body h2 {
	width:700px;
	margin:0px auto;
	text-align:center;
	padding:15px;
	text-decoration:underline;
	}
	
body h3{
    width:700px;
	margin:0px auto;
	text-align:center;
	padding:15px;
}	

.omc_bannerinfo{
font-weight:bold;
background-color:#DDDDDD;
}

.heading{
font-weight:bold;
text-align:center;
text-decoration:underline;
}


.error {
    color: red;
}

   input[type=radio] {
    border: 2px solid red;
    width: 15px;
    height: 15px;
    font-weight: bold;
}