/*

	-- -- -- -- -- -- --
	Terran Creative
	section-contact.css
	section specific styling
	-- -- -- -- -- -- --
	
*/

h2 {
	background: url(../images/ui/h2-titles/contact.png) no-repeat;
}

.column-2 div {
	width: 126px;
	height: 169px;
	display: block;
	background: url(../images/ui/stoplight.png) no-repeat;
	margin: 5px auto;
}
.column-2 div img {
	width: 126px;
	height: 169px;
	display: block;
}

.form-group {
	width: 430px;
	overflow: hidden;
}
.form-group .left {
	padding-right: 16px;
}
.form-field, .form-field-text, .form-field-checkbox, .form-captcha {
	float: left;
	width: 205px;
}
.form-captcha {
	float: left;
	width: 400px;
}
.form-field-text label, .form-field-textarea label, .form-field-checkbox label, .form-captcha label {
	display: block;
	margin-bottom: 2px;
	text-transform: lowercase;
	color: #333;
}
.form-field-checkbox label {
	display: inline-block;
	margin-bottom: 0;
}
.form-field-text span, .form-captcha span {
	display: block;
	width: 205px;
	height: 21px;
	padding: 2px;
	margin-bottom: 15px;
	background: transparent url(../images/ui/input.gif);
}

.error label {
	color: #900;
}

.error span {
	background: transparent url(../images/ui/input-red.gif);
}

.captcha-box {
	width: 205px;
	height: 40px;
	border: 1px solid #666;
	background: #fffs;
	margin: 0 0 15px 0;
}

.form-field-text input, .form-captcha input {
	border: none;
	width: 205px;
	height: 20px;
	padding: 1px 1px 0 1px;
	background: none;
}
.form-field-textarea span {
	display: block;
	width: 426px;
	height: 176px;
	padding: 2px;
	margin-bottom: 15px;
	background: #fff url(../images/ui/textarea.gif);
}
.form-field-textarea textarea {
	width: 426px;
	height: 174px;
	border: none;
	background: none;
	border-top: 0;
	border-left: 0;
	padding: 1px;
	overflow: auto;
}
.form-field-checkbox input {
	margin: 0 0.5em 0 0;
}
