/*
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/.
*/

fieldset		{ width: 490px; border: none; }
p.contact-tile	{ height: 38px; color: #ff2aa1; padding-top: 5px; font-style: italic; background: transparent url(images/h3-bg.jpg) top left no-repeat; }

label { display: block; margin-bottom: 6px; }


body div.formcontainer{
clear: both;
overflow: visible;
/*width: 100%;*/
}

.required, .optional { border: solid 1px #ccc; }

body div.formcontainer span.required {
color: #ff2aa1;
border: none;
}

body div.formcontainer p.important,
body div.formcontainer p.information,
body div.formcontainer p.success {
/* border-top: 1px solid #E8E8DE; */
color: #442;
line-height: 250%;
padding-left: 36px;
width: 95%;
}

body div.formcontainer p.error {
padding: 0 0 0 12px;
color: red;
line-height: 250%;
padding-left: 36px;
width: 95%;
width: 469px;
border: 1px solid #ff281f;
background-color: #ffcdc8;
}

body div.formcontainer p.important {
background: #fbfbee url('important.png') no-repeat 12px 50%;

}

body div.formcontainer p.information {
padding: 0 0 0 12px;
border: 1px solid #e6db55;
background-color: #fffbcc;
width: 469px;
}

body div.formcontainer p.success {
background: #fbfbee url('success.png') no-repeat 12px 50%;

}

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

body div.formcontainer form.contact-form fieldset {
color: #333333;
margin: 0.5em 0 1.5em 0;
}

body div.formcontainer form.contact-form fieldset legend { display: block; width: 480px; height: 38px; padding: 5px 0 0 0px; color: #cfcfcf; background: transparent url(images/h3-bg.jpg) top left no-repeat; font: italic normal 110% Georgia, "Times New Roman", Times, serif; }

body div.formcontainer form.contact-form fieldset div.form-label {
display: block;
float:none;
line-height:150%;
margin: 0.5em 0 0 0;
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{ border: none; }

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: 0.2em 0 0 0;
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: 0.3em;
width: 97%;
}

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: #FBF4E2;
}

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

input#ec_option_cc.check.optional { float: left; width: 20px;}

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

body div.formcontainer form.contact-form fieldset div.form-submit input {
cursor:pointer;
padding:0.5em 2em;
}