label, input {
	display: block;
	float: left;
	/*width: 300px;*/
	margin-bottom: 10px;
}

label {
    text-align: right;
	width: 75px;
	padding-right: 20px;
}
br {
    clear: left;
}		
.red {
	color: #FF0000;
}
.left-col {
	float: left;
	padding-right: 20px;
	width: 150px;
	text-align: right;
	line-height: 20px;
}
.right-col {
	text-align: left;
	float: left;
	line-height: 20px;
}

#address {
	position: relative;
	padding-top: 20px;
}
#content {
	background: url(../images/contact/background.jpg) no-repeat scroll left top;
}
.text {
	position: relative;
}

