.maintable {
	width: 770px;
	background-color: white;
	color: black;
	padding: 0;
}

.billinginput {
	width: 160px;
	font-size: 8pt;
	font-family: arial;
}

.listingentry {
	font-size: 8pt;
	font-family: arial;
}

.listingbullets {
	height: 5px;
}

.billingfields {
	font-size: 8pt;
	font-family: arial;
	height: 100%;
}

.listingsmalllink {
	font-size: 7pt;
	font-family: arial;
	color: brown;
}

.sectionheader {
        background-color: #000066;
        color: white;
        font-size: 10pt;
        font-weight: bold;
        font-family: Arial, Helvetica, sans-serif;
}

.billingexp {
	width: 50px;
	font-size: 8pt;
	font-family: arial;
}

.billingzip {
	width: 100px;
	font-size: 8pt;
	font-family: arial;
}

.domainbox {
	width: 400px;
	height: 100px;
	font-size: 8pt;
	font-family: arial;
	background-color: papayawhip;
	border-width: 1px;
	border-style: solid;
	border-color: black;
}

.gobutton {
	width: 50px;
	height: 20px;
	font-size: 8pt;
	font-weight: bold;
	font-family: arial;
	color: white;
	background-color: orange;
	border-width: 1px;
	border-style: groove;
	border-color: black;
}

.purchases {
	font-size: 8pt;
	font-family: arial;
	background-color: papayawhip;
	border-color: green;
}

.largedot {
	font-size: 12pt;
	font-family: arial;
	color: navy;
	font-weight: bold;
}

.billingsubmit {
	font-size: 8pt;
	font-family: arial;
	background-color: papayawhip;
	border-width: 1px;
	border-style: solid;
	border-color: black;
}

.error {
	font-size: 8pt;
	font-weight: bold;
	font-family: arial;
	color: red;
}

.warn {
	font-size: 8pt;
	font-weight: normal;
	font-family: arial;
	color: red;
}

.bigerror {
	font-size: 12pt;
	background-color: yellow;
	padding: 5px;
	height: 200px;
	width: 350px;
	font-weight: bold;
	font-family: arial;
	color: black;
	border-width: 1px;
	border-style: solid;
	border-color: black;
}

.required {
	font-size: 8pt;
	font-weight: normal;
	font-family: arial;
	color: red;
}

