#postListing, #horseListing {
	background-color: #F7F6EF;
	border: 1px solid black;
	width: 100%;
}

#postListing th, #horseListing th {
	background-color: #dee7ec;
	border: 1px solid #8cacbb;
	padding: 10px 5px 10px 0;
	text-align: right;
	font-size: 10pt;
}

#postListing td, #horseListing td {
	border: 1px solid #8cacbb;
	padding: 10px 5px;
	width: 65%;
}

#postListing th.postCategory {
	font-size: 12pt;
	text-align: center;
	vertical-align: top;
}
.smallFont {
	font-size: 8pt;
	font-weight: normal;
}
.normalFont {
	font-size: 8pt;
	font-weight: bold;
}
.bigFont {
	font-size: 11pt;
}

#postListing .innerBox {
	border: 0px solid black;
}
#postListing .innerBox tr{
	padding-bottom: 5px;
}
#postListing .innerBox td{
	border: 0px solid black;
	padding: 0;
	vertical-align: top;
}

#postListing .innerBox td.formTag{
	 width: 5% !important;
	 padding-top: 2px;
}
#postListing .innerBox td.descriptionTag{
	width: 95% !important;
	font-weight: bold;
}

#postListing #date {
	border: 0px solid black;
}
#postListing #date td {
	border: 0px solid black;
}
#postListing #date td.label {
	width: 30%;
	font-size: 10pt;
}


.form-error-msg {
	margin-bottom: 5px;
	color: red;
}

#buttons{
	text-align: right;
}
#buttons input{
	width: 80px;
}

#checkout .checkoutBtn{
	position: relative;
	bottom: 11px;
}

#emailBox{
	width: 629px;
}
