* {
	padding: 0;
	margin: 0;
}

body {
	padding-top: 5px;
	padding-left: 17px;
	font-size: 11px;
	font-family: Arial, Tahoma, Verdana, Serif;
}

table {
	border-collapse: collapse;
}

a:link,
a:visited {
	color: #999;
	text-decoration: none;
}

a:hover,
a:active {
	color: #fff;
}


.togglePost {
	text-align: right;
	color: #D60431;
	font-size: 16px;
	text-transform: uppercase;
	font-family: Tahoma, Arial, Serif;
	cursor: pointer;
}

.postDiv {
	margin-top: 20px;
	width: 445px;
}

.postTable {
	color: #ccc;
	font-size: 11px;
}


.captcha {
	float: right;
	width: 130px;
	text-align: center;
	margin: 5px 20px 0 0;
	font-size: 22px;
}
.captcha img {
	
}
.captcha input {
	width: auto !important;
	text-align: center !important;
	font-size: 18px !important;
	font-weight: bold !important;
	font-family: Garamond;
	margin: 4px 0;
}


.messageInputContainer {
}

.messageInputContainer div {
	margin: 0 0 5px 0;
	color: #eee;
	padding: 2px 0 4px 8px;
	width: 255px;
}
.messageInputContainer div.message {
	width: auto;
}
.messageInputContainer div span {
	font-weight: bold;
}

.messageInputContainer div.submit {
	text-align: right;
	width: auto;
}

div.error {
	width: 90%;
	margin: 10px auto 15px auto;
	color: #988;
}
div.error b {
	display: block;
	border-bottom: 1px solid #501;
	padding: 2px 5px;
	font-size: 12px;
	text-align: right;
}
div.error span {
	background-color: #250005;
	display: block;
	padding: 10px 10px 7px 10px;
	font-size: 12px;
	color: #a99;
}
div.error span li {
	display: block;
	/* border-bottom: 1px solid #350005; */
	margin-bottom: 3px;
}


.pager {
	color: #ddd;
	margin: 10px 0 ;
	font-size: 11px;
	font-family: Arial;
	vertical-align: bottom;
	line-height: 15px;
}
.pager b {
	color: #fff;
	font-size: 13px;
}
.pager span.total {
	display: block;
	float: right;
}


.post {
	color: #ccc;
	font-size: 13px;
	margin: 15px 0;
}
.post .props {
	width: 120px;
	float: left;
	padding: 5px 10px 5px 0;
	margin-right: 10px;
	border-right: 1px solid #ddd;
	text-align: right;
	font-size: 11px;
}
.post .props .name {
	font-size: 11px;
	font-weight: bold;
	color: #aaa;
}
.post .props .date {
	color: #d44;
}
.post .body {
	float: left;
	width: 300px;
	font-size: 11px;
}

.adminMessage {
	margin-top: 5px;
	border: 1px solid #222;
	padding: 5px;
}
.adminMessage .prop {
	font-size: 11px;
	margin-bottom: 5px;
}
.adminMessage .prop b {
	display: block;
	float: left;
}
.adminMessage .prop span {
	display: block;
	float: right;
}

input.field {
	width: 250px;
	border: none;
	border-bottom: 1px solid #333;
	background-color: #111;
	color: #999;
	padding: 2px;
	font-size: 11px;
}

input.button {
	color: #ccc;
	background: transparent;
	border: none;
	padding: 4px 5px;
	cursor: pointer;
	border-bottom: 1px solid #000;
}
input.button:hover {
	color: #ddd;
	border-bottom: 1px solid #333;
}

textarea {
	width: 99%;
	border: none;
	border-bottom: 1px solid #333;
	background-color: #111;
	color: #999;
}

input.field:active,
input.field:hover,
input.field:focus,
textarea:hover,
textarea:focus,
textarea:active {
	background-color: #1a1a1a;
	border-bottom: 1px solid #444;
	color: #bbb;
}

hr {
	border: none;
	background: url(img/hr.gif) no-repeat center center;
	height: 44px;
}

.text {
}

.link {
}

.messagetext {
}

.messagelink {
}

.admintext {
}

.adminlink {
}

.headertext {
}

.headerlink {
}

.clear {
	clear: both;
}
