@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,600);


body { 
	background:#c8c8c8; 
	font-family: 'Open Sans', sans-serif;
}

.container {
	max-width:1000px;
	padding:0px;
}

.wrapper { background:#ffffff; }

.tor {
	font-size:16px;
	margin-bottom:20px;
}
.error-text {
	color:#fc0024;
	display:none;
}
.konf_msg {
	color:#519407;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	font-size:15px;
	margin-bottom:25px;
}
.text-form {
	font-size:15px;
	margin-bottom:15px;
}
.buttom-area-goto {
	margin-top:40px;
}
.form_content {
	color:#7f7f7f;
	font-size:12px;
	padding-right:40px;
	padding-top:30px;
	padding-bottom:30px;
}
.label-form-iframe {
	margin-bottom:5px;
	font-weight: 600;
}
.input-form-iframe {
	margin-bottom:15px;
	font-weight: 600;
}

.form-control {
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	background:#f2f2f2;
}

.btn-primary {
	background:#482717;
	border-color:#482717;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}
.btn-primary:hover,
.btn-primary:focus {
	background:#301a0f;
	border-color:#482717;
}
.btn.btn-space {
	padding-left:40px;
	padding-right:40px;
}

.button-bottom-area {
	margin-top:20px;
}

.confirm_promo_area {
	display:none;
}
.loading-img { 
	margin-left:10px;
	display:none;
}

