.contactWriting {
	width: 450px;
	float: left;
}

.yellow {
	color: #FFAD1B;
	font-weight: bold;
}

.contactForm
{
	float: left;
	width: 340px;
}

.contactForm label
{
	font-size: 11px;
	line-height: 29px;
	color: #5B5B5B;
	font-weight: bold;
	float: right;
}

input.contactInput {
	height: 23px;
	width: 224px;
	border: 0px;
	float: right;
	background: url('../images/inputBck.png') repeat-x;
	line-height: 20px;
	font-size: 13px;
	padding-top: 6px;
}

.contactForm textarea
{
	height: 130px;
	width: 235px;
	background: #E7F8FD;
	border: 1px solid #C3E2EC;
	float: right;
}

.inputStart {
	float: right;
	width: 6px;
	height: 30px;
	background: url('../images/inputBegin.png');
}

.inputEnd {
	float: right;
	width: 6px;
	height: 30px;
	background: url('../images/inputEnd.png');
}

.contactReset {
	margin: 0px;
	padding: 0px;
	border: 0px;
	background: #0D8594;
	color: white;
	font-weight: bold;
	width: 66px;
	height: 27px;
	line-height: 27px;
	text-align: center;
	float: right;
}

.contactSend{
	margin: 0px;
	padding: 0px;
	border: 0px;
	background: #FFAD1B;
	color: white;
	font-weight: bold;
	width: 66px;
	height: 27px;
	line-height: 27px;
	text-align: center;
	float: right;
}
