* {
	text-rendering: optimizeLegibility;
}
/* !CSS Reset courtesy of YUI (http://developer.yahoo.com/yui/reset/) */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
body {
	font-family: verdana, arial, sans-serif;
	font-size: 12px;
	color: #989898;
}
fieldset,img { 
	border:0;
}
#respond {
	width: 749px;
	margin: 30px auto;
}

.post #commentForm {
	width: 749px;
	margin: 60px auto 30px auto;
	color: #4e3d18;
}

.post .commentFormTop {
	height: 68px;
	padding: 0;
	padding-top: 10px;
	padding-left: 297px;
	background: url(img/comment-form-top.png) no-repeat;
}

.post .commentFormTop div {
	width: 194px;
	height: 23px;	
	padding: 6px 12px 4px 12px;
	margin: 0 1px 1px 0;
	color: #4e3d18;
	display: block;
	float: left;
	clear: none;
	font: 14px/24px "Minion Pro", Minion, Times, serif;
}
.post .commentFormTop div input {
	width: 150px;
	height: 18px;
	background: white;
	float: right;
	border: 1px solid rgba(0,0,0,.2);
}

#panicStamp {
	position: relative;
	top: -28px;
	left: 64px;
	z-index: 1;
}

.post .commentFormMiddle {
	background: url(img/comment-form-middle.png) repeat-y;
	padding: 10px 25px 0px 25px;
}
.post .commentFormMiddle textarea {
	width: 687px;
	height: 100px;
	padding: 5px;
	resize: vertical;	
	border: 1px solid rgba(0,0,0,.2);
	font: 13px/18px "Lucida Grande", Helvetica, sans-serif;
}
.post .commentFormBottom {
	font: 12px/13px "Minion Pro", Minion, Times, serif;
	text-transform: uppercase;
	height: 49px;
	padding: 8px 26px 0 25px;
	background: url(img/comment-form-bottom.png) no-repeat;
	color: #5d4a21;
}
.post .commentFormBottom p {
	width: 400px;
	padding: 2px 0 0 24px;
	float: left;
	clear: none;
	background: url(img/alert-red.png) no-repeat 0 5px;
}
.mobile .post .commentFormBottom p {
	width: 450px;
}
#submit {
	float: right;
	clear: none;
	border: solid 1px rgba(0,0,0,.4);
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;	
	padding: 3px 20px;
	background-color: #ffeec1; 
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,.5)), to(rgba(255,255,255,0))); /* Will Gecko add this? */
}
#submit:active {
	background-color: #f5d787;
}
#submit::-moz-focus-inner {
	border: 0;
}

#formMSG {
	font-family: verdana, arial, sans-serif;
	font-size: 12px;
	color: #989898;
}