/* ----------------------------------------------------
Title: 		Comment CSS
Author:		Matthew Spiel - TheManInTheSea.com
Updated:	10/3/2008
Valid:		Yes.
---------------------------------------------------- */

div.commentwrap {
	width: 660px;
	float: left;
	margin: 0px;
	padding: 0px;
	border-top: 1px solid #cdcdcd;
}
div.commentwrap h5 {
	margin: 7px 0px;
}
div.commentwrap h5.header_preview {
	padding: 10px;
	margin: 2px 0px;
	background: #ac500c;
	color: white;
}
div.comment_text_wrap {
	width: 660px;
	float: left;
	padding: 0px;
}
p.comment_id {
	color: #525252;
	width: 100px;
	padding: 5px 0px;
	margin: 0px 0px 5px;
	float: left;
	border-top: 1px dotted #cdcdcd;
	font-weight: bold;
}
div.comment_text {
	width: 540px;
	float: left;
	margin: 0px;
	padding: 5px 0px 0px 20px;
	float: left;
	border-top: 1px dotted #cdcdcd;
}
div#entryform_wrap {
	width: 210px;
	float: left;
}
div#entryform_wrap p span {
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: silver;
}
div.commentwrap p#name {
	width: 220px;
	float: left;
}
div.commentwrap p#name input {
	width: 200px;
	padding: 4px;
	float: left;
	border: 1px solid #525252;
}
div.commentwrap p#email {
	width: 220px;
	float: left;
}
div.commentwrap p#email input {
	width: 200px;
	padding: 4px;
	float: left;
	border: 1px solid #525252;
}
div.commentwrap p#url {
	width: 220px;
	float: left;
}
div.commentwrap p#url img {
	float: left;	
}
div.commentwrap p#url input {
	width: 200px;
	padding: 4px;
	float: left;
	border: 1px solid #525252;
}
div.commentwrap p#message {
	width: 440px;
	margin-left: 10px;
	float: left;
}
div.commentwrap p#message textarea {
	width: 430px;
	height: 300px;
	padding: 4px;
	float: left;
	border: 1px solid #525252;
}
div.commentwrap p#buttons {
	float: left;
	margin: 10px 0px 0px 0px;	
}
input#preview_button {
	width: 100px;
	height: 40px;
	padding: 4px;
	float: left;
	color: white;
	background: #696969;
	border: 1px solid #525252;
	font-weight: bold;
	font-size: 12px;
}
input#preview_button:hover {
	background: #ac500c;
	cursor: pointer;
}
input#submit_button {
	width: 100px;
	height: 40px;
	margin: 0px 0px 0px 10px;
	padding: 4px;
	float: left;
	color: white;
	background: #525252;
	border: 1px solid #525252;
	font-weight: bold;
	font-size: 12px;
}
input#submit_button:hover {
	background: #ac500c;
	cursor: pointer;
}

