.widget_formbasic.overlay .container {
	max-width: 970px;
}
.widget_formbasic.overlay form {
	overflow: visible !important;
}

.widget_formbasic .field {
	margin-bottom: 10px;
}

.widget_formbasic label {
	margin-bottom: 0;
}

.widget_formbasic select,
.widget_formbasic input[type=text],
.widget_formbasic input[type=tel],
.widget_formbasic input[type=email]{
	width: 100%;
	height: 30px;
	font-size: 18px;
	border: none;
	xpadding-left: 18px;
	background: #e6e6e6;
}
.widget_formbasic textarea {
	background: #e6e6e6;
	border: none;
	width: 100% !important;
	height: 150px;
	font-size: 18px;
	xpadding: 18px;
}
.widget_formbasic input[type=submit]{
	background-color: none;
	color: #59b9f1;
	padding: 10px 25px;
	font-size: 18px;
	letter-spacing: 2px;
	font-weight: 600;
	border: 2px solid #59b9f1;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	border-radius: 0;
	display: block;
	margin: 0px auto 50px;
	background: none;
}
.widget_formbasic input[type=submit]:hover{
	background-color: #59b9f1;
	color: #fff;
	border: 2px solid #59b9f1;
}
.widget_formbasic form.loading input[type=submit]{
	background-image: url('../lib/img/loading_1_48x48.gif');
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 64px;
	cursor: wait;
}
.widget_formbasic .value {
	padding: 0px 2px 0px 2px;
}

/*
.widget_formbasic .loading form,
.widget_formbasic .loading input,
.widget_formbasic .loading button,
.widget_formbasic .loading textarea,
.widget_formbasic .loading select {
*/
.widget_formbasic form.loading * {
	cursor: wait;
}
.widget_formbasic form.loading {
	cursor: wait;
	opacity: .7;
	-webkit-opacity: .7;
	-moz-opacity: .7;
}

.widget_formbasic .name_name {
	float: left;
	width: 100%;
	margin-right: 20px;
	overflow:hidden;
} 
.widget_formbasic .name_email{
	float: left;
	width: 100%;
	overflow:hidden;
}
.widget_formbasic .name_message {
	float: left;
	width: 100%;
	margin-top: 10px;
}
.widget_formbasic .clear {
	display: block;
	clear:both;
}
.widget_formbasic .error {
}
.widget_formbasic .error .message {
	color: #C70003;
}

.widget_formbasic .radiobox {
	width: 50%;
	float: left;
	display: block;
	margin-bottom: 10px;
}
.widget_formbasic .radiobox .radiobox{
	width: 100%;
	float: none;
	overflow: auto;
	margin-top: 10px;
	margin-bottom: 10px;
}
.widget_formbasic .radiobox input[type=radio],
.widget_formbasic .radiobox label {
	float: left;
}
.widget_formbasic .radiobox input[type=radio]{
	margin-right: 20px;
}
.widget_formbasic .radiobox input[type=radio]:before{
	content: "";
	background: url(../img/check.jpg);
	height: 15px;
	width: 15px;
	display: block;
	background-position: top;
}
.widget_formbasic .radiobox input[type=radio]:checked::before{
	background-position: bottom;
}