﻿
#logo
{
    float: left;
    margin: -16px 0 0 15px;
}

#main h2
{
    border-bottom: 1px solid #E5E5E5;
    color: #FF9900;
    font-size: 36px;
    font-weight: lighter;
    line-height: 26px;
    margin-bottom: 25px;
    padding-bottom: 20px;
}

h4 a, h4 a:visited
{
    color: #FF9900 !important;
    font-size: 14px;
    font-weight: lighter;
    text-decoration: none;
}

a:link, a:visited
{
    color: #FF9900;
    font-size: 14px;
    font-weight: lighter;
    text-decoration: none;
}

input.btn
{
    background: url("btn.jpg") repeat-x scroll 0 0 transparent;
    border: 1px solid #0066CC;
    border-radius: 3px 3px 3px 3px;
    color: white;
    display: block;
    height: 15px;
    margin-top: 27px;
    padding: 7px 0 21px 0;
    text-align: center;
    text-decoration: none;
    text-shadow: 0 -1px 0 #005C97;
    width: 96px;
    text-indent: 0;
}
input.form-submit
{
    background: url("btn.jpg") repeat-x scroll 0 0 transparent;
    border: 1px solid #0066CC;
    border-radius: 3px 3px 3px 3px;
    color: white;
    display: block;
    height: 15px;
    margin-top: 27px;
    padding: 7px 0 21px 0;
    text-align: center;
    text-decoration: none;
    text-shadow: 0 -1px 0 #005C97;
    width: 96px;
    text-indent: 0;
}
input.form-reset
{
    background: url("btn.jpg") repeat-x scroll 0 0 transparent;
    border: 1px solid #0066CC;
    border-radius: 3px 3px 3px 3px;
    color: white;
    display: block;
    height: 15px;
    margin-top: 27px;
    padding: 7px 0 21px 0;
    text-align: center;
    text-decoration: none;
    text-shadow: 0 -1px 0 #005C97;
    width: 96px;
    text-indent: 0;
}

:-moz-placeholder
{
    color: #CCCCCC;
    font-family: Helvetica,Arial,sans-serif;
    font-style: italic;
}
input.field
{
    background: repeat-x scroll 0 0 transparent;
    border: 1px solid #B4B4B4;
    border-radius: 3px 3px 3px 3px;
    color: #444444;
    font-family: Helvetica,Arial,sans-serif;
    font-size: 14px;
    font-weight: lighter;
    margin-top: 8px;
    outline: medium none;
    padding: 11px 8px;
    width: 363px;
}
label
{
    color: #333333;
    font-size: 14px;
    font-weight: bold;
    margin-left: 8px;
    display: block;
}


#header-wrap {
    background: url("bg.gif") repeat-x scroll 0 0 #FFFFFF;
    margin: 0;
    padding: 0;
    width: 100%;
}

#header #header-image {
    background: none no-repeat scroll 0 0 transparent;
    height: 263px;
    position: absolute;
    right: 10px;
    top: 0;
    width: 371px;
}

.ui-datepicker-div {
    color: inherit;
    font-size: inherit;
    line-height: inherit;
}