/* Form */
form div {
	overflow: hidden;
	clear: both;
	margin-bottom: 0.5em;	
}

fieldset {
	margin: 0 4px;
	padding: 4px;
	border: 1px solid #D1D2B7;
	margin-bottom: 20px;
	font-size: 11px;
}

p.titleGroup {
	font-weight: bold;
	color: #004070;
}

form fieldset p {
	margin: 10px 0;
}


label {
	width: 130px;
	margin-bottom: 5px;
	padding: 2px;
	display: block;
	float: left;
	font-weight: normal;
	font-size: 11px;
}

label.allWidth {
	width: 100%;
}

label.break {
	clear:left;
}

label.line {
	display: block;
	padding: 0 4px 10px 4px;
	float: left;
	width: 170px;
}

input, select, textarea {
	font-size: 11px;
	font: serif, Verdana;
}

.active {
	background: #FFB7B7 url('../images/forms_bg_active.png') left top repeat-x;
	border: 1px solid #F00;
}

textarea {
	width: 335px;
}

input[type="text"],
input[type="password"],
select {
	width: 160px;
}

input#inputSearch {
	font-size: 13px;
	margin: 0px 9px;
	padding: 0;
	width: 150px;
	height:18px;
	border: 1px solid #7F9DB9;
}

select#producers {
	width: 150px;
	margin: 0 30px;
}

input.buttonBig,
input.button {
	vertical-align: top;
	border-style:none;
	height:19px;
	background-repeat:no-repeat;
	background-color:transparent;
	background-position:0 0;
	cursor:pointer;
	color:white;
	font-size:9px;
	font-weight: bold;
	text-align: center;
	font-family: "Tahoma";
}

input.buttonBig {
	width:120px;
	background-image:url('../images/buttonBig_bg.png');
}

input.button {
	width:72px;
	background-image:url('../images/button_bg.png');
}

input.inputBasket {
	width: 30px;
}

sup,
span.inputRequirement {
	color: #D61D21;
	font-weight: bold;
}

form div.required {	
	display: block;
	margin: 10px 0;
	padding: 0;
}

.buttonCenter {
	width: 100%;
	text-align: center;
}