@import url(https://fonts.googleapis.com/css?family=Open+Sans&subset=latin,cyrillic);
.inputerror{
    color: #999999;
    box-shadow: 1px 1px 3px 1px rgb(254,169,26) inset !important;
	box-shadow: 1px 1px 3px 1px rgb(254,169,26) inset !important;
	-webkit-box-shadow: 1px 1px 3px 1px rgb(254,169,26) inset !important;
	-moz-box-shadow: 1px 1px 3px 1px rgb(254,169,26) inset !important;
	-o-box-shadow: 1px 1px 3px 1px rgb(254,169,26) inset !important;
}
.clbform{
	width: 295px;
	margin: 20px 0;
	padding-top: 10px;
	background: #310808;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-rfadius: 3px;
	-o-border-radius: 3px;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 15px rgba(0, 0, 0, 0.1);// inset
	-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 15px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 15px rgba(0, 0, 0, 0.1);
	-o-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 15px rgba(0, 0, 0, 0.1);
	//float: left; 
	//border: 1px solid;
}

.slide_panel_wrap{
	//margin: 40px auto;
	top: 115px;
	right: 0;
	width: 300px;
	position: absolute; /*обязательное свойство*/
	overflow: hidden; /*обязательное свойство*/
}
	.slide_panel{
		margin-left: 302px; /*обязательное свойство*/
		//padding: 20px; 
		width: 300px; 
		position: relative; /*обязательное свойство*/
		top: 0; /*обязательное свойство*/
		left: 0; /*обязательное свойство*/
		//border: 1px solid;
	}
		.slide_panel p.open{
			padding: 3px 5px;
			position: absolute; /*обязательное свойство*/
			top: 0px; /*обязательное свойство*/
			right: 301px; /*обязательное свойство*/
			width: 190px;
			text-align: right;
			font-size: 120%;
			font-weight: bold;
			border-bottom: 1px solid rgba(135,97,76,.5);
			cursor: default;
		}
			p.open span{
				display: block;
				color: #EBC99D;
				font-size: 90%;
				font-weight: normal;
				cursor: pointer;
			}
			p.open span:hover{
				color: #fff;
			}

.clbform input[type="name"], .clbform input[type="phone"]{
	width: 285px;
	height: 28px;
	margin: 5px 0 0 5px;
	padding-left: 35px !important;
	border: 1px solid #ccc;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-rfadius: 5px;
	-o-border-radius: 5px;
	color: #666;
	background: #fff;
}
#clbsubmit{
	width: 285px;
	height: auto;
	margin: 5px;
	color: #fff;
	background: #9D2C25; 
	text-transform: uppercase;
	font-family: font-family: 'Open Sans', sans-serif;
	font-weight: bold; 
	border-radius: 25px;
	-webkit-border-radius: 25px;
	-moz-border-rfadius: 25px;
	-o-border-radius: 25px;
	transition: all 0.2s ease;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	cursor: pointer;
}
#clbsubmit:hover{ background: #401B1B; }
#clbsubmit:enabled{ cursor: pointer; }
#clbsubmit:disabled{ color: #ccc; background: rgba(239,239,239,.8); cursor: default; }
.clbform h6{
	text-align: center; 
	margin-top: 7px; 
	margin-bottom: 1px;
}
.clbform .input-submit{
	margin: 5px 0 0 0;
}
.clbform .input-name:before{
	content: url(imya.png);
	position: absolute;
	margin-left: 2px;
	width: 14px;
	height: 16px;
	margin-top: 12px;
	margin-left: 20px;
}
.clbform .input-phone:before {
	content: url(phone.png);
	position: absolute;
	width: 16px;
	height: 15px;
	margin-top: 12px;
	margin-left: 20px;
}
.clbform input:active, .clbform input:focus{ outline: none; }
.ok { color: #060 !important; font-size: 9px !important; cursor: default !important; }