/****************************Custom Classes********************************/

#content {
    text-align              :       right;
    width                   :       1067px;
}

/*** Headers & Borders Classes ***/

.border_none {
    border                  :       none 0px;
}

.border_thumb {
    border                  :       solid 1px #CECECE;
    width                   :       100px;
}


.float_left {
    float                   :       left;
}

.float_right {
    float                   :       right;
}

.h1 {
    color                   :       #000000;
    font-family             :       Georgia, Arial, Verdana;
    font-size               :       16px;
    font-weight             :       bold;
}

.h2 {
    color                   :       #818181;
    font-family             :       Century Gothic, Georgia, Arial, Verdana;
    font-size               :       12px;
    text-align              :       right;
}

/*** ASP.NET Classes ***/

.textbox_185 {
    background-color        :       Transparent;
    background-image        :       url('../images/textbox_185_grey.jpg');
    background-repeat       :       no-repeat;
    border                  :       0px none;
    color                   :       #999999;
    font-family             :       Georgia, Arial, Verdana, Helvetica, sans-serif;
    font-size               :       13px;
    height                  :       25px;
    margin                  :       0px;
    padding                 :       4px 0px 0px 15px;
    width                   :       185px;
}

.textbox_multi {
    background-color        :       #FFFFFF;
    border                  :       solid 1px #999999;
    color                   :       #999999;
    font-family             :       Georgia, Arial, Verdana, Helvetica, sans-serif;
    font-size               :       13px;
    height                  :       85px;
    width                   :       220px;
}