/*
Theme Name: selectstart
*/

/* main elements */
/* contact-form */
.box .wpcf7-form {
	width:100%;
	color:#4a4f51;
	font:12px/15px 'GothamBoldRegular', Arial, Helvetica, sans-serif;
	padding:4px 0 0;
}
.box .wpcf7-form .row {
	width:100%;
	padding:0 0 10px;
}
.box .wpcf7-form label {
	display:block;
	padding:0 0 4px;
}
.box .wpcf7-form .text {
	overflow:hidden;
	background:url(images/sprite.png) no-repeat -254px -958px;
	width:227px;
	height:31px;
	padding:0 10px;
}
.box .wpcf7-form .textarea textarea,
.box .wpcf7-form .text input {
	background:none;
	margin:0;
	padding:9px 0;
	border:0;
	outline:none;
	font-size:12px;
	line-height:15px;
	color:#9c9c9c;
	float:left;
	width:227px;
}
.box .wpcf7-form .textarea {
	width:226px;
	height:181px;
	padding:0 10px;
	background:url(images/sprite.png) no-repeat -539px -808px;
}
.box .wpcf7-form .textarea textarea {
	width:226px !important;
	padding:8px 0;
	height:165px !important;
	overflow:auto;
}
.box .wpcf7-form .submit {
	margin:12px auto 0;
	background:url(images/sprite.png) no-repeat -869px 0;
	width:114px;
	height:40px;
	font:14px/16px 'GothamBoldRegular', Arial, Helvetica, sans-serif;
	color:#fff;
	border:0;
	outline:none;
	cursor:pointer;
	padding:0;
	display:block;
}
.box .wpcf7-form .submit:hover {background-position:-651px -747px;}

.box .wpcf7-form span.wpcf7-not-valid-tip {
     left: -4px;
    top: 6px;
    width: 228px;
}
.wpcf7-form
span.wpcf7-not-valid-tip {
    font-size: 8pt;
    left: -2px;
    top: 6px;
    width: 159px;
}
span.wpcf7-form-control-wrap {
    display: block;

}
.promo-block #searchform{
	float:left !important;
}