/******************************************************************************

CSS Document for portfolio site
Type: Typography Stylesheet
Purpose: Set all typography styles
Author: John Toyne
Email: johntoyne@gmail.com
Comments: Send comments about my styles to my email, use freely

*******************************************************************************/
.form_holder
{
    width:830px;
    padding:10px;
    margin:0px auto;
    border:1px solid #e1e1e1;
}
.form_field
{
    background:#f0f0f0;
    padding:5px;
    border:1px solid #e1e1e1;
    border-bottom:0;
    clear:both;
}
.form_field_alt
{
    background:#f7f7f7;
    padding:5px;
    border:1px solid #e1e1e1;
    border-bottom:0;
    clear:both;
}
.form_response
{
    color:Red;
    display:none;
}
.textbox
{
    border:2px solid #e1e1e1;
    width:250px;
    font-size:1.0em;
    font-weight:bold;
    color:#333;
}
.button
{
    border:1px solid #99ccff;
    color:#99ccff;
    background:#fff;
    min-width:100px;
    font-size:1.0em;
    font-weight:bold;
    text-align:center;
    padding:0 10px;
}
