/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
}

#sidebar #searchsubmit {
	padding: 1px;
}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
}

select {
	width: 130px;
}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 0 5px 1px 0;
}

#commentform textarea {
	width: 100%;
	margin: 0;
	padding: 2px;
}

#commentform #submit {
	margin: 0;
	width: 89px;
	height: 24px;
	background: #dfdfdf;
	cursor: pointer;
}
#commentform #submit:hover {
	background: #da0000;
	color: #fff;
}

/* End Form Elements */

#commentform label{
	width: 200px; 
	float:left; 
}

#commentform input, #commentform textarea{
	width: 225px;
	border: 1px solid;
	border-color: #cbcbcb #f5f5f5 #f5f5f5 #cbcbcb;
	color: #838383;
}

#commentform label.error{
font-size: 12px; 
float: left;
position: absolute;
background: #fbfcda url('images/cancel.png') no-repeat left;
border:1px solid #dbdbd3;
width:209px;;
margin-top:4px;
padding-left:20px;
}


#commentform p {
	clear: both;
}

