/* 
Author: Trevor Morris
URI: http://morris-photographics.com/
*/

/*--- Begin Comments Form ---*/
form#commentform {
	width: 480px;
	margin: 0 auto;
	font-family: Arial, Helvetica, Sans-Serif;
	color: #555;
}

fieldset {
	/*background-color: #ded6c8;*/
	/*border: 1px solid #aaa;*/
	border: none;
	margin: 0;
	padding: 0;
	padding-right: 30px;
	-moz-border-radius: 6px;
}

form#commentform ul {
	padding: 8px 0;
	margin: 0;
}

form#commentform ul li{
	margin: 0;
	padding: 3px 0;
	list-style-type: none;
	line-height: 2em;
}

button {
	float: right;
	border: none;
	/*width: 55px;*/ /* causes clipping in Firefox */
	height: 21px;
	background: transparent;
	cursor: pointer;
}

form#commentform label {
	display: block;
	width: 92px;
	text-align: right;
	float: left;
	font-weight: bold;
	padding-right: 8px;
}

input, textarea {
	color: #333;
	font: 1em Verdana, Arial, Sans-Serif;
	padding: 2px;
	/*background-color: #fafafa;*/
	background: #f2eee7 url(../images/field-bg.png) top left repeat-x;
	border: 1px solid #aaa;
	width: 334px;
}

textarea {
	overflow: auto;
}

form#commentform #message {
	line-height: 1.2em;
	float: left;
	margin-top: 0;
	margin-left: 100px;
}

.required {
	color: #900;
	padding-right: 0.2em;
	font-size: larger;
	font-weight: bold;
}

.message {
	width: auto;
	padding: 0;
	color: #555;
	background: none;
	border: none;
}

.success {
	width: 283px;
	padding: 12px 20px 10px 35px;
	background: url(images/comments-success.png) 8px 50% no-repeat;
	background-color: #dce9d4;
	color: #363;
	border: 1px solid #9c9;
}

.warning {
	width: 283px;
	padding: 12px 20px 10px 35px;
	background: url(images/comments-warning.png) 8px 50% no-repeat;
	background-color: #ead7cf;
	color: #933;
	border: 1px solid #c66;
}

#content ul li {
	list-style-type: none;
	list-style-image: none;
}
/*--- End Comments Form ---*/


textarea#buttoncode {
	margin-left: 10px;
	width: 430px;
	height: 62px;
}
