@CHARSET "UTF-8";
@media screen,print {
div.billingtable {
	padding: 5px 10px 5px 10px;
}
div.billingtable form div.section{
	margin: 0px 0px 5px 0px;	
}
div.billingtable form div.section div.sectionTitle{
	background-color: #ffffff;
	color: #000000;
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	padding: 2px 2px 2px 2px;
        border-bottom: 1px solid #333333;
}
div.billingtable form div.section div.sectionContent{
	width: 100%;
	display: table;
}
div.billingtable form div.section div.sectionContent div.sectionline{
	padding: 5px 5px 5px 5px;
	display: table;
	width: 100%;
}
div.billingtable form div.section div.sectionContent div.sectionline div.labels{
	width:30%;
	float:left;
	text-align: right;
	padding-right: 10px;
	font-family: Tahoma;
	font-size: 12px;
	font-weight: normal;
}
div.billingtable form div.section div.sectionContent div.sectionline div.data{
	width:65%;
	float:left;
}
div.billingtable form div.section div.sectionContent div.sectionline div.data INPUT{
	font-family: Tahoma;
	font-size: 12px;
	font-weight: normal;
        border: 1px solid #888888;
}
div.billingtable form div.section div.sectionContent div.sectionline div.data TEXTAREA{
	font-family: Tahoma;
	font-size: 12px;
	font-weight: normal;
        border: 1px solid #888888;
}
div.billingtable form div.section div.sectionContent div.sectionline div.data p.inputmessages{
	font-family: Tahoma;
	font-size: 10px;
	font-weight: normal;
	color: red;
	margin: 0px;
}

.right{
	margin-left: auto;
}

} /* media screen,print */
