.form label,.form input {
	display: block;
	width: 220px;
	float: left;
	border: 1px solid #ccc;
	margin-bottom: 10px;
}

.form label {
	text-align: right;
	width: 75px;
	border: 0px;
	padding-right: 10px;
}

.form textarea{
	width: 220px;
	height: 60px;
	float: left;
	border: 1px solid #ccc;
}

.form .buttons{
	padding:5px 0px 5px 0px;
}

.form .buttons input{
	width: 80px;
	margin: 5px 1px 10px 1px;
	border: 1px solid #999;
	background: #a42914;
	color: #fff;
	font-weight: bold;
}
.form br {
	clear: left;
}
.form {
	margin-bottom: 10px;
	padding:10px 0px 10px 0px;
}
#content form.withBck {
	width: 410px;
	padding: 20px;
	margin-top: 10px;
	padding-bottom: 35px;
	background: url("../images/form_bck.jpg") no-repeat left top;
}
#content form.withBck label{
	width: auto;
	text-align: left;
	margin-bottom: 2px;
}
#content form.withBck input{
	margin-bottom: 8px;
	border: 1px solid #666;
}
#content form.withBck select{
	width: 220px;
	margin-bottom: 8px;
}
#content form.withBck .buttons input{
	margin-top: 0px;
}
.form1 input{
	margin-left:3px;
	margin-right:3px;
}
.form1 .row{
	margin-bottom:10px;
}
.form1{
	margin-bottom:20px;
}
.leftquote{
	background:#fbd45b;
	width:291px;
	float:left;
	margin-right:10px;

}
.leftquote p{
	color:#FFF;
}
