*{padding:0; margin:0; font-family: trebuchet ms, Tahoma, Verdana, Arial; color:#333;}

html {
	position:relative;
	width:100%;
}

body {
	position:relative;
	min-width:920px;
	min-height:100%;
	width:100%;	
}

body.bg_top {
	background:url('../i/bg_top.jpg') repeat-x left top;
	background-position:0 -50px;
}

body.bg_top_cat {
	background:url('../i/bg_top_cat.jpg') repeat-x left top;
}

table {
	width:100%;
	border-collapse:collapse;
}

table tr td {
	vertical-align:top;
}

h3 {
	font-size:160%;
}

a {
	cursor:pointer;
	outline:none;
}

a:link {color:#336699; text-decoration:underline;}
a:visited {color:#336699; text-decoration:underline;}
a:active {color:#336699; text-decoration:underline;}
a:hover {color:#86acd1; text-decoration:underline;}

a.norm:link {color:#336699 !important; text-decoration:underline !important;}
a.norm:visited {color:#336699 !important; text-decoration:underline !important;}
a.norm:active {color:#336699 !important; text-decoration:underline !important;}
a.norm:hover {color:#86acd1 !important; text-decoration:underline !important;}

a img { border:0; }

div.imgTop{padding: 0.8em 0 0.5em 0;}
div.imgLeft{float:left; padding: 0.5em 1em 0.8em 0;}
div.imgRight{float:right; padding: 0.5em 0 0.8em 1em;}
div.imgBottom{padding: 0.4em 0 0.8em 0;}

div.attach{background: url('/i/icons/default.gif') no-repeat left center;}
div.pdf{background: url('/i/icons/pdf.gif') no-repeat left center;}
div.word{background: url('/i/icons/word.gif') no-repeat left center;}
div.excel{background: url('/i/icons/excel.gif') no-repeat left center;}
div.zip{background: url('/i/icons/zip.gif') no-repeat left center;}

.clearfix:after {
   content: ".";
   display: block;
   clear: both;
   visibility: hidden;
   line-height: 0;
   height: 0;
}
 
.clearfix {
   display: inline-block;
}
 
html[xmlns] .clearfix {
   display: block;
}
 
* html .clearfix {
   height: 1%;
   overflow: visible;
}

/* форма старт */
.formContainer{
	width: 600px;
	float: left;
	border-radius: 10px;
	margin: 15px 0;
    position: relative;
    background: #eeeeee; /* Old browsers */

}


.col{
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: top;
	zoom: 1;
	*display: inline;
	position: relative;
	padding:0 10px;
}


.col3{
	width: 33.333%;
}

.col1{
	width: 100%;
}

form, form *{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

form .form-row{
	padding: 5px;
	margin: 5px;
}

form label{
	display: block;
	margin: 0 0 5px 0;
	font-size: 14px;
    color:#333;
}

form label.error{
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: top;
	zoom: 1;
	*display: inline;
	background-color: #89613D;
	padding: 3px 7px;
	white-space: nowrap;
	color:#fff !important;
    font-size: 12px;
}

form textarea{
}

form [type=text], form textarea{
	padding: 5px 10px;
	border:1px solid transparent;
	outline: none;
	color:#333;
	border-radius: 2px;
}

form [type=submit], form [type=button]{
	padding: 5px 10px;
	outline: none;
	border:1px solid transparent;
	border-radius: 1px;
	color:#333;
	font-size: 18px;
}


form#order{
	padding: 10px;
    border:15px solid rgba(137,97,61,.5);
    border-radius:10px;
}

form#order label{
	color:#333;
}

form#order .caption{
	color:#333;
	font-size: 22px;
}


form#order [type=text], form#order textarea{
	background-color: #fff;
    border:1px solid rgba(137,97,61,.5);
}

form#order [type=text]:focus, form#order textarea:focus{
	border:1px solid #89613D;
}

form#order textarea{
	min-height: 80px;
	width: 100%;
}

form#order [type=submit]{
	background-color: rgb(52,182,54);
	cursor:pointer;
	color:#fff;
    border-radius: 15px;
    opacity: .8;
}

form#order [type=submit]:hover{
    opacity: 1;
}

form#order .realperson-text{
    color:rgb(66,42,12);
}

form#order .realperson-regen i{
    color:rgb(76,127,7);
}

.formContainer .error_form *, .formContainer .thanks_form *{
    color:#fff !important;
    font-size: 130% !important;
}
/* форма енд */

/* реалперсон старт */
/* Real Person jQuery plugin styles v1.1.1. */
.realperson-challenge {
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: top;
	zoom: 1;
	*display: inline;
    color: #fff;
}
.realperson-text {
    font-family: "Courier New",monospace;
    font-size: 5px;
    font-weight: bold;
    letter-spacing: 0px;
    line-height: 3px;
    float: right;
    color:#fff;
    padding: 5px 10px;
    cursor: pointer;
}
.realperson-regen {
    display: -moz-inline-stack;
	display: inline-block;
	vertical-align: top;
	zoom: 1;
	*display: inline;
	cursor:pointer;
	color:#fff;
	padding: 5px 0;
	font-size: 18px;
}
.realperson-regen i{
	color:rgba(0,0,0,.8);
}
.realperson-disabled {
    opacity: 0.5;
    filter: Alpha(Opacity=50);
}
.realperson-disabled .realperson-regen {
    cursor: default;
}

#sketch{
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: top;
	zoom: 1;
	*display: inline;
}


/* реалперсон енд*/