/*****************************************/
/* Forms               
/*****************************************/

form .field_group {
    border-top: 1px solid #c9e4ef;
    padding: 10px 0 10px 0;
    margin: 10px 0 10px 0;
}

form .field_row {
    margin: 10px 0;
    line-height: 15px;
}
form .field_row_indent {
    margin-left: 130px;
}
form .field_row label {
    vertical-align: top;
    display: inline-block;
    zoom: 1;
    margin-top: 3px;
    *display: inline;
    font-weight: bold;
    color: #595758;
    width: 130px;
    text-transform: uppercase;
}
form .field_row input[type="text"],
form .field_row input[type="password"] {
    display: inline-block;
    zoom: 1;
    *display: inline;
    color: #595758;
    width: 250px;
    margin-right: 5px;
    font-family: arial;
}
form .field_row textarea {
    display: inline-block;
    zoom: 1;
    *display: inline;
    color: #595758;
    width: 250px;
    height: 175px;
    margin-right: 5px;
    font-family: arial;
}
form .field_row select {
    font-family: arial;
    color: #595758;
}
form .field_row input[type="text"].short {
    width: 50px;
}
form .field_row input[type="checkbox"] {
    display: inline-block;
    zoom: 1;
    *display: inline;
    font-weight: bold;
    color: #595758;
    margin-right: 5px;
}
form .field_row .confirmation_value {
    display: inline-block;
    zoom: 1;
    *display: inline;
    color: #595758;
    width: 250px;
    margin-right: 5px;
    font-family: arial;
}
form .field_row .notice {
    display: inline-block;
    zoom: 1;
    *display: inline;
    color: #595758;
    text-transform: uppercase;
}
form .field_row .error {
    display: inline-block;
    zoom: 1;
    *display: inline;
    font-weight: bold;
    color: #ca1c33;
    text-transform: uppercase;
}
form button {
    background: none;
    border: none;
    padding: 0;
    margin: 0;
}
form button span {
    display: inline-block;
    zoom: 1;
    *display: inline;
    font-wieght: bold;
    font-size: 10px;
    background-color: #0187b5;
    color: #ffffff;
    text-transform: uppercase;
    padding: 0px 10px;
    margin-right: 15px;
    line-height: 20px;
    border: 1px solid #0187b5;
    moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}
form button span:hover {
    background-color: #fff;
    color: #0187b5;
}

form table {
    border-collapse: collapse;
    width: 100%;
}
form table thead {
    background-color: #2A4B79;
    color: white;
    font-weight: bold;
    font-size: 13px;
    text-transform: uppercase;
}
form table thead th {
    text-align: left;
    padding: 7px;
    background-color: #2A4B79;
    color: #fff;
}
form table tr {
    border-bottom: 2px solid #fff;
    background-color: #eeeeee;
    
}
form table tr td {
    vertical-align: top;
    padding: 7px;
    margin: .5em 0 .5em 0;
    font-family: 'AvenirLTStd65Medium', arial;
    font-size: 13px;
    line-height: 1.3em;
    color: #5c5a5b;
    background-color: #F4FAFC;
    border: 1px solid #ffffff;
    
}
form table tr td a {
    color: #0186b7;
}
form table tr td.dark {
    background-color: #E8F4F8;
}
#modal form .field_row_indent {
    margin-left: 100px;
}
#modal form .field_row label {
    width: 100px;
}
#modal form .field_row input[type="text"],
#modal form .field_row input[type="password"] {
    width: 160px;
}