.contact-form {
	margin:			0 60px 0 60px;
	width:			545px;
}
.form-1 {
	background: 	url(../images/form-1.gif) bottom left no-repeat;
	height:			10px;
}
.form-2 {
	background: 	url(../images/form-2.gif) top left repeat-y;
	padding:		2px 20px 5px 20px;
}
.form-3 {
	background: 	url(../images/form-3.gif) top left no-repeat;
	height:			15px;
}

.form-left {
	float:			left;
	width:			130px;
	text-align:		right;
	padding:		3px 0 0 0;
}
.form-right {
	float:			right;
	width:			400px;
	text-align:		right;
	padding:		0 7px 0 0
}
.form-spacer {
	height:			2px;
}
.form-error {
	color:			#D00;
}
