#overlay {
	position: absolute;
	width: 542px;
	height: 156px;
	top: 45px;
	left: 0;
}
#overlay-bg {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	width: 544px;
	height: 156px;
	background: #fff;
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}
#body h2 {
	margin-bottom: 20px;
}

#overlay h2 {
	margin: 0 0 3px 0;
	padding: 0;
	height: 25px;
}
#overlay h2 span, #overlay h2 span.sIFR-active {
	width: 500px;
	font-size: 25px;
	line-height: 1em;
	font-weight: normal;
}
#overlay h2 span.sIFR-active {
	visibility: hidden;
}

#header-address {
	position: absolute;
	z-index: 1;
	top: 40px;
	left: 30px;
	width: 210px;
}
#header-phone {
	position: absolute;
	z-index: 2;
	top: 40px;
	left: 270px;
	width: 210px;
}

#header p {
	padding: 0;
	margin: 0;
}
#header p span {
	font-size: 14px;
	color: #666;
	line-height: 1em;
}
#left {
	float: left;
	width: 320px;
}
#right {
	float: right;
	width: 480px;
}
label {
	display: block;
	width: 70px;
	float: left;
	line-height: 25px;
	background: #ccc;
	color: #fff;
	font-size: 12px;
	padding-left: 5px;
}
label#commentLabel {
	height: 163px;
	width: 110px;
}
.row {
    display: block;
    float: left;
    clear: both;
    width: 320px;
    margin-bottom: 22px;
}
input.text {
    float: left;
	border: 1px solid #ccc;
	height: 17px;
	width: 195px;
	font-size: 12px;
	padding: 3px 5px;
	background: #ededed;
	*width: 193px;
}

select {
	width: 200px;
	margin: 2px 0 0 5px;
	font: 12px Helvetica, Arial, sans-serif;
}

textarea {
    display: block;
    float: left;
	border: 1px solid #ccc;
	height: 151px;
	width: 350px;
	font: 12px Helvetica, Arial, sans-serif;
	padding: 5px 5px;
	background: #ededed;
	margin: 0;
}

#send {
    display: block;
    clear: both;
    float: left;
    width: 65px;
    height: 33px;
	margin: 10px 0 -10px -3px;
}

input.error, textarea.error, label.error {
	background-color: #c03;
	border-color: #000;
	color: #fff;
}
#statement p {
	font-size: 15px;
	line-height: 1em;
}

p.success {
	margin-bottom: 15px;
	margin-top: -15px;
	padding: 10px;
	text-align: center;
	border: 2px solid #c03;
	font: 12px Verdana;
	font-weight: bold;
	background: #fcf2f5;
}