/*  contact form */
legend,
#contact .org, 
#contact .title, 
#contact .url, 
#contact .type {
	display: none;
}

fieldset {
	margin-bottom: 10px;
}

option {
	padding: 1px 5px 1px 10px;
}

div.line input.text, 
div.line select, 
div.line textarea, 
div.submit input {
	font-size: 13px;
	padding: 2px;
}

div.line {
	width: 100%;
	overflow: hidden;
	clear: both;
	margin-bottom: 2px;
	padding: 2px 0;
	position: relative;
}

div.line label {
	width: 10em;
	margin-right: 1.5em;
	float: left;
	clear: left;
	font-size: 13px;
	line-height: 1.4;
	text-align: right;
	color: #333;
}

div.line label.error {
	float: none;
	padding: 0;
	position: absolute;
	left: 11.4em;
	top: 0;
	color: #ff6600;
}

div.line input.text {
	width: 310px;
}

div.line input.req-field, 
div.line textarea.req-field {
	padding-left: 12px;
	width: 300px;
}

div.line textarea {
	height: 120px;
	max-height: 120px;
	max-width: 300px;
}

div.line select {
	width: 220px;
}

div.submit input {
    font-size:13px;
    margin:10px 0 0 13em;
    overflow:visible;
    padding:2px 10px;
}

div.line span.required {
	position: absolute;
	top: 4px;
	left: 11em;
}

div.req-notice {
	position: absolute;
	top: 25px;
	left: 50em;
	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;
}

span.required {
	font-size: 14px;
	color: #ff6600;
}

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: 20px 0 0 20px;
	height: 428px;
	background: url(../images/sheet-left.gif) no-repeat 0 0;
}

div.box {
	width: 365px;
	height: 470px;
	position: absolute;
	right: 0;
	top: 182px;
	background: url(../images/box.gif) no-repeat 0 0;
}

div.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: 12px;
	left: -40px;
}

#contact span {
	display: block;
	padding-top: 8px;
	font-size: 14px;
}

