#contact{
	list-style:none;
	margin:0;
}
#contact li{
	float: left;
    height: 60px;
	margin:0 0 20px;
    position: relative;
    width: 540px;
}
#contact li .text{
	background: #F0EFEF;
	padding:15px 10px 10px 0;
	position:absolute;
	z-index:100;
	min-width:190px;
	border-bottom-right-radius: 5px;
	-moz-border-radius-bottomright:5px;
	-webkit-border-bottom-right-radius:5px;
	border-top-left-radius: 5px;
	-moz-border-radius-topleft:5px;
	-webkit-border-top-left-radius:5px;
	text-indent: 5px;
}
#contact li .required{
	position:absolute;
	right:10px;
	top:10px;
	z-index:100;
}
#contact li .wpcf7-form-control-wrap{
	position: absolute;
}
#contact li .wpcf7-form-control-wrap input, #contact li .wpcf7-form-control-wrap textarea{
	background:#fff;
	border:solid 5px #F0EFEF;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	padding:15px 10px 25px;
	width: 509px;
	text-indent:200px;
	z-index:100;
	margin:0;
}
#contact li .wpcf7-form-control-wrap input:focus, #contact li .wpcf7-form-control-wrap textarea:focus{
	background:#fcfcfc;
}
#contact li .wpcf7-form-control-wrap textarea{
	line-height: 28px;
    padding: 10px;
	height:100px;
	text-indent:200px;
}
#contact li#message{
	min-height:120px;
}
#contact li#optiontext{
	min-height:150px;
}

#contact li#submit input,
#formsubmit input{
	color:#fff;
	text-decoration:none;
	margin:10px 30px 0 0;
	background:#ab0000;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#910000', endColorstr='#ab0000');
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#910000), to(#ab0000));
	background: -moz-linear-gradient(top, #910000, #ab0000);
	border:none;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	-0-border-radius:3px;
	border-radius:3px;
	display:block;
	padding:5px 15px;
	text-align:center;
	text-shadow:0 1px 0 #ab0000;
	text-transform:uppercase;
}

#contact li#submit input:hover,
#formsubmit input:hover{
	background:#910000;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ab0000', endColorstr='#910000');
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ab0000), to(#910000));
	background: -moz-linear-gradient(top, #ab0000, #910000);
	-moz-box-shadow:0 1px 2px rgba(0,0,0,.5) inset;
	-webkit-box-shadow:0 1px 2px rgba(0,0,0,.5) inset;
	-o-box-shadow:0 1px 2px rgba(0,0,0,.5) inset;
	box-shadow:0 1px 2px rgba(0,0,0,.5) inset;
	color:#FFFFFF;
	font-weight: bold;
	text-shadow:0 1px 0 rgba(255,255,255,.25);
	text-transform:uppercase;
	cursor:pointer;
}
div.wpcf7-validation-errors {
    clear: left;
}

#custom-contact {
	background:#fafafa; 
	border:2px solid #ededed; 
	border-radius:7px; 
	width:345px;
	padding: 10px 20px; 
	margin-bottom:10px; 
}
 
#custom-contact input,
	#wpcf7-f235-p1277-o2 #custom-contact textarea{ 
	background:#fafafa; 
	border:1px solid #949494; 
	border-radius:7px;
	width:300px;
    margin: 4px 0 8px 0;
    padding: 5px 7px;
	color: #4f4f4f;
    font-size: 14px;
    vertical-align: middle;
}
 
#custom-contact p { 
	color:#4f2a0f; 
	margin-top:10px; 
	margin-bottom:10px; 
}
 
#custom-contact .wpcf7-submit { 
	background:#910000;
    border: none;
	cursor:pointer; 
	width:100px;
	margin:7px 0;
	padding: 5px 15px;
	color:#fff; 
}

#custom-contact .wpcf7-acceptance { 
    width: 13px;
}


span.wpcf7-list-item { display: block; }