/*
EASY CONTACT
by SCOTT ALLAN WALLICK, http://scottwallick.com/
from PLAINTXT.ORG, http://www.plaintxt.org/

This file is part of EASY CONTACT.

EASY CONTACT is free software: you can redistribute it and/or
modify it under the terms of the GNU General Public License as
published by the Free Software Foundation, either version 3 of
the License, or (at your option) any later version.

EASY CONTACT is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for details.

You should have received a copy of the GNU General Public License
along with EASY CONTACT. If not, see www.gnu.org/licenses/.
*/

/* #B59553 headings golden brown */
/* #2E2F24 sidebar brown text */
body div.formcontainer{clear: both;overflow: hidden;width:500px; height:710px; font-size:13px; line-height:18px; font-family:Georgia,"Times New Roman",Times,serif;color:#B59553; background:url(http://www.thebacks.de/wp-content/themes/default/images/form-bck.png ); padding:0px 60px 0px 60px;}
body div.formcontainer span.required {color: #A4000B;}

body div.formcontainer p.error,
body div.formcontainer p.important,
body div.formcontainer p.information,
body div.formcontainer p.success {
font-size:13px; line-height:18px; font-family:Georgia,"Times New Roman",Times,serif;
color: #A4000B;
width: 620px;
padding:5px 0px 5px 0px;
margin:50px 0px 10px 0px;
}


body div.formcontainer form.contact-form {clear: both; float: none; width:100%; margin:0px; padding:0px;}

body div.formcontainer form.contact-form fieldset {color: #FFFFFF;border:none; margin:0px; padding:0px 0px 20px 0px;}

body div.formcontainer form.contact-form fieldset legend {text-transform: uppercase; padding:0px; color:#2E2F24; font-weight:bold; font-size:13px; line-height:18px; }

body div.formcontainer form.contact-form fieldset div.form-label {
display: block;
float:none;
line-height:21px;
margin: 5px 0px 0px 0px;
padding:0px;
text-align:left;
width:100%;
}

body div.formcontainer form.contact-form fieldset div.form-label label,
body div.formcontainer form.contact-form fieldset div.form-option label {
line-height:21px;
}

body div.formcontainer form.contact-form fieldset div.form-input,
body div.formcontainer form.contact-form fieldset div.form-textarea {
display: block;
float:none;
margin: 0px 0px 0px 0px;
width:100%;
}


body div.formcontainer form.contact-form fieldset div.form-input input,
body div.formcontainer form.contact-form fieldset div.form-textarea textarea {
padding: 4px;
width: 97%;
border:1px solid #B59553;
}

body div.formcontainer form.contact-form fieldset div.form-textarea textarea {
overflow: auto;
}

body div.formcontainer form.contact-form fieldset div.form-input input.error {
border:2px solid #A4000B;
}

body div.formcontainer form.contact-form fieldset div.form-input input.optional {
margin-bottom: 0.2em;
}

body div.formcontainer form.contact-form fieldset div.form-option,
body div.formcontainer form.contact-form fieldset div.form-submit {
display: block;
float:none;
margin: 1em 0 0 0;
width:100%;
}


body div.formcontainer form.contact-form fieldset div.form-submit input {
cursor:pointer;
padding:0.5em 2em;
border:1px solid #B59553;
text-align:center;
background:#3B2612;
color:#FFF;
text-transform:uppercase;
font-weight:bold;
font-size:11px; line-height:18px; font-family:Georgia,"Times New Roman",Times,serif;
}
