/*
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 {
color: #442;
line-height: 250%;
padding-left: 36px;
width: 95%;
}

body div.formcontainer p.error {
background: #fbfbee url('error.png') no-repeat 12px 50%;
border-bottom: 2px solid #F0D28B;
}

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

body div.formcontainer p.information {
background: #fff url('information.png') no-repeat 12px 50%;
display: none;
}

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 {
background: #FFFFFF;
color: #333333;
margin: 0.5em 0 1.5em 0;
border: none;
font-family: Lucida Grande, Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
}

.legend span {
display: none;
}

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: 0.5em 0 0 0;
padding:0;
text-align:left;
width:95%;
}

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;
width:95%;
}

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: 95%;
}

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 {
display: block;
float:none;
margin: 1em 0 0 0;
width:95%;
}

.form-submit { height: 45px; overflow: hidden;}

.form-submit input {
	width: auto;
	height: 28px;
	-moz-border-radius:4px 4px 4px 4px;
	-moz-box-shadow:0 1px 2px rgba(0, 0, 0, 0.2);
	background:-moz-linear-gradient(center top , #f1f1f1, #c9c9c8) repeat scroll 0 0 transparent;
	border:1px solid #686b70;
	color:#2c2c2c;
	cursor:pointer;
	font-size:11px;
	outline:medium none;
	padding:5px 12px 6px;
	text-align: center;
}

.form-submit input:active {
	background:url("http://olefredrik.com/wp-content/themes/olefredrik/img/overlay-button.png") repeat-x scroll 0 0 #cecece;
}

body div.formcontainer form.contact-form fieldset div {
cursor:pointer;
}