/******* CONTAINER *******/
#container{
	width: 600px;
	margin: 40px auto;
	text-align: left;
}
/******* /CONTAINER *******/
/******* CONTACT FORM *******/
#contactForm{
	padding: 0 10px 10px;
}
#contactForm label{
	display: block;
	color: #797979;
	font-weight: 700;
	line-height: 1.4em;
}
#contactForm input{
	width: 220px;
	padding: 6px;
	color: #949494;
	font-family: Arial,  Verdana, Helvetica, sans-serif;
	font-size: 11px;
	border: 1px solid #cecece;
}
#contactForm input.error{
	background: #f8dbdb;
	border-color: #e77776;
}
#contactForm textarea{
	width: 550px;
	height: 80px;
	padding: 6px;
	color: #adaeae;
	font-family: Arial,  Verdana, Helvetica, sans-serif;
	font-style: italic;
	font-size: 12px;
	border: 1px solid #cecece;
}
#contactForm textarea.error{
	background: #f8dbdb;
	border-color: #e77776;
}
#contactForm div{
	margin-bottom: 15px;
}
#contactForm div span{
	margin-left: 10px;
	color: #b1b1b1;
	font-size: 11px;
	font-style: italic;
}
#contactForm div span.error{
	color: #e46c6e;
}
#contactForm #send{
	background: #6f9ff1;
	color: #fff;
	font-weight: 700;
	font-style: normal;
	border: 0;
	cursor: pointer;
}
#contactForm #send:hover{
	background: #79a7f1;
}
#error{
	margin-bottom: 20px;
	border: 1px solid #efefef;
}
#error ul{
	list-style: square;
	padding: 5px;
	font-size: 11px;
}
#error ul li{
	list-style-position: inside;
	line-height: 1.6em;
}
#error ul li strong{
	color: #e46c6d;
}
#error.valid ul li strong{
	color: #93d72e;
}
/******* /CONTACT FORM *******/

/******* COMMENT FORM *******/
#commentForm{
	
}
#commentForm label{
	display: block;
	color: #797979;
	font-weight: 700;
	line-height: 1.4em;
}
#commentForm input{
	width: 220px;
	padding: 6px;
	color: #949494;
	font-family: Arial,  Verdana, Helvetica, sans-serif;
	font-size: 11px;
	border: 1px solid #cecece;
}
#commentForm input.error{
	background: #f8dbdb;
	border-color: #e77776;
}
#commentForm textarea{
	width: 550px;
	
	color: #adaeae;
	font-family: Arial,  Verdana, Helvetica, sans-serif;
	font-style: italic;
	font-size: 12px;
	border: 1px solid #cecece;
}
#commentForm textarea.error{
	background: #f8dbdb;
	border-color: #e77776;
}
#commentForm div{
	margin-bottom: 15px;
}
#commentForm div span{
	margin-left: 10px;
	color: #b1b1b1;
	font-size: 11px;
	font-style: italic;
}
#commentForm div span.error{
	color: #e46c6e;
}
#commentForm #send{
	background: #6f9ff1;
	color: #fff;
	font-weight: 700;
	font-style: normal;
	border: 0;
	cursor: pointer;
}
#commentForm #send:hover{
	background: #79a7f1;
}
/******* /COMMENT FORM *******/