@charset "utf-8";
body { background-image: url(../bat-images/grayBG.gif); }
h2 {
	color: #F6C;
}
strong {
	font-weight: bold;
	text-decoration: underline;
}

    .form-label{
        width:150px !important;
    }
    .form-label-left{
	width:150px !important;
	color: #CCC;
    }
    .form-line{
        padding:5px;
    }
    .form-label-right{
        width:150px !important;
    }

.warn {
	font-size: 0.8em;
	font-style: italic;
	color: #F00;
}

#main {
	margin-top: 20px;
	width: auto;
	margin-left: 0px;
	height: auto;
	margin:6px;
	padding:6px;
	border:solid 1px #333;
}
.notes {
	font-size: 0.7em;
	font-style: normal;
	color: #FF66CC;
	padding-bottom: 10px;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 10px;
}

#ip { color: #F00; }
.left { /* Changes on the form */
	color: #999 !important;
	font-family: Verdana !important;
	font-size: 12px !important;
}
.buttons {
	color: #CCC;
	background-color: #666;
	border: thin solid #999;
}
.head {
	color:#F6C;
	font: bold 16px Verdana;
	padding-top: 20px;
	padding-bottom: 20px;
	padding:12px;
	/*border:solid 1px #333*/}
.top {
	font-family:"Verdana";
	font-size:12px;
	height: auto;
	width: auto;
	padding: 0px 0px 10px 20px;
	background: #1d1d1d url(bat-images/grayTBG.png);
	border-top: 1px solid #333;
	border-right: 1px solid #333;
	border-left: 1px solid #333;
}
td.left {
	font-family:"Verdana";
	font-size:12px;
	color:#333;
}
.pagebreak {
	font-family:"Verdana";
	font-size:12px;
	border: 1px solid #333;
	height: auto;
	width: auto;
	padding: 0px 0px 10px 20px;
	background: #1d1d1d url(bat-images/grayTBG.png);
}
.pagebreak p { line-height:10px; }
.tbmain { }
span.required {
	font-size: 13px !important;
	color: red !important;
}
.blueUnder {
	font-size: 1em;
	font-weight: bold;
	line-height: 14px;
	color: #09F;
	text-decoration: underline;
}
div.backButton {
	background: transparent url("../bat-images/back.png") no-repeat scroll 0 0;
	height:24px;
	width:88px;
	float:left;
	margin-bottom:15px;
	padding-right:5px;
	margin-top: 15px;
}
div.backButton:hover { background: transparent url("../bat-images/backOver.png") no-repeat scroll 0 0; }
div.backButton:active { background: transparent url("../bat-images/backOver.png") no-repeat scroll 0 0; }
div.nextButton {
	background: transparent url("../bat-images/next.png") no-repeat scroll 0 0;
	height:24px;
	width:88px;
	float: left;
	margin-bottom:15px;
	padding-right:5px;
	margin-top: 15px;
}
div.nextButton:hover { background: transparent url("../bat-images/nextOver.png") no-repeat scroll 0 0; }
div.nextButton:active { background: transparent url("../bat-images/nextOver.png") no-repeat scroll 0 0; }
.pageinfo {
	padding-right:5px;
	margin-bottom:15px;
	float:left;
}
