/*
 *	form
 */
form {
	padding: 0;
	margin: 0;
	font-size: 11px;
}

label,
label.req {
	cursor: pointer;
	color: #FF711E;
	display: block;
	width: 98px;
	padding-left: 11px;
	float: left;
	margin-top: 2px;
}

label.req {
	font-weight: bold;
}

label.default {
	cursor: default;
}

label.rules {
	clear: both;
	width: auto;
	margin-bottom: 7px;
}

div.title {
	margin: 0 0 5px 110px;
}

div.bg_newsletter {
	background: transparent url(../gfx/bg_newsletter.gif) no-repeat left top;
	width: 175px;
	height: 60px;
	margin-top: 13px;
}

div.bg_newsletter label {
	color: #fff;
	margin-top: 10px;
	font-weight: bold;
}

div.input {
	background: transparent url(../gfx/bg_input.gif) no-repeat left top;
	width: 237px;
	height: 30px;
	float: left;
	color: #3B3B3B;	
}

div.textarea,
div.textarea_long {
	background: transparent url(../gfx/bg_input.gif) no-repeat left top;
	width: 237px;
	height: 95px;
	float: left;
	color: #3B3B3B;	
}

div.textarea_long {
	width: 480px;
}

div.bg_newsletter input {
	width: 150px;
	margin: 2px 0 0 10px;
	color: #3B3B3B;
}

input,
input.short {
	font-size: 12px;
	color: #3B3B3B;
	font-family: Arial, Tahoma, Verdana;
	border: none;
	width: 231px;
	height: 15px;
	padding: 3px;	
}

input.short {
	width: 40px;
	border: 1px solid #C9C7BA;
	float: left;
	text-align: right;
}

textarea,
div.textarea_long textarea {
	width: 231px;
	height: 80px;
	color: #3B3B3B;
	padding: 3px;
	border: none;
	font-family: Arial, Tahoma, Verdana;
	font-size: 12px;
}

div.textarea_long textarea {
	width: 480px;
}

input#send,
input#send_getinfo,
input#send_test,
input#basket,
input#refresh {
	width: 90px;
	height: 20px;
	border: none;
	background-image: none;
	background-color: transparent;
	float: right;
	cursor: pointer;
}

input#refresh {
	text-align: left;
	float: left;
	background: transparent url(../gfx/bg_sign.gif) no-repeat 0 4px;
	padding-left: 18px;
	margin-left: 8px;
	text-decoration: underline;
}

input#refresh:hover {
	text-decoration: none;
}

input#basket {
	width: 120px;
	height: 24px;
}

input#send_test {
	width: 100px;
	height: 30px;
}

img.check_border {
	vertical-align: top;
	border: 1px solid #FFDAA7;
	border-right: 4px solid #FFDAA7;
	border-left: 2px solid #FFDAA7;
}

span.check {
	border: 1px solid #C60001;
	float: left;
}

input.readonly {
	color: #9D9D9D;
}

input.tests_radio {
	width: 20px;
}

ul.input label {
	width: auto;
	float: none;
	margin: 0;
	padding: 0 0 0 10px;
}

select.test {
	width: 237px;
	margin: 0 0 7px 0;
}

input.checkbox {
	width: 20px;
	vertical-align: middle;
	float: left;
	border: none;
	background-color: transparent;
}

label.newsletter {
	float: left;
	width: auto;
	padding-left: 5px;
}

input.file {
	height: 22px;
	border: 1px solid #fff;
	background-color: transparent;
}

label.rules.req.title {
	color: #000;
}

ul.error label.req {
	width: 100px;
}

ul.error {
	margin-left: 5px;
}

ul.input label.line {
	border-bottom: 1px dashed #D70000;
	padding: 0;
	margin-left: 10px;
}

input.newsletter {
	border: none;
	background-color: transparent;
	background-image: none;
}

div.input input,
div.textarea textarea,
div.textarea_long textarea {
	border: 1px solid #C9C7BA;
}

select.test {
	width: 239px;
}

div.stat label {
	width: auto;
	font-weight: bold;
}

div.stat label {
	padding-left: 0;
}

div.stat div.input input:hover,
div.stat div.input input:focus,
div.stat div.textarea_long textarea:hover,
div.stat div.textarea_long textarea:focus {
	border: 1px solid #D70000;
}

select.year,
select.month,
select.day {
	width: 78px;
	height: 20px;
	margin: 0;
	border: 1px solid #C9C7BA;
}
