.wpcc_clear {
	clear: both;
}
input.wpcc_jq_action {height: 30px;
width: 100px!important;
border-radius: 5px;}
input.wpcc_submit.wpcc_submit_2 {background: linear-gradient(to top, #384da3, #596dbc);
font-size: 14px;
border-radius: 7px;
border:0px;
color:#fff;
height: 40px;
width:110px;
}
.wpcc_text{padding-left: 30px;
padding-top: 10px;
font-size: 14px;}

input.input {height: 30px;
margin-left: 30px!important;
border-radius: 5px;
width: 200px!important;}

input.wpcc_submit{background: linear-gradient(to top, #407f29, #5fd401);
font-size: 14px;
border-radius: 7px;
border:0px;
color:#fff!important;
height: 40px;
width:110px;
margin-left: 30px;
margin-bottom: 20px;}

select.wpcc_jq_action{
-moz-appearance: menulist;
-webkit-appearance: menulist;
-webkit-appearance: menulist-button;
appearance: menulist;
height: 30px!important;
width: 242px!important;
}
select.wpcc_jq_action.wpcc_jq_action_6.wpcc_select.wpcc_select_6 {width: 100px!important;}
.wpcc_description {font-size: 12px!important;}

.wpcc {
	width: 100%;
	height: auto;
	padding: 5px;
}
.wpcc, .wpcc * {
	position: relative;
	-moz-box-sizing: border-box; 
	-opera-sizing: border-box; 
	-webkit-box-sizing: border-box; 
	-khtml-box-sizing: border-box; 
	box-sizing: border-box;
}
.wpcc_form {
	width: inherit;
} 
.wpcc_form .wpcc_box {
	width: inherit;
	height: auto;
	background-color: #fff;
	border-color: #C9C9C9;
	/*-webkit-box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 8px;*/
	padding: 10px;
	/*margin: 0 0 20px 0;*/
	position: relative;
}
.wpcc_form .wpcc_description,
.wpcc_form .wpcc_description_empty {
	width: 30%;
	height: inherit;
	float: left;
	color: #7e7e7e;
	font-size: 16px;
	text-align: left;
}

.wpcc_form .wpcc_fields {
	width: 70%;
	float: right;
}

.wpcc_form .wpcc_text {
	
}
.wpcc_form .wpcc_select {
	width: 90%;
}
.wpcc_form .wpcc_checkbox {
	
}
.wpcc_form .wpcc_checkbox label {
	display: block;
}
.wpcc_form .wpcc_radio {

}
.wpcc_form .wpcc_radio label {
	display: block;
}
.wpcc_form .wpcc_inputtext {
	width: 90%;
}
.wpcc_form .wpcc_custom_fields  {
	width: 90%;
}

/* Slider */
.wpcc_form .wpcc_jq_slider {
	width: 90%;
}
.wpcc_form .wpcc_jq_slider_box {
	width: 90%;
}
.wpcc_form .wpcc_jq_slider_text {
width: 60px;
height: 30px;
border-radius:5px;
font-size: 12px;
padding: 0 5px 0 5px;
line-height: 20px;
border: 1px #ccc solid;
}
.wpcc_form .wpcc_jq_slider_horizontal .wpcc_jq_slider_text {
position: absolute;
right: 0;
margin-top:-15px;
margin-right: -75px;
}
.wpcc_form .wpcc_jq_slider_horizontal {
width: 30%;
margin-top: -7px;
/*padding-bottom: 40px;*/
margin-right: 260px;
}
.wpcc_form .wpcc_jq_slider_vertical {
	width: 70%;
	margin: 20px 0 20px 0;
}

.wpcc_form .ui-slider-horizontal {
	height: 7px;
	float: right;
	position: relative;
	text-align: left;
	background-color: transparent;
	background-image: url('images/slider/scroll_circle_bg_w.png');
	background-repeat: repeat-x;
}
.wpcc_form .ui-slider-vertical {
	width: 7px;
	height: 150px;
	float: left;
	margin: 0 10px 10px 10px;
	position: relative;
	background-color: transparent;
	background-image: url('images/slider/scroll_circle_bg_h.png');
	background-repeat: repeat-y;
}
.wpcc_form .ui-slider-range {
	left: 0px;
	position: absolute;
	z-index: 1;
	display: block;
	border: 0;
	background-color: transparent;
}
.wpcc_form .ui-slider-horizontal .ui-slider-range {
	height: 7px;
	background-image: url('images/slider/scroll_circle_bg_w_active.png');
	background-repeat: repeat-x;
	top: 0px;
}
.wpcc_form .ui-slider-vertical .ui-slider-range {
	width: 7px;
	background-image: url('images/slider/scroll_circle_bg_h_active.png');
	background-repeat: repeat-y;
	bottom: 0px;
}
.wpcc_form .ui-slider-handle {
	width: 18px;
	height: 20px;
	position: absolute;
	z-index: 2;
	border: 0px;
	cursor: default;
	background-color: transparent;
	background-image: url('images/slider/scroll_circle.png');
	background-repeat: no-repeat;
}
.wpcc_form .ui-slider-horizontal .ui-slider-handle {
	top: -5px;
}
.wpcc_form .ui-slider-vertical .ui-slider-handle {
	left: -5px;
}

.wpcc_form .wpcc_submit {
	border:0;
	float: none;
	padding: 5px 10px 5px 10px;
	font-family: inherit;
	font-size: 16px;
	color: #7e7e7e;
	cursor: pointer;
	
	background-color: #fff;
	border-color: #C9C9C9;
	-webkit-box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 8px;
}
.wpcc_form .wpcc_submit:hover {
	color: #000;
}

.wpcc_result_block {
	padding: 20px 0 20px 0;
}
.wpcc_result_block .wpcc_result {
width: inherit;
margin: 20px 0 20px 0;
padding: 1px 2px 1px 20px;
position: relative;
font-size: 16px;
color:red;
font-weight: bold!important;
border-radius: 7px;
background-color: #fff;
border-color: rgb(253, 8, 8);
-webkit-box-shadow: rgba(255, 3, 3, 0.75) 0px 0px 8px;
}

.wpcc .wpcc_mail {
	width: 100%;
	border-color: #C9C9C9;
	-webkit-box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 8px;
	padding: 12px 20px 12px 20px;
	margin: 20px 0 20px 0;
	position: relative;
}
.wpcc .wpcc_text {

}
.wpcc .wpcc_mail .input {
	width: 90%;
	border: 1px #ccc solid;
	margin: 3px 0 0 0;
	font-family: inherit;
	font-size: inherit;
	padding: 5px 10px 5px 10px;
}
.wpcc .wpcc_mail .textarea {
	width: 90%;
	height: 100px;
	border: 1px #ccc solid;
	margin: 3px 0 0 0;
	font-family: inherit;
	font-size: inherit;
	padding: 5px 10px 5px 10px;
}
.wpcc .wpcc_mail .wpcc_submit {
	border:0;
	float: none;
	padding: 5px 10px 5px 10px;
	font-family: inherit;
	font-size: 16px;
	color: #7e7e7e;
	cursor: pointer;
	
	background-color: #fff;
	border-color: #C9C9C9;
	-webkit-box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 8px;
}
.wpcc .wpcc_mail .wpcc_submit:hover {
	color: #000;
}

.wpcc .wpcc_mail_success {

}
.wpcc .wpcc_error {
	color: red;
}
.wpcc .wpcc_error p {
	margin: 0px;
}

.wpcc_loading {
	width: 16px;
	height: 16px;
	float: right;
	margin: 10px;
}
.wpcc_loading div {
	width: 16px;
	height: 16px;
	display: none;
	background-image: url('images/loading.gif');
	background-repeat: no-repeat;
	background-position: 0 0;
}

/* Widget */
.wpcc_widget {
	
}