input {
    background-color: #fcfcfc;
}

/* Forms */
form {
    clear: both;
    margin-right: 20px;
    padding: 0;
    width: 100%;
    
}
fieldset {
    border: 1px solid #ccc;
    margin-top: 30px;
    padding: 16px 20px;
}
fieldset legend {
    background:#fff;
    color: #e32;
    font-size: 160%;
    font-weight: bold;
}
fieldset fieldset {
    margin-top: 0px;
    margin-bottom: 20px;
    padding: 16px 0;
}
fieldset fieldset legend {
    font-size: 120%;
    font-weight: normal;
    margin-left: 20px;
}
fieldset fieldset div {
    margin: 0 20px;
}
form div {
    margin-bottom: 1em;
    padding: .5em;
    vertical-align: text-top;
}
form div.input {
    color: #444;
}
form div.required {
    color: #333;
    font-weight: bold;
}
form div.submit {
    border: 0;
    clear: both;
    margin-top: 10px;
    margin-left: 140px;
}
label {
    display: block;
    font-size: 110%;
    padding-right: 20px;
}
input, textarea {
    background-color: #fcfcfc;
    display: block;
    font-size: 140%;
    font-family: "frutiger linotype", "lucida grande", "verdana", sans-serif;
    padding: 2px;
    width: 50%;
    
}
select {
    clear: both;
    font-size: 120%;
    vertical-align: text-bottom;
}
select[multiple=multiple] {
    width: 100%;
}
option {
    font-size: 120%;
    padding: 0 3px;
}
input[type=checkbox] {
    clear: left;
    float: left;
    margin: 0px 6px 7px 2px;
    width: auto;
}
input[type=submit] {
    display: inline;
    font-size: 110%;
    padding: 2px 5px;
    width: auto;
    vertical-align: bottom;
}



/* Specific Forms Styles */
#contact-form input , #contact-form textarea {
    width: 100%;
    color: #0099ff;
    font-size:  14px;
    line-height: 24px;
}
#contact-form textarea {
    height: 340px;
    /*background: url("../img/forms/textareaBg.jpg");*/
    background-attachment: fixed;
    background-position:  20px;
 
}
