@charset "utf-8";
/* CSS Document */
.cbp-mc-form {
	position: relative;
}

/* Clearfix hack by Nicolas Gallagher: http://nicolasgallagher.com/micro-clearfix-hack/ */
.cbp-mc-form:before, 
.cbp-mc-form:after { 
	content: " "; display: table; 
}

.cbp-mc-form:after { 
	clear: both; 
}

.cbp-mc-column-colspan {
	width: 98%;
	padding:2px 5px;
	float: left;
}

.cbp-mc-column {
	width: 20%;
	padding:2px 5px;
}
.cbp-mc-form label {
	width:100%;
	display: inline-block;
	padding:0;
	font-size: 90%;
	letter-spacing: 1px;
	cursor: pointer;
	color:#898989;
/*	border:1px solid #ccc;*/
	vertical-align:top;

}
.cbp-mc-form label span{
	width:100px;
	padding:5px 0px;
	line-height:1.5;
}
.cbp-mc-form label div {
	width:80%;

}


.cbp-mc-form input,
.cbp-mc-form textarea,
.cbp-mc-form select {
	display: inline-block;
	width: 85%;
	font-family:tahoma;
	font-size:80%;
	background:#fff;
	background:rgb(255,255,255);
	background: rgba(255, 255, 255, .5);
	color:#1b1b1b;
	padding:5px 15px;
	margin:5px 0;
}
.cbp-mc-form input[type=text],
.cbp-mc-form textarea {
	border: 1px solid #d3d7d8;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.cbp-mc-form textarea {
	min-height: 60px;
	overflow:hidden;
}

.cbp-mc-form input[type=text]:focus,
.cbp-mc-form textarea:focus,
.cbp-mc-form label:active + input[type=text],
.cbp-mc-form label:active + textarea {
	outline: none;
	border: 1px solid #b2d9ed;
}

.cbp-mc-form select:focus {
	outline: none;
}

::-webkit-input-placeholder { /* WebKit browsers */
    color: #333;
    font-style: normal;
}

:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #333;
    font-style: normal;
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #333;
    font-style: normal;
}

:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #333;
    font-style: normal;
}

.cbp-mc-submit-wrap {
	text-align: center;
	padding-top: 40px;
	clear: both;
}

.cbp-mc-form .btn-submit{
	width:53px;
	height:22px;
	border:0;
	background: url(../images/share/btn-submit.png) center no-repeat;
	font-size:0;
	cursor: pointer;
	display: block;
	clear:both;
}
.cbp-mc-form .btn-reset {
	width:53px;
	height:22px;
	background: url(../images/share/btn-reset.png) center no-repeat;
	border:0;
	font-size:0;
	cursor: pointer;
	display: block;
	clear:both;
}

.cbp-mc-form .btn-submit:active, 
.cbp-mc-form .btn-reset:active {
	opacity:0.9;
	filter:alpha(opacity=90);
	cursor:pointer;
}
.cbp-mc-form .btn-reset:hover, 
.cbp-mc-form .btn-submit:hover {
	opacity:0.9;
	filter:alpha(opacity=90);
	cursor:pointer;
	
}

label.error {
	font-family:tahoma;
	font-size:90%;
	color: #F00;
}
.cbp-float-right {
	float:right;
}
.cbp-float-left {
	float:left;
}
.column-before-btn { width:22%; }
.column-w15 { width:60px; text-align:left; }
.column-w20 { width:180px; padding:0; padding:0 0 0 10px; }
.column-captcha { width:95px; }
.cbp-mc-form input.captcha {
	width:80px;
	margin:2px 0 5px 0;
}

@media screen and (min-width: 1500px) {
}



