textarea {
    width: 95%;
    max-height: 300px;
    overflow: auto;
}

fieldset {

    margin: 1.5em;
    padding: 2em;
    background: #fefefe;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

legend {
    font-size: 1.25em;
    margin-bottom: 0 !important;
    margin-bottom: 1.429em;
    padding: 0 .5em;
}

label {
    font-size: 1.1em;
    height: 25px;
    line-height: 25px;
}

/* Input Types */
input[type='text'],
input[type='email'],
input[type='url'],
textarea {
    background: #fff;
    border: 1px solid #eee;
    color: #999;
    font-family: inherit;
    font-size: inherit;
    padding: 2px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}

input[type='text']:hover,
input[type='email']:hover,
input[type='url']:hover,
textarea:hover {
    background: #f9f9f9;
    border-color: #86D4EF;
    cursor: text;
}

input[type='text']:focus,
input[type='email']:focus,
input[type='url']:focus,
textarea:focus {
    background: #fcfcfc;
    border-color: #f5f5f5;
    color: #0d0d0d;
}

input[type='checkbox'], input[type='radio'] {
    display: inline;
    margin-top: 4px;
}

input:required, textarea:required {
    outline: 1px solid #C74350;
}

input, select, textarea {
    color: #000;
    background-color: #fff;
}

input[type='text'], input[type='password'], select, textarea {
    padding: 3px; /**	font-family: georgia, times, serif;**/
    color: #333;
    border: 1px solid #CCC; /**font-family:"Trebuchet MS",Arial,Helvetica,sans-serif; **/
    font-family: Verdana, Geneva, sans-serif;
    font-size: 13px;

}

input[type='submit'], input[type='reset'], input[type='button'] {
    background: #D6DEE4;
    border: 1px outset #A9BAC7;
    padding: 2px 6px;
    -moz-border-radius: 5px;
    -khtml-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

input[type='submit']:hover, input[type='reset']:hover, input[type='button']:hover {
    color: #FF3300;
}
