﻿#shadowbox_content {
    overflow: hidden;
}

#ContactOptions {
    float: left;
    width: 230px;
    margin: 0px;
    padding: 0px;
    color: #FFFFFF !important;
    font-size: 13px;
}

#ContactOptions dt {
    width: 230px;
    height: 32px;
    margin: 0px;
    padding: 8px 0px 0px;
    background: url(/Templates/Template2/Images/rrbox_top.png) no-repeat center top;
    text-align: center;
    font-weight: bold;
}

#ContactOptions dd {
    width: 214px;
    margin: 0px;
    padding: 0px 8px 8px;
    background: url(/Templates/Template2/Images/rrbox_bottom.png) no-repeat center bottom;
}

#ContactOptions dd p {
    margin: 15px 8px 0px;
}

#ContactOptions input {
    background: none !important;
    border: none !important;
}

#ContactOptions .active label {
    color: #454545;
    font-style: italic;
}

#ContactOption {
    float: left;
    width: 250px;
    margin: 0px 0px 0px 25px;
    padding: 0px;
}

/* Template 2 Specific Contact Form Styles */
.Form {
    float: none;
    clear: both;
    margin: 10px 0px 20px;
    padding: 0px;
    list-style: none;
}

.Form label {
    float: none;
    display: block;
    width: auto;
    margin: 4px 0px 2px;
    padding: 0px;
    font-size: 13px;
    font-weight: bold;
}

.Form li {
    float: none;
    position: relative;
    width: 250px;
    padding-top: 2px;
}

.Form li.set-width {
    width: 250px;
    margin: 10px 0px 0px;
    padding: 0px;
}

.Form img.AntiRobot {
    display: inline;
}

.Form span img {
    position: absolute;
    top: 26px;
    left: 258px;
}

.Form li.full-width {
    width: 250px;
}

.Form li.full-width label {
    float: none;
    width: auto;
    padding: 0px;
}

.Form .warning {
    width: 213px;
}

