﻿/***** PAPERLESS BILLING REQUEST FORM *****/
#div_ebill_main {
	max-width: 600px;
	margin: 0px;
	padding: 4px;
	background-color: #f5f5f5;
	border: solid 1px #ababab;
}
html>body #div_ebill_main{float:none;}

#div_ebill_main table {
	border: solid 1px #7e7e7e;
	background: #fff;
	color: #0a3f00;
	background-color: #d6e5cc;
}
#div_ebill_main td {
	text-align: left;
}
#div_ebill_main th {
	text-align: center;
	color: #fff;
	background-color: #006600;
	font-weight: bold;
	border-bottom: #7e7e7e;
}
#div_ebill_main span {
	color: Red;
	font-weight: bold;
}
#div_ebill_main hr {
	color: #7e7e7e;
}
#div_ebill_main .td_left {
	text-align: right;
	padding-right: 4px;
	font-size: 8pt;
	width: 140px;
}
#div_ebill_main .txtDefault {
	width: 434px;
}
#div_ebill_main .txtCCEmail {
	width: 432px;
	font-family: Arial;
}
#div_ebill_main .ddState {
	width: 320px;
	height: 21px;
	font-size: 1.1em;
}
#div_ebill_main .txtZip {
	width: 110px;
}
#div_ebill_main .rbTypeList {
	width: 170px;
	border: solid 1px #aeaeae;
	margin-bottom: 10px;
}
#div_ebill_main .required {
    vertical-align: top;
    vertical-align: text-top;
    margin-bottom: 60px;
	padding-bottom: 60px;
}
#div_ebill_main .button {
	width: 60px;
}

