/* Stylesheetwritten by Tyler Mulligan of www.saltermitchell.com */
/* overide the global */
p { 
	width:auto !important;
	line-height:12px !important;
}
label { padding:0; margin:0; }
/* Comment Form */
#commentForm { 
	width: 590px;
	margin:0 auto;
}
#commentForm fieldset {
	border:2px solid #111;
	border-style: groove;
	padding:16px;
	/*background:url('img/email_bg.png') no-repeat bottom right;*/
}
#commentForm legend { margin-left:10px; }
#commentForm label, #commentForm em, #commentForm input, #commentForm p { float:left; }
#commentForm input, #commentForm textarea {
	background-color:#ddd;
	color:#333;
	border:2px solid #aaa;
	padding:4px;
	font-size:15px;
	clear:left;
}
#commentForm input:hover, #commentForm textarea:hover {
	background-color:#eee;
	color:#555;
	border:2px solid #999;
}
#commentForm input:focus, #commentForm textarea:focus {
	background-color:#ccc;
	color:#222;
	border:2px solid #777;
}
#commentForm label { margin-bottom: 2px; }
#commentForm #ie_is_dumb { width:246px; }
#commentForm input { width:254px !important; }
#commentForm em, #commentForm .note span { color:#9F4F11; }
#commentForm label.error { 
	clear:left;
	color:#9F4F11;
	background:url('img/xicon_error.png') no-repeat 0 0;
	margin-top:5px;
	padding:1px 0 2px 24px;
	font-size:13px;
	height:22px;
	font-weight:normal;
}
#commentForm .note {
	float:right;
	text-align:right;
	font-size:14px;
	color:#333;
	margin:0;
	padding:2px;
	background-color:#ccc;
}
#commentForm textarea {
	width:540px !important;
	height:90px !important;
	float:left !important;
}
#commentForm input.submit {
	float:left !important;
	background:#aaa !important;
	color:#000 !important;
	border:2px solid #888 !important;
}
#commentForm input.submit:hover {
	background:#ccc !important;
	border:2px solid #999 !important;
}
#commentForm #friend_email { margin-right:20px; }
#commentForm p.clear { clear:left; }

