.contact-content {
	text-align: left;
}
.contact-content h2 {
	text-indent: 38px;
	background-repeat: no-repeat;
	margin-bottom: 10px;
	margin-left: 5px;
}
.contact-content h2#contact-phone {
	background-image: url(/images/icons/telephone.gif);
	line-height: 22px;
}
.contact-content h2#contact-call-back {
	background-image: url(/images/icons/head.gif);
	line-height: 25px;
}
.contact-content h2#contact-email {
	background-image: url(/images/icons/email.gif);
	line-height: 15px;
}
.contact-content h2#contact-mail {
	background-image: url(/images/icons/letter.gif);
	line-height: 25px;
}
.contact-content h2#contact-online {
	background-image: url(/images/icons/globe.gif);
	line-height: 25px;
}
.contact-content p {
	font-size: 0.9em;
	margin-bottom: 20px;
	line-height: 1.2em;
}
.contact-content label {
	font-size: 0.9em;
	line-height: 1.2em;
}
.contact-content input.text {
    -moz-border-radius: 7px;
    border-radius: 7px;
    padding: 7px;
    border: solid 1px #AAAAAA;
    margin-bottom: 10px;
}
.contact-content textarea.text {
    -moz-border-radius: 7px;
    border-radius: 7px;
    padding: 7px;
    border: solid 1px #AAAAAA;
    margin-bottom: 10px;
}

