body, td, div, input, textarea, select {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	color: #555F6C;
}
h1 {
	margin-top: 0px;
	margin-bottom: 15px;
	font-size: 13px;
	font-weight: bold;
	color: #506685;
}
h2	{
	margin-top: 10px;
	margin-bottom: 12px;
	font-size: 12px;
	font-weight: bold;
	color: #506685;
}
h3	{
	margin-top: 10px;
	margin-bottom: 5px;
	font-size: 11px;
	font-weight: bold;
	color: #506685;
}
th	{
	color: #506685;
	font-weight: bold;
	text-align: left;
	font-size: 11px;
}
form	{
	margin: 0px;
}
p {
	margin-top: 5px;
	margin-bottom: 5px;
}
ul, ol	{
	margin-top: 5px;
	margin-bottom: 5px;	
}
.disabled {
	color: #909090;
}
a {
	color: #4268A2;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
hr	{
	height: 1px;
	color: #506685;
}
td.contenttable_bigslot {
	padding: 20px;
	background: url(images/layout/dividers/bgp_v.gif) repeat-y left;
	vertical-align: top;
}

.step_current {
	font-size: 11px;
	font-weight: bold;
	margin-bottom: 12px;
}
.step_notcurrent {
	font-size: 11px;
	margin-bottom: 12px;
	color: #A0A0A0;
}

.content {
	width: 500px;
}
input.customerinfo {
	width: 300px;
}
.error {
	font-weight: bold;
	color: #FF0000;
}
.fieldError {
	color: #FF0000;
}
pre	{
	font-size: 11px;
}