/*
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/.
*/

body div.formcontainer{
clear: both;
overflow: hidden;
width: 100%;
}

body div.formcontainer span.required {
color: #FF0000;
}

body div.formcontainer p.error,
body div.formcontainer p.important,
body div.formcontainer p.information,
body div.formcontainer p.success {
border-top: 0px solid #E8E8DE;
color: #3B3B3B;
line-height: 250%;
padding-left: 25px;
width: 95%;
}

body div.formcontainer p.error {
background: #D4D4D4 url('images/error.png') no-repeat 1px 50%;
border-bottom: 0px solid #F0D28B;
margin: 0px 0px 10px 0px;
}

body div.formcontainer p.important {
background: #D4D4D4 url('images/important.png') no-repeat 1px 50%;
border-bottom: 0px solid #FED7CE;
margin: 0px 0px 10px 0px;
}

body div.formcontainer p.information {
background: #D4D4D4 url('images/information.png') no-repeat 1px 50%;
border-bottom: 0px solid #C5DDF2;
margin: 0px 0px 10px 0px;
}

body div.formcontainer p.success {
background: #D4D4D4 url('images/success.png') no-repeat 1px 50%;
border-bottom: 0px solid #C7E9B3;
margin: 0px 0px 10px 0px;
}

body div.formcontainer form.contact-form {
clear: both;
float: none;
width: 100%;
}

body div.formcontainer form.contact-form fieldset {
background: #D4D4D4;
color: #333333;
margin: 0px 0px 10px 0px;
}

body div.formcontainer form.contact-form fieldset legend {
text-transform: uppercase;
}

body div.formcontainer form.contact-form fieldset div.form-label {
display: block;
float:none;
line-height:150%;
margin: 5px 0px 0px 0px;
padding:0;
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 {
cursor: pointer;
line-height:100%;
}

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-textarea textarea {
padding: 0.3em;
width: 80%;
font-family:Arial, Helvetica, Sans-serif;
font-size:13px;
border:1px solid #A5ACB2;
}

body div.formcontainer form.contact-form fieldset div.form-input input {
padding: 2px;
width: 50%;
border:1px solid #A5ACB2;
}

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 {
background-color: #DCE596;
}

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: 0px 0px 0px 0px;
width:100%;
}

body div.formcontainer form.contact-form fieldset div.form-submit input {
cursor:pointer;
padding:0.5em 2em;
}
