/* ----------------------------------------------------
Title: 		Forms CSS - www.JackinaStark.com
Author:		Matthew Spiel - www.TheManInTheSea.com
Born:		1/7/2009
---------------------------------------------------- */

/* Comment/Form Structure */
div.comment {
	width: 562px;
	float: left;
}
div.comment ul {
	width: 150px;
	margin: 10px 0px 0px;
	float: left;
	list-style: none;
}
div.comment ul li {
	text-align: right;
	font-size: 12px;
	margin: 3px 5px 5px;
	color: #948a54;
}
div.comment ul li a {
	font-size: 13px;
}
div.triangle {
	width: 15px;
	height: 15px;
	margin: 10px 0px 0px -25px;
	float: left;
	background: transparent url(../images/triangle.png) no-repeat left top;
}
div.preview_box {
	width: 364px;
	padding: 10px 12px 0px;
	margin: 0px 0px 20px 18px;
	float: right;
	background: white;
}
div.preview_box h4 {
	margin: 0px 0px 5px;
	padding: 5px;
	color: white;
	background: #007cab;
	font-size: 16px;
	font-weight: normal;
	font-style: normal;
	text-align: center;
}
div.comment_box {
	width: 360px;
	padding: 10px 12px 0px;
	margin: 0px 0px 20px 18px;
	float: right;
	background: white;
}
div#form_wrap {
	width: 531px;
	height: 565px;
	float: left;
	margin: 0px 0px 5px 0px;
	padding: 20px 15px 0px;
	background: white;
}
form#comment_form {
	float: left;
}
h3.note {
	text-align: center;
	margin: 10px 0px 20px;
	padding: 0px 0px 10px;
	border-bottom: 0px dashed silver;
	font-size: 22px;
}
h3.note a, h3.note a:hover {
	border: none;
	color: #1e423f;
}
p#paginate {
	width: 100%;
	text-align: center;
	line-height: 22px;
	font-size: 11px;
}
p#paginate span {
	color: #007cab;
	font-size: 12px;
}
p#paginate span a {
	margin: 0px 3px;
	color: #1e423f;
	font-size: 12px;
	border: none;
}
p#paginate span a:hover {
	color: #007cab;
}
/* Comment/Note Form */
div.field {
	width: 531px;
	margin: 0px 0px 15px;
	float: left;
}
div.field label {
	width: 150px;
	padding: 9px 0px 4px;
	float: left;
	text-align: right;
	font-size: 13px;
	color: #596166;
}
div.field input {
	width: 358px;
	height: 20px;
	float: right;
	border: 1px solid silver;
	background: white;
	color: #596166;
	padding: 8px 4px 2px;
	margin: 0px 0px 0px 10px;
	font: 13px Georgia, "Times New Roman", Times, serif;
}
div.field div.wrap {
	width: 150px;
	float: left;
}
div.field textarea {
	width: 358px;
	height: 200px;
	float: right;
	border: 1px solid silver;
	background: white;
	color: #596166;
	padding: 4px;
	margin: 0px 0px 0px 10px;
	font: 13px/22px Georgia, "Times New Roman", Times, serif;
}
div.field input#submit  {
	width: 150px;
	height: 40px;
	margin: 90px 0px 13px;
	padding: 0px;
	float: right;
	background: #31736c;
	color: white;
	font-size: 15px;
}
div.field input#submit.solo {
	margin: 143px 0px 0px;
}
div.field input#submit:hover, div.field input#preview:hover {
	color: white;
	background: #007cab;
	cursor: pointer;
}
div.field input#preview {
	width: 150px;
	height: 40px;
	margin: 0px;
	color: white;
	padding: 0px;
	background: #1e423f;
	float: right;
	font-size: 15px;
}
div.field input.captcha {
	width: 208px;
	margin: 0px 10px 0px;
}
div.field img {
	float: right;
}

