﻿/***** PAPERLESS BILLING REQUEST FORM *****/
#div_ebill_main {
	max-width: 600px;
	margin: 0px;
	padding: 4px;
	background: #f5f5f5;
	border: solid 1px #ababab;
}
html>body #div_ebill_main{float:none;}

#div_ebill_main table {
	border: solid 1px #7e7e7e;
	background: #fff;
}
#div_ebill_main td {
	text-align: left;
}
#div_ebill_main th {
	text-align: center;
	color: #4d1f0b;
	background: #c29c82;
	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: 434px;
	font-family: Arial;
}
#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;
}
