/*==================================FORMS
*/
form#searchform{
	overflow:hidden;
}
form#searchform input{
	background:white;
	width:190px;
	height:28px;
	padding-left:5px;
	border:1px solid #d2d2d2;
	float:left;
}
form#searchform input#searchsubmit{
	background:#762124;
	width:59px;
	height:32px;
	border:none;
	line-height:27px;
	text-align:center;
	cursor:pointer;
	color:white;
}
form#commentform input.submit{
	background:#762124;
	width:59px;
	height:32px;
	border:none;
	line-height:27px;
	text-align:center;
	cursor:pointer;
	color:white;
	float:right;
}
#commentform textarea{
	width:99%;
}
#commentform input, #commentform textarea{
	border:1px solid #d4d4d4;
}
/*==================================CONTACT FORM
*/
#contact-wrapper {
	padding:20px;
	border:1px solid #f0f0f0;
	background:#fafafa;
	overflow: hidden;
}
#contact-wrapper div {
	clear:both;
	margin:1em 0;
}
#contact-wrapper label {
	display:block;
	float:none;
	width:auto;
	margin-bottom:10px;
}
#contact-wrapper input {
	height:23px;
	width:186px;
	background:white;
	border:none;
	padding-left:5px;
	padding-top:5px;
	border:1px solid #d4d4d4;
	color:#676767;
}
#contact-wrapper textarea {
	width:99%;
	border:1px solid #d4d4d4;
	padding-left:5px;
	padding-top:5px;
	color:#ccc;
}
#contact-wrapper input.submit{
	background:#762124;
	width:59px;
	height:32px;
	border:none;
	line-height:32px;
	padding:0;
	text-align:center;
	cursor:pointer;
	color:white;
	float:right;
}
.error{
	color:#FF0000;
}
.success{
	color:#009900;
}