@charset "utf-8";
.frmHdr{
	background: url("../images/mychoc_header.jpg") repeat-x;
	height: 34px;
	width: 100%;
	font-weight: bold;
	padding-left: 6px;
	padding-top: 8px;
}
.frmHdr label{
	font-weight: bold;
	background : url("../images/asterisk.gif") no-repeat -2% 0%;
	display : inline;
	float: right;
	margin-right: 20px;
	margin-left: 4px;
	padding-left: 5px;
	padding-bottom: 1em;
	margin-top: -12px;
	width: 50px;
}
.frmReqd{
	font-weight: bold;
	padding-left: 6px;
	padding-right: 2px;
}
.frmReqd2{
	font-weight: bold;
	background: url("../images/asterisk.gif") no-repeat;
	padding-left: 4px;
	padding-right: 2px;
}
.frmInstr{
	position: absolute;
	left: 90%;
	width: 70%;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 9px;
	margin-top: 8px;
	margin-left: 6px;
}
.frmInstrL{
	position: absolute;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 9px;
	margin-top: 8px;
	margin-left: 6px;
}
form, label, input{
	font-size: 1em;
}
form{
	position: relative;
	left: 15%;
}
fieldset{
	width: 100%;
	margin-left: 0.5em;
	padding: 0.5em 0em 0em 0em;
	border: 0em;
}
fieldset p{
	clear: both;
	left: 23%;
	width: 90%;
}
.acceptreject{
	position: relative;
	left: -15%;
	text-align: center;
	margin: 4px;
}
#termsofuse{
	position: relative;
	left: -15%;
}
label{
	position: relative;
	display: block; 
	margin: .5em 0em 0em .2em;
	padding-bottom: .1em;
	font-weight: bold;
	text-align: right;
	width: 40%;
}
input{
	margin-left: .2em;
	margin-bottom: .5em;
}

label.frmReqd > span{
	background : url("../images/asterisk.gif") no-repeat 0% 0%;
}
input.GreenButton{
	float: right;
}
br{
	clear: both;
	padding: 20px;
}
div.Hdr{
	background : url("../images/yelHdrsm.gif") repeat-x;
	height: 25px;
	margin-top: .6em;
	padding-top: .4em;
	padding-left: .6em;
	font-weight: bold;
}
.human{
 display: none;
}
.vHuman{
	width: 480px;
}