
.cleaner {
	clear:both;
}

body {
	font-size:13px;
}

img {
	border-style:none;
}

a:link {
	color:blue;
}

a:visited {
	color:blue;
}

a:hover {
	color:red;
}

#contact-us-status {
        margin-top:10px;
        width:100%;
        text-align:center;  
}

.contact-us-success {
        color:green;
}

.contact-us-error {  
        color:red;
}

#contact-us-form {
	width:350px;
	margin-left:auto;
	margin-right:auto;
}

#contact-us-form input[type=text] {
	width:97%;
}

#contact-us-form textarea {
	width:97%;
}

.contact-us-header {
        text-align:center;
        font-weight:bold;
        font-size:12px;
        padding:5px;
}

.contact-us-row {
        padding:5px;
}

.contact-us-row-header {
        margin-bottom:5px;
}
