/* Frontend Contact CSS */

.boxContentCol1 {
	color: #666;
}

.boxContent h1 {
	color: #333;
	font-style: italic;
	text-transform: uppercase;
}

.boxContent h2 {
	margin: 15px 0;
	font-size: 1.3em;
}

p.contact-address {
	font-size: 1.1em;
}

/* Form */
.boxContent select {
	width: 300px;
	margin: 2px 0;
	padding: 5px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border-top: 1px solid #777672;
	border-right: 1px solid #93928e;
	border-bottom: 1px solid #9f9e9a;
	border-left: 1px solid #8b8984;
	background: #f4f2ec url(../../images/main/form-bg.png) no-repeat 0 0;
}

.boxContent label {
	margin: 10px 0 10px 0;
}

.boxContent input {
	margin-bottom: 10px;
}
