@charset "utf-8";
/* CSS Document */

/******* GENERAL RESET *******/
/* div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em,
font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody,
 tfoot, thead, tr, th, td {
border:0pt none;
font-family:inherit;
font-size:100%;
font-style:inherit;
font-weight:inherit;
margin:0pt;
padding:0pt;
vertical-align:baseline;
}


strong{
	font-weight: 700;
}
caption, th, td{
	font-weight:normal;
	text-align:left;
}
blockquote:before, blockquote:after, q:before, q:after{
	content:"";
}
blockquote, q{
	quotes:"" "";
}
pre{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
input{
	border: 0;
	margin: 0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
textarea{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #888888;
	padding: 7px 3px 0 4px;
	font-size: 11px;
}
select{
	font-size: 11px;
	color: #888888;
	background: #fff;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	border: 1px solid #CAD2CE;
}
ul{
	list-style: none;
	list-style-type: none;
	list-style-position: outside;
}
a{
	cursor: pointer;
	color: #296ba5;
	text-decoration: none;
	outline: none !Important;
}

.clear{
	clear: both;
	height: 0;
	visibility: hidden;
	display: block;
	line-height: 0;
}
.clearfix{
	overflow: hidden;
}
.fleft{
	float: left;
}
.fright{
	float: right;
} */

/******* /GENERAL RESET *******/

/******* CONTENT *******/

/*h1{
	color: #000;
	font-size: 26px;
	line-height: 3em;
}
h2{
	color: #000;
	font-size: 22px;
	line-height: 3em;
}*/
label{
	display: block;
	color: #000000;
	line-height: 2em;
	font-size: 14px;
	font-weight: bold;
}
.section{
	width: 650px;
	margin: 15px auto;
	padding: 20px;
	background-color: #CCC;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	border: 5px solid #FFF;
}
input.text, input.submit{
	width: 70%;
	padding: 8px;
	color: #000000;
	border: 1px solid #393939;
	margin-bottom: 15px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	font-size: 16px;
	background-attachment: scroll;
	background-color: #FFFFFF;
	background-image: url(img/search.png);
	background-repeat: no-repeat;
	background-position: right 2px;
}
input.text.active{
	border-color: #000;
	color: #fff;
	background-attachment: scroll;
	background-color: #CCCCCC;
	background-image: url(img/search.png);
	background-repeat: no-repeat;
	background-position: right -43px;
}
input.submit{
	width: auto !Important;
	color: #000;
	border-color: #c8c8c8;
	padding: 5px;
	margin-top: 0.5em;
	background-color: #FFFFFF;
}
.requisites{
	padding: 0 2px 0 2px;
	color: #000;
}
.requisites.error{
	text-decoration: underline;
	color: #171717;
	background-color: #00FF00;
}
input.error{
	border-color: #171717;
	background-color: #FF0000;
}
/******* /CONTENT *******/
