.main p {margin-bottom: 10px;}
#contact {float: left; }
#map {float: right;}

#contact-wrapper div {
        clear:both;
        margin:1em 0;
}
#contact-wrapper label {
        display:block;
        float:left;
        font-size:1em;
        width:140px;
		margin: 0 15px 10px 0;
}

form#contactform textarea {
        padding:0.6em 0.5em 0.7em;
        border-color:#B7B7B7 #E8E8E8 #E8E8E8 #B7B7B7;
        border-style:solid;
        border-width:1px;
		float: left;
}
.spam_prevention { display: none; }

.error {color: red;}