
form {
	padding: 0px;
	margin: 0px;
}

td {
	vertical-align: top;
}

p {
	padding: 0px;
	margin: 0px 0px 10px 0px;
}

h1 {
	color: #ffffff;
	font-size: 20px;
	font-weight: normal;
	margin: 0px;
	height: 34px;
}

h2 {
	color: #6a5f50;
	font-size: 16px;
	font-weight: bold;
	margin: 0px 0px 10px 0px;
}

h3 {
	font-size: 13px;
	font-weight: bold;
	margin: 0px 0px 5px 0px;
}

a {
	color: #00387c;
	text-decoration: underline;
}

a:hover {
	color: #5885d2;
}

.tableBorder {
	border: 1px solid #dbdbdb;
}

.tableHeader {
	color: #ffffff;
	font-weight: bold;
	font-size: 15px;
	padding: 3px 5px;
	line-height: 20px;
	background-image: url(../images/bg_sectiontitle.gif);
	background-position: 0 0;
	background-repeat: repeat-x;
}

.evenrow {
	background-color: #ffffff;
	font-weight: normal;
}

.oddrow {
	background-color: #f3f3f3;
	font-weight: normal;
}

.formSection {
	color: #ffffff;
	font-weight: bold;
	font-size: 15px;
	padding: 3px 5px;
	line-height: 20px;
	background-image: url(../images/bg_sectiontitle.gif);
	background-position: 0 0;
	background-repeat: repeat-x;
}

.fieldLbl {
	text-align: right;
	padding-right: 7px;
}

.fieldVal {
	text-align: left;
}

.redText {
	color: #ff0000;
}

.imgClass {
	padding: 0px;
	border: 1px solid #b7b7b7;
}

.button {
	text-align: center;
	width: 122px;
	height: 24px;
	padding: 0px 0px 2px 0px;
	border: none;
	cursor: pointer;
	font-size: 15px;
	font-weight: bold;
	color: #ffffff;
	background-color: #222065;
	background-image: url(../images/bg_button_off.gif);
	background-repeat: no-repeat;
}

.button:hover {
	color: #ffffff;
	background-color: #315ba6;
	background-image: url(../images/bg_button_on.gif);
}

#messages {
	padding: 5px 7px;
	margin-bottom: 10px;
	font-size: 12px;
}

.message_warning {
	color: #ff0000;
	border-top: 3px solid #ff0000;
	border-bottom: 3px solid #ff0000;
	background-image: none;
	background-color: #ffffff;
}

.message_confirm {
	color: #6093d4;
	border-top: 3px solid #6093d4;
	border-bottom: 3px solid #6093d4;
	background-image: none;
	background-color: #ffffff;
}


body .auction #main {
	background-image: url(/images/bg_auction.jpg);
}

body .auction #navigation {
	display: none;
}

body .auction #container {
	background-image: url(/images/bg_auction_container.jpg);
	width: 880px;
}

body .auction #bottom {
	background: url(/images/bg_bottom2.gif) 0 0 no-repeat;
}

body .auction .footer_inside {
	background-image: url(/images/bg_footer_inside2.png);
}
