/*
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:500px;
font: 14px Helvetica, Arial;
color: #000;
background-color: #eeeeee;
padding-left: 25px;
padding-right: 10px;
padding-top: 10px;
margin-top: 10px;
border: 1px solid #cccccc;
}

body div.formcontainer span.required {
color: #ce7216;
}

body div.formcontainer p.error,
body div.formcontainer p.important,
body div.formcontainer p.information,
body div.formcontainer p.success {
color: #ce7216;
line-height: 250%;
width: 100%;
}

body div.formcontainer p.error {
background: #eeeeee;
}

body div.formcontainer p.important {
background: #eeeeee;
}

body div.formcontainer p.information {
background: #eeeeee;
}

body div.formcontainer p.success {
background: #eeeeee;
}

body div.formcontainer form.contact-form {
clear: both;
float: none;
width: 100%;


}

body div.formcontainer form.contact-form fieldset {
color: #000;
margin: 0.5em 0 1.5em 0;
}

body div.formcontainer form.contact-form fieldset legend {
text-transform: uppercase;
color: #666666;
padding-bottom: 5px;
font-weight: bold;
font-size: 14px;
padding-top: 20px;
}

body div.formcontainer form.contact-form fieldset div.form-label {
display: block;
float:none;
line-height:150%;
font-size: 12px;
margin: 0.5em 0 0 0;
padding:0;
text-align:left;
width:100%;
}

body div.formcontainer form.contact-form fieldset div.form-input input:focus {
outline: none;
border: 1px solid #000;
}

body div.formcontainer form.contact-form fieldset div.form-textarea textarea:focus {
outline: none;
border: 1px solid #000;
resize: none;
}

body div.formcontainer form.contact-form fieldset div.form-label label,
body div.formcontainer form.contact-form fieldset div.form-option label {
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:100%;
}

body div.formcontainer form.contact-form fieldset div.form-input input,
body div.formcontainer form.contact-form fieldset div.form-textarea textarea {
padding-top: 0.7em;
padding-bottom: 0.7em;
padding-left: 0.7em;
padding-right: 0.7em;
width: 90%;
border: 1px solid #cccccc;
font-size: 16px;
}

body div.formcontainer form.contact-form fieldset div.form-textarea textarea {
overflow: auto;
resize: none;
}

body div.formcontainer form.contact-form fieldset div.form-input input.error {
background-color: #cccccc;
}

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 {
font-size: 12px;
display: block;
float:none;
margin: 1em 0 0 0;
width:100%;
}

body div.formcontainer form.contact-form fieldset div.form-submit input{
width: 68px;
height: 26px;
border: none;
background-color: #eeeeee;
cursor: pointer;
text-indent: 99999px;
background: #999999 url("images/skicka.gif") no-repeat top left;	
}	


body div.formcontainer form.contact-form fieldset div.form-submit input {

}








