/****************************Custom Classes********************************/

/*** Headers & Borders Classes ***/

.border_none {
    border                  :       none 0px;
}

.border_green {
    border                  :       solid 1px #94B54C;
}

.border_dark {
    border                  :       solid 1px #A6A6A6;
}


.border_pink {
    border                  :       solid 1px #D437A0;
}

.float_left {
    float                   :       left;
}

.float_right {
    float                   :       right;
}

.h1 {
    color                   :       #999999;
    font-family             :       Century Gothic, Georgia, Arial, Verdana, Helvetica, sans-serif;
    font-size               :       13px;
}

.h2 {
    color                   :       #999999;
    font-family             :       Century Gothic, Georgia, Arial, Verdana, Helvetica, sans-serif;
    font-size               :       16px;
}

.highlight {
    color                   :       #94B54C;
    font-family             :       Century Gothic, Georgia, Arial, Verdana, Helvetica, sans-serif;
    font-size               :       13px;
    font-weight             :       bold;
}

.textbox_185 {
    background-color        :       Transparent;
    background-image        :       url('../images/textbox_185_grey.jpg');
    background-repeat       :       no-repeat;
    border                  :       0px none;
    color                   :       #999999;
    font-family             :       Century Gothic, 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 #CCCCCC;
    color                   :       #999999;
    font-family             :       Century Gothic, Georgia, Arial, Verdana, Helvetica, sans-serif;
    font-size               :       13px;
    height                  :       85px;
    width                   :       220px;
}