@CHARSET "UTF-8";

html * {
	margin: 0;
	padding: 0;
	font-family: verdana;
}

a {
	text-decoration: none;
	color: #d20014
}
p {
	padding: 10px;
}


h2 {
	clear: both;
	padding: 20px 0 20px 0;
}
h3 {
	clear: both;
	padding: 0 0 20px 0;
}
hr {
	clear:both;
	border:none;
	border-top: 1px solid #d20014;
}
header {
	height: 120px;
}
header h1 {
	color: #d20014;
	padding: 22px 20px;
	float: right;
}
header img {
	padding: 35px 35px;
}
fieldset {
	border: none;
	display: block;
	width: 186px;
	height: 95px;
	float: left;
	margin-right: 20px;
	position: relative;
}
fieldset span, label, .productField {
	display: block;
	clear:both;
}
fieldset span {
	font-size: 0.8em;
}
input, select {
	padding: 5px;
	border: 1px solid #cdcdcd;
	-webkit-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
	margin-bottom: 7px
}
.single_product {
	clear: both;
	float: left;
}
.selectProduct {
	width: 300px;
}
label {
	font-size: 0.95em;
}
#mainContainer {
	width: 980px;
	margin: 0 auto;
}
#submit, #addProduct {
	position: absolute;
	right: 0;
	padding: 10px;
	-webkit-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
	font-weight: bold;
	color: #fff;
	font-size: 0.9em;
	width: 250px;
	text-align: center;
	border: 0;
	cursor: pointer;
}
#submit {
	top: 50px;
	background: url('../_img/print.png') 29px 13px no-repeat #d20014;
}

#addProduct {
	display: block;
	background: url('../_img/add.png') 16px 11px no-repeat #979797;
}

#inp_search_map {
	width:300px;
	font-family: verdana;
	background: #c0c0c0;
	border: 1px solid #636669;
	-webkit-border-radius: 10px 10px 10px 10px;
	border-radius: 10px 10px 10px 10px;
	padding:5px;
}

.productField {
	height: auto;
	width: 100%;
	margin-bottom: 10px;
}
.remNew {
	color: #ff0000;
}
.form-error {
	color: #f00;
}
.valid {
	border: 1px solid #009c12;
	background: #e4f9e7;
}
.error {
	border: 1px solid #ff0000;
	background: #f9e4e4;
}

#usage {
	position:absolute;
	top: 0;
	width: 100%;
	height: 100%;
	background: url("../_img/blend.png") repeat;
}
#usage #usage_content {
	position:relative;
	width:500px;
	margin: 0 auto;
	margin-top: 90px;
	background: #fff;
	border: 2px solid #d20014;
	padding: 20px;
	-webkit-border-radius: 10px 10px 10px 10px;
	border-radius: 10px 10px 10px 10px;
}
#usage #usage_content img {
	padding: 15px;
	margin: 0 auto;
}
#usage #close {
	position: absolute;
	width: 20px;
	height: 20px;
	top: 10px;
	right: 10px;
	cursor: pointer;
	background: url("../_img/close.png") repeat;
}
#usage_content h3 {
	padding-top: 10px;
}