/*  form */
.form input.text, .form select, .form textarea, .submit input {
	font: 12px tahoma, sans-serif;
}
.form div.line {
	width: 100%;
	overflow: hidden;
	clear: both;
	margin-bottom: 7px;
	position: relative;
}
.form div.line label {
	width: 10em;
	margin-right: 0.5em;
	float: left;
	clear: left;
	font-size: 14px;
	line-height: 1.4;
}
.form div.line label.error {
	float: none;
	padding: 0;
	position: absolute;
	left: 11.4em;
	top: 0;
	color: #ff6600;
}
.form div.line input.text {
	width: 26em;
}
.form div.line input.req-field, .form div.line textarea.req-field {
	padding-left: 9px;
	width: 25.3em;
}
div.req-notice {
	position: absolute;
	top: 30px;
	left: 46em;
	color: #777;
	font-size: 11px;
	z-index: 5;
}
div.req-notice em {
	display: block;
	padding: 6px 0 0 18px;
	margin: -11px 0 0 8px;
	background: url(../images/arrow.gif) no-repeat 0 0;
}
.form textarea {
	width: 26em;
	height: 128px;
}
.form select {
	width: 180px;
}
.form legend {
	display: none;
}
.form fieldset {
	margin-bottom: 10px;
}
.form fieldset.additional .line {
	margin-bottom: 15px;
}
.submit input {
        font-size:13px;
        margin:10px 0 100px 13em;
        overflow:visible;
        padding:2px 10px;
}
span.required {
	font-size: 14px;
	color: #ff6600;
}
.form div.line span.required {
	position: absolute;
	top: 4px;
	left: 10.8em;
}
div.contacts-box {
	width: 100%;
	height: 453px;
	margin-top: 10px;
	position: relative;
	background: #fff url(../images/sheet-bg.gif) repeat-x 0 0;
}
div.message-sent {
	margin-bottom: 100px;
	margin-top: 0;
	font-size: 14px;
	background: none;
}
div.message-sent p {
	margin-bottom: 20px;
}
div.contacts-box .form {
	padding: 25px 0 0 22px;
	height: 428px;
	background: url(../images/sheet-left.gif) no-repeat 0 0;
}
.box {
	width: 365px;
	height: 470px;
	position: absolute;
	right: 0;
	top: -10px;
	background: url(../images/box.gif) no-repeat 0 0;
}
.box.sent {
	width: 131px;
	top: 0;
	background: url(../images/sent.gif) no-repeat 0 0;
}
#contact {
	width: 275px;
	position: absolute;
	right: 80px;
	top: 25px;
}
#contact div.info {
	padding: 20px 10px 0 30px;
	position: absolute;
	left: 70px;
	height: 105px;
	width: 166px;
	background: url(../images/cloud.gif) no-repeat 0 0;
}
#contact img.photo {
	position: absolute;
	top: 20px;
	left: 0;
	display: none;
}
#contact span {
	display: block;
	padding-top: 2px;
	font-size: 14px;
}
#contact .org, #contact .title, #contact .url, #contact .type {
	display: none;
}
