.content .title {
	background:url(../images/titleContact.jpg) no-repeat;
}
.content .contactContent {
	margin-top:5px;
}
.content .contactTutorial {
	background:#e9ffff;
	width:360px;
	padding:10px;
}
.content .contactContent p {
	margin:10px 20px 0 0;
}
hr {
	border-top:1px dashed #3b4133;
	height:1px;
	padding:5px 0;
	margin-right:20px;
}
.floatLeft {
	float:left;
	margin: 0 10px 0 0;
}
.contactForm li {
	list-style:none;
	margin-left:3px;
	font-size:11px;
}
.contactForm input, .contactForm textarea {
	width:228px;
	border:1px solid #abd53a;
	background:#e9ffff;
	height:auto;
	margin-bottom:4px;
}
.contactForm select {
	width:230px;
	border:1px solid #abd53a;
	background:#e9ffff;
	height:auto;
	margin-bottom:4px;
}
.contactFormButtons {
	margin:10px 0 10px 3px;
}
.contactRight form {
	margin-top:10px;
}