/* BMI Home Page */
.bmicta {
	text-align: center;
	margin-bottom: 50px;
}
.bmicta img {
	border: 0;
	margin: 0 10px;
}


/* Stage1 Login */
#bmilogin {
	width: 320px;
	height: 150px;
	margin: 0 0 20px 50px;
	background: transparent url(login_bg.gif) 0 0 no-repeat;
	padding: 2px;
	/*border: 1px solid black;*/
}
#bmilogin td {padding: 2px;}
#bmilogin td.ques
{
	padding: 0 5px 0 0;
	text-align: right;
	font-weight: bold;
	white-space: nowrap;
}
#bmilogin td.ans {width:100px;}

/* PW Reset */
#bmipwreset {
	width: 320px;
	height: 80px;
	margin: 0 0 20px 50px;
	background: transparent url(pwreset_bg.gif) 0 0 no-repeat;
	padding: 2px;
}
#bmipwreset td {padding: 2px;}
#bmipwreset td.ques
{
	padding: 0 5px 0 0;
	text-align: right;
	font-weight: bold;
	white-space: nowrap;
}
#bmipwreset td.ans {width:100px;}
#bmipwreset td.submit {text-align:center;}

/* PW New */
#bmipwnew {
	width: 270px;
	height: 110px;
	margin: 0 0 20px 70px;
	background: transparent url(pwnew_bg.gif) 0 0 no-repeat;
	padding: 10px;
}
#bmipwnew td {padding: 2px;}
#bmipwnew td.ques
{
	padding: 0 5px 0 0;
	text-align: right;
	font-weight: bold;
	white-space: nowrap;
}
#bmipwnew td.ans {width:100px;}
#bmipwnew td.val {width:10px;}
#bmipwnew td.submit {text-align:center;}

/* Stage2 Login */
#bmimi {
	margin: 10px 0 10px 50px;
}
#bmimi td.ans {
	background: transparent url(micell_bg.gif) 0 0 no-repeat;
	height: 35px;
	width: 110px;
	text-align: center;
	font-weight: bold;
}
#bmimi td.submit {
	text-align: center;
	padding-top: 5px;
}
.RandLetters {
	font-weight: bold;
}

/* Registration */
#bmireguser {width:100%;margin-bottom:10px;}

#bmiregmi {
	margin-bottom: 30px;
}
.bmiregques {
	width: 275px;
	font-weight: bold;
}
.bmiregsubmit {
 text-align: center;
 padding-top: 5px;
}



.forminfo {
	background: #fff url(help.gif) center left no-repeat;
	padding-left: 45px;
	height: 40px;
	margin: 5px 0;
	vertical-align: middle;
}

.reportoptions 
{
	height:30px;
	padding: 15px 0;
	background: transparent url(options_bg.gif) top center no-repeat;
	text-align: center;
	line-height:30px;
}

.reportoptions input {
	margin-left: 10px;
}
.reportoptions label {
	margin-left: 2px;
}
.reportbuttons {
	text-align: center;
}
.reportshelp {
	background: #fff url(help.gif) 5px 5px no-repeat;
	padding-left: 50px;
	margin: 5px 0;
	vertical-align: middle;
	line-height: 1;
	font-size: .9em;
	color: #666;
}
fieldset {
	border-width: 1px;
	border-style:solid;
	border-color: #fff;
/*
	border-color:#9a9a9a;
*/
}
legend {
	font-weight: bold;
	padding: 0 5px;
}

.required {color:red;}

#MainContainer .pdflinks {
   list-style-type:none;
   padding:6px;
   margin:0 0 7px 0;
   background-color:#ebebeb;
   border:3px double #fff;}
#MainContainer .pdflinks li {background: url(pdf_icon_small.gif) left top no-repeat;padding:0 0 5px 20px;margin:0;}
#MainContainer .pdflinks a {font-weight:bold;}

 





