/* Главный контейнер формы */
.form-area {
    background: #ffffff; /* Old browsers */
    background: -moz-radial-gradient(center, ellipse cover,  #ffffff 0%, #f8f8f6 100%); /* FF3.6+ */
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,#ffffff), color-stop(100%,#f8f8f6)); /* Chrome,Safari4+ */
    background: -webkit-radial-gradient(center, ellipse cover,  #ffffff 0%,#f8f8f6 100%); /* Chrome10+,Safari5.1+ */
    background: -o-radial-gradient(center, ellipse cover,  #ffffff 0%,#f8f8f6 100%); /* Opera 12+ */
    background: -ms-radial-gradient(center, ellipse cover,  #ffffff 0%,#f8f8f6 100%); /* IE10+ */
    background: radial-gradient(ellipse at center,  #ffffff 0%,#f8f8f6 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f8f8f6',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    border: 1px solid #ead37e;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: rgba(000,000,000,0.5) 0 1px 2px, inset rgba(255,255,255,0.4) 0 0px 0;
   -moz-box-shadow: rgba(000,000,000,0.5) 0 1px 2px, inset rgba(255,255,255,0.4) 0 0px 0;
   box-shadow: rgba(000,000,000,0.5) 0 1px 2px, inset rgba(255,255,255,0.4) 0 0px 0;
   font-family: 'Helvetica Neue',Helvetica,sans-serif;
   text-decoration: none;
   vertical-align: middle;
   min-width:500px;
   padding:20px;
}

/* Название формы */
.form-title h1{
   margin-bottom:10px;
   color: #d50b10;
   text-shadow: #ededed 0 1px 0;
   font-size: 18px;
}
.required {
    color: #ff5500;
    float: left;
    display: inline-block;
}

.einput input, .einput textarea, .einput select {
    border: 1px solid #c9b7a2;
   background: #f8f8f6;
   -webkit-border-radius: 4px;
   -moz-border-radius: 4px;
   border-radius: 4px;
   color: #c9b7a2;
   -webkit-box-shadow: rgba(255,255,255,0.4) 0 1px 0, inset rgba(000,000,000,0.7) 0 0px 0px;
   -moz-box-shadow: rgba(255,255,255,0.4) 0 1px 0, inset rgba(000,000,000,0.7) 0 0px 0px;
   box-shadow: rgba(255,255,255,0.4) 0 1px 0, inset rgba(000,000,000,0.7) 0 0px 0px;
   padding:8px;
   margin-bottom:20px;
   width:280px;
}

.einput {
	clear:both;
	overflow:hidden;
    width:80%;
	margin:10px auto;
    padding: 1px;
    border-bottom: 1px solid #ededed;
}
.einput label {
	display:block;
	float:left;
	width:20%;
	text-align:right;
	margin-right:10px;
    padding-top: 10px;
    margin-top: 5px;
    font-weight: bold;
}
.einput label span {
	text-align:right;
	float:left;
	vertical-align:middle;
}
.einput input, .einput textarea {
	float:left;
	width:60%;
	padding:2px 4px;
}

.einput input:focus, .einput textarea:focus {
   background: #fff;
   color: #725129;
}
   
.einput textarea {
	height:100px;
}
.einput p {
	margin-bottom:15px;
}
.einput p.desc {
	margin-bottom: 5px;
	clear: both;
	text-align: right;
	margin-right: 10%;
	color: #999;
}
.submit {
	width:150px;
	margin:20px auto;
}
.submit input {
    cursor:pointer;
    padding:5px 25px;
    width: 150px;
    background: #feccb1; /* Old browsers */
    background: -moz-linear-gradient(top,  #feccb1 0%, #f17432 50%, #ea5507 51%, #fb955e 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#feccb1), color-stop(50%,#f17432), color-stop(51%,#ea5507), color-stop(100%,#fb955e)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #feccb1 0%,#f17432 50%,#ea5507 51%,#fb955e 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #feccb1 0%,#f17432 50%,#ea5507 51%,#fb955e 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #feccb1 0%,#f17432 50%,#ea5507 51%,#fb955e 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #feccb1 0%,#f17432 50%,#ea5507 51%,#fb955e 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#feccb1', endColorstr='#fb955e',GradientType=0 ); /* IE6-9 */
    border:1px solid #ea5507;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 0 0 4px rgba(0,0,0, .75);
    -moz-box-shadow: 0 0 4px rgba(0,0,0, .75);
    box-shadow: 0 0 4px rgba(0,0,0, .75);
    /*style the text*/
    color:#fff;
    font-size:1.1em;
}
.submit input:hover, .submit input:focus {
    cursor:pointer;
    padding:5px 25px;
    width: 150px;
    background: #fb955e; /* Old browsers */
    background: -moz-linear-gradient(top,  #fb955e 0%, #ea5507 49%, #f17432 62%, #feccb1 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fb955e), color-stop(49%,#ea5507), color-stop(62%,#f17432), color-stop(100%,#feccb1)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #fb955e 0%,#ea5507 49%,#f17432 62%,#feccb1 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #fb955e 0%,#ea5507 49%,#f17432 62%,#feccb1 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #fb955e 0%,#ea5507 49%,#f17432 62%,#feccb1 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #fb955e 0%,#ea5507 49%,#f17432 62%,#feccb1 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fb955e', endColorstr='#feccb1',GradientType=0 ); /* IE6-9 */
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 0 0 4px rgba(0,0,0, .75);
    -moz-box-shadow: 0 0 4px rgba(0,0,0, .75);
    box-shadow: 0 0 4px rgba(0,0,0, .75);
    /*style the text*/
    color:#fff;
    font-size:1.1em;
}
.result {
	font-size:12px;
	color:red;
}
.result.good {
	color:#090;
}

.popup-box {
    position: absolute;
    border-radius: 5px;
    background: #fff;
    display: none;
    box-shadow: 1px 1px 5px rgba(0,0,0,0.2);
    font-family: Arial, sans-serif;
    z-index: 9999999;
    font-size: 14px;
}
 
.popup-box .close {
    position: absolute;
    top: 0px;
    right: 0px;
    font-family: Arial, Helvetica, sans-serif;  
    font-weight: bold;
    cursor: pointer;
    color: #434343;
    padding: 20px;
    font-size: 20px;
}
 
.popup-box .close:hover {
    color: #000;
}
 
.popup-box h2 {
    padding: 0;
    margin: 0;
    font-size: 18px;
}
.popup-box .top {
    padding: 20px;
}
 
.popup-box .bottom {
    background: #eee;
    border-top: 1px solid #e5e5e5;
    padding: 20px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
 
#blackout {
    background: rgba(0,0,0,0.3);
    position: absolute;
    top: 0;
    overflow: hidden;
    z-index: 999999;
    left: 0;
    display: none;
}