/**
 *
 * Esquire 
 * Author: Stefan Petre www.eyecon.ro
 * 
 * Copyright Stefan Petre
 * 
 */
form.form {
	font-size: 11px;
	margin: 30px;
}
.commentForm {
	background: #f1f1f1;
	padding: 23px;
	margin-bottom: 20px;
}
.commentForm button {
	border: 1px solid #fff;
	background: #e81921;
	color: #fff;
}
.commentForm button span {
	text-decoration: underline;
	background:  url(../images/icons/arrow_white_right.gif) no-repeat right center;
	padding-right: 10px;
}
.commentForm button:hover {
	background: #000;
}
form.form h3 {
	font-size: 13px;
	font-weight: bold;
}
form.form blockquote {
	border: 1px solid #C10000;
	background-color: #FFEFF3;
	padding: 14px;
	font-weight: bold;
	color: #C10000;
	margin: 10px 0;
}
form.form p,
.commentForm p {
	clear: left;
	overflow: auto;
	margin: 2px 0;
	padding: 4px 0;
}
form.form p.formError {
}
form.form p.formSubmit,
form.form p.formRequiredNote {
	padding: 4px 0;
} 
form.form p label,
.commentForm p label {
	display: block;
	width: 180px;
	float: left;
	text-align: left;
}
form.form p label span,
.commentForm p label span {
	color: #A40C0C;
}
form.form p em,
.commentForm p em {
	color: #D2484B;
	display: block;
	clear: left;
	font-size: 10px;
}
form.form p.formError input,
form.form p.formError textarea {
}
form.form span.formGroup,
.commentForm p span.formGroup {
	width: 340px;
	line-height: 22px;
	float: left;
}
form.form span.formGroup input {
	margin-right: 6px;
}
form.form span.formGroup label {
	display: inline;
	width: auto;
	float: none;
	text-align: left;
}
form.form input.textfield,
.commentForm p input.textfield {
	width: 340px;
	border: 1px solid #d3d3d3;
	background: url(../images/input.gif) no-repeat left top;
	padding: 3px 5px;
}
form.form textarea.textfield,
.commentForm p textarea.textfield {
	width: 340px;
	height: 130px;
	border: 1px solid #d3d3d3;
	background: url(../images/input.gif) no-repeat left top;
	padding: 3px 5px;
}
#contact_address {
	height: 50px;
}
form.form fieldset {
	border: 0px none;
	margin: 10px 0 0;
	padding: 20px 0 0;
	clear: both;
}
form.form fieldset h4 {
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 10px;
}
form.form p.submit,
form.form p.requriedNote,
.commentForm p.submit,
.commentForm p.requiredNote {
	margin: 10px 5px;
}
form.form div.contentFromEditor {
	margin: 0 10px;
}
form.form p.formInfo {
	padding-left: 240px;
	width: auto;
	font-size: 9px;
}
form.form p.formInfo2 {
	width: auto;
	font-size: 9px;
}
form.form p.extraField input {
	float: left;
}
form.form p.extraField label {
	width: auto;
	padding-left: 6px;
}
#contact_message_info em {
	padding-left: 0;
}
#contact_message_info label {
	display: none;
}
form.form p.submit {
	float: right;
	margin: 0;
	padding: 0 20px 0 0;
}
#commentCaptcha {
	width: 60px;
}
.commentForm p.submit{
	padding-left: 170px;
}