/*
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;


	width: 512px;

	
}

body div.formcontainer span.required {

}

body div.formcontainer p.error,
body div.formcontainer p.important,
body div.formcontainer p.information,
body div.formcontainer p.success {

font-size: 14px;
color: #EDAD27;
line-height: 25px;
padding-left: 25px;
width: 100%;
margin-bottom: 0px;
}

body div.formcontainer p.error {
background:  url('error.png') no-repeat 1px 50%;

}

body div.formcontainer p.important {
background:  url('important.png') no-repeat 1px 50%;

}

body div.formcontainer p.information {
background:  url('information.png') no-repeat 1px 50%;

}

body div.formcontainer p.success {
font-size: 45px;
color: #EDAD27;


width: 100%;

}

body div.formcontainer form.contact-form {
clear: both;
float: left;
width: 100%;
}

body div.formcontainer form.contact-form fieldset {
color: #333333;
margin: 5px 0 5px 0;

}

body div.formcontainer form.contact-form fieldset legend {
text-transform: uppercase;
}

body div.formcontainer form.contact-form fieldset div.form-label {
display: block;
float:left;
line-height:150%;
margin: 0.5em 0 0 0;

text-align:left;
padding-bottom: 5px;




}

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: 0.2em 0 0 0;


}

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: 100%;
float:none;
background-color: #f0f2ed;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCC;
	border-right-color: #fff;
	border-bottom-color: #fff;
	border-left-color: #CCC;
}

body div.namewidth {
width: 241px;

float: left;


}
body div.emailwidth {
width: 241px;

float: left;
margin-left: 30px;


}
body div.messagewidth {
width: 512px;

float: left;



}


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;
}

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-top: 10px;
width:512px;
text-align: center;
}

body div.formcontainer form.contact-form fieldset div.form-submit input {
cursor:pointer;
padding:0.5em 2em;

}
