﻿.contactContentContainer {
    width: 92%;
    height: 600px;
    margin: 0 auto 0 auto;
    overflow: hidden;
    font-family: Verdana;
    display: none;
}

.contactContentInnerContainerStyle {
    width: 870px;
    margin: 0 auto 0 auto;
    margin-top: 10px;
}

.contactContentCenterStyle{
    width:720px;
    height:100%;
    margin: 0 auto 0 auto;
}

.contactTitleStyle{
    font-size:32px;
}

.contactInfoContainerStyle {
    width: 45%;
    min-width: 700px;
    height: 80%;
    min-height: 500px;
    background: linear-gradient(#aaaaaa, #000000);
    border-radius: 4px;
    overflow: hidden;
    border: 1px solid #dddddd;
}

.contactEmailContainerStyle {
    width: 100%;
    height: 40%;
    padding: 20px 20px 20px 20px;
    overflow: hidden;
    color: #ffffff;
}

.contactSupportContainerStyle {
    width: 100%;
    height: 60%;
    padding: 20px 20px 20px 20px;
    overflow: hidden;
    color: #ffffff;
}

.contactEmailTitleRowStyle{
    width:100%;
    height:40px;
}

.contactEmailIcon {
    float: left;
    width: 48px;
    height: 40px;
    background-image: url("../images/emailIcon.png");
}

.contactEmailTitleText {
    float: left;
    font-size: 28px;
    color: #00FF3F;
    margin-left: 6px;
}

.contactEmailInfoRowStyle {
    clear: both;
    width: 100%;
    height: 36px;
    line-height: 36px;
    vertical-align: middle;
}

.contactEmailInfoColumn1Style{
    float:left;
    width:40%;
    height:100%;
    color:#ffffff;
}

.contactEmailInfoColumn2Style{
    float: left;
    width: 60%;
    height: 100%;
    color:#dddddd;
}

.contactEmailDescriptionRowStyle {
    width: 100%;
    color: #dddddd;
    margin-top: 30px;
}

.contactSupportTitleRowStyle {
    width: 100%;
    height: 40px;
}

.contactSupportIcon {
    float: left;
    width: 48px;
    height: 40px;
    background-image: url("../images/supportIcon.png");
}

.contactSupportTitleText {
    float: left;
    font-size: 28px;
    color: #00FF3F;
    margin-left: 6px;
}

.contactDisclaimerContainerStyle {
    width: 100%;
    height: 80px;
    line-height: 80px;
    padding: 10px 10px 10px 10px;
    margin-top: 20px;
    text-align: center;
    vertical-align: bottom;
    background-image: url("../images/stealRepeatTexture.png");
    background-repeat: repeat-x repeat-y;
    cursor:pointer;
}

.contactDisclaimerTextStyle {
    color: #ffffff;
}

.contactDisclaimerMouseOverTextStyle {
    color: #00FF3F;
    text-shadow: 0 0 8px #00FF3F;
}
