/* contact form */

div.addresses {
	background-image: none;
	background-color: white;
	padding-top: 15px;
	padding-left: 34px;
}

table.contact {
	width: 100%;
}

table.contact tr td.label {
	font-weight: bold;
	vertical-align: top;
	width: 30%;
}

table.contact tr td.label_red {
	font-weight: bold;
	vertical-align: top;
	width: 30%;
	color: #f50000;
}

table.contact tr td.field {
	width: 70%;
}

table.contact tr td.field input {
	width: 75%;
}

table.contact tr td.field textarea {
	width: 100%;
	height: 150px;
}

/* contact form */