body {
    font-family: 'Matterhorn', Arial;
    font-size: 12px;
    color: #6c6c6c;
    margin: 0;
    padding: 0;
    background: #005;
    color: #555;
    background: #261a4a url("/images/background.jpg") repeat fixed center top; 
    }
    
    @font-face {
    font-family: 'Matterhorn';
    src: url('/css/matterhorn-regular.eot');  /* IE9 Compat Modes */
	src: url('/css/fonts/matterhorn-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
	        url('/css/fonts/matterhorn-regular.ttf') format('truetype'), /* Safari, Android, iOS */
	        url('/css/fonts/matterhorn-regular.woff') format('woff'), /* Modern Browsers */
	        url('/css/fonts/matterhorn-regular.svg#webfont') format('svg'); /* Legacy iOS */
    }

form {
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
    color: #125691;
}

a:visited {
    text-decoration: none;
    color: #2AA2D5;
}

a:hover {
    text-decoration: underline;
    color: #1761A2;
}

a:active {
    text-decoration: none;
}

img {
    border: 0;
}

.window {
    clear: both;
    width: 1000px;
    margin: 0 auto;
    padding-left: 58px;
}

.main-content {
    background: #FFF;
    min-height: 400px;
    box-shadow: 1px 1px 3px 1px #dde4eb;
    clear: both;
}

.main-wrapper {
    position: relative;
    width: 1024px;
    z-index: 1000;
}

.main-content-container {
    padding: 3em;
    min-height: 635px;
}

.page_index .main-content-container h1 span {
    font-weight: normal;
    font-size: .65em;
}

.contentDebug a {
    background-color: #FF00FF;
    color: #EFEFEF;
    padding: 2px;
    border: 2px dashed #0000FF;
    box-shadow: 2px 2px 5px #88FF88;
    text-shadow: 1px 1px #999;
    border-radius: 5px;
    display: inline-block;
    -webkit-animation: conD 2s linear .5s 1;
    animation: conD 2s linear .5s 1;
}

.main-content .contentDebug a {
    -webkit-animation: conDR 2s linear .5s 1;
    animation: conDR 2s linear .5s 1;
}

.contentDebug a:hover {
    transform: rotate(2deg);
    -ms-transform: rotate(2deg); /* IE 9 */
    -webkit-transform: rotate(2deg); /* Safari and Chrome */
}

@keyframes conD {
    0% {
        transform: rotate(0deg);
        background-color: #FF00FF;
        color: #FFF;
    }
    30% {
        transform: rotate(360deg);
        background-color: #AA00AA;
    }
    60% {
        transform: rotate(0deg);
        background-color: #AA99AA;
    }
    90% {
        trasform: rotate(-360deg);
        background-color: #FF00FF;
        color: #EFEFEF;
    }
}

@keyframes conDR {
    0% {
        transform: rotate(0deg);
        background-color: #FF00FF;
        color: #FFF;
        margin-left: 0;
    }
    30% {
        transform: rotate(-360deg);
        background-color: #AA00AA;
        margin-left: 50%;
    }
    60% {
        transform: rotate(0deg);
        background-color: #AA33AA;
        margin-left: 0%;
    }
    90% {
        trasform: rotate(360deg);
        background-color: #FF00FF;
        color: #EFEFEF;
        margin-left: 0;
    }
}

.left-nav {
    position: fixed;
    margin: 0 0 0 -57px;
    background: #0091ca;
    z-index: 10;
}

.nav-icon {
    padding: 5px;
    cursor: pointer;
}

.nav-icon.active, .nav-icon.active:hover, .icon-flyout.active {
    background: #80d5f7;
}

.nav-icon:hover {
    background: #80d5f7;
}

.nav-icon span {
    width: 47px;
    height: 47px;
    display: block;
}

.menu-icon span {
    border: 1px solid #e4e4e4;
    background: #ffffff url('/images/icons/icon-menu.png') no-repeat 9px 14px; /* Old browsers */
    background: url('/images/icons/icon-menu.png') no-repeat 9px 14px, -moz-linear-gradient(top,  #ffffff 0%, #f8f8f8 50%, #f2f2f2 100%); /* FF3.6+ */
    background: url('/images/icons/icon-menu.png') no-repeat 9px 14px, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(50%,#f8f8f8), color-stop(100%,#f2f2f2)); /* Chrome,Safari4+ */
    background: url('/images/icons/icon-menu.png') no-repeat 9px 14px, -webkit-linear-gradient(top,  #ffffff 0%,#f8f8f8 50%,#f2f2f2 100%); /* Chrome10+,Safari5.1+ */
    background: url('/images/icons/icon-menu.png') no-repeat 9px 14px, -o-linear-gradient(top,  #ffffff 0%,#f8f8f8 50%,#f2f2f2 100%); /* Opera 11.10+ */
    background: url('/images/icons/icon-menu.png') no-repeat 9px 14px, -ms-linear-gradient(top,  #ffffff 0%,#f8f8f8 50%,#f2f2f2 100%); /* IE10+ */
    background: url('/images/icons/icon-menu.png') no-repeat 9px 14px, linear-gradient(to bottom,  #ffffff 0%,#f8f8f8 50%,#f2f2f2 100%); /* W3C */
    /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f2f2f2',GradientType=0 ); /* IE6-9 */
    }

.home-icon span {
    border: 1px solid #e4e4e4;
    background: #ffffff url('/images/icons/icon-home.png') no-repeat 10px 12px; /* Old browsers */
    background: url('/images/icons/icon-home.png') no-repeat 10px 12px, -moz-linear-gradient(top,  #ffffff 0%, #f8f8f8 50%, #f2f2f2 100%); /* FF3.6+ */
    background: url('/images/icons/icon-home.png') no-repeat 10px 12px, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(50%,#f8f8f8), color-stop(100%,#f2f2f2)); /* Chrome,Safari4+ */
    background: url('/images/icons/icon-home.png') no-repeat 10px 12px, -webkit-linear-gradient(top,  #ffffff 0%,#f8f8f8 50%,#f2f2f2 100%); /* Chrome10+,Safari5.1+ */
    background: url('/images/icons/icon-home.png') no-repeat 10px 12px, -o-linear-gradient(top,  #ffffff 0%,#f8f8f8 50%,#f2f2f2 100%); /* Opera 11.10+ */
    background: url('/images/icons/icon-home.png') no-repeat 10px 12px, -ms-linear-gradient(top,  #ffffff 0%,#f8f8f8 50%,#f2f2f2 100%); /* IE10+ */
    background: url('/images/icons/icon-home.png') no-repeat 10px 12px, linear-gradient(to bottom,  #ffffff 0%,#f8f8f8 50%,#f2f2f2 100%); /* W3C */
    /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f2f2f2',GradientType=0 ); /* IE6-9 */

}

.search-icon span {
    border: 1px solid #e4e4e4;
    background: #ffffff url('/images/icons/icon-mag.png') no-repeat 9px 11px; /* Old browsers */
    background: url('/images/icons/icon-mag.png') no-repeat 9px 11px, -moz-linear-gradient(top,  #ffffff 0%, #f8f8f8 50%, #f2f2f2 100%); /* FF3.6+ */
    background: url('/images/icons/icon-mag.png') no-repeat 9px 11px, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(50%,#f8f8f8), color-stop(100%,#f2f2f2)); /* Chrome,Safari4+ */
    background: url('/images/icons/icon-mag.png') no-repeat 9px 11px, -webkit-linear-gradient(top,  #ffffff 0%,#f8f8f8 50%,#f2f2f2 100%); /* Chrome10+,Safari5.1+ */
    background: url('/images/icons/icon-mag.png') no-repeat 9px 11px, -o-linear-gradient(top,  #ffffff 0%,#f8f8f8 50%,#f2f2f2 100%); /* Opera 11.10+ */
    background: url('/images/icons/icon-mag.png') no-repeat 9px 11px, -ms-linear-gradient(top,  #ffffff 0%,#f8f8f8 50%,#f2f2f2 100%); /* IE10+ */
    background: url('/images/icons/icon-mag.png') no-repeat 9px 11px, linear-gradient(to bottom,  #ffffff 0%,#f8f8f8 50%,#f2f2f2 100%); /* W3C */
    /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f2f2f2',GradientType=0 ); /* IE6-9 */
}

.contact-icon span {
    border: 1px solid #e4e4e4;
    background: #ffffff url('/images/icons/icon-contact.png') no-repeat 8px 14px; /* Old browsers */
    background: url('/images/icons/icon-contact.png') no-repeat 8px 14px, -moz-linear-gradient(top,  #ffffff 0%, #f8f8f8 50%, #f2f2f2 100%); /* FF3.6+ */
    background: url('/images/icons/icon-contact.png') no-repeat 8px 14px, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(50%,#f8f8f8), color-stop(100%,#f2f2f2)); /* Chrome,Safari4+ */
    background: url('/images/icons/icon-contact.png') no-repeat 8px 14px, -webkit-linear-gradient(top,  #ffffff 0%,#f8f8f8 50%,#f2f2f2 100%); /* Chrome10+,Safari5.1+ */
    background: url('/images/icons/icon-contact.png') no-repeat 8px 14px, -o-linear-gradient(top,  #ffffff 0%,#f8f8f8 50%,#f2f2f2 100%); /* Opera 11.10+ */
    background: url('/images/icons/icon-contact.png') no-repeat 8px 14px, -ms-linear-gradient(top,  #ffffff 0%,#f8f8f8 50%,#f2f2f2 100%); /* IE10+ */
    background: url('/images/icons/icon-contact.png') no-repeat 8px 14px, linear-gradient(to bottom,  #ffffff 0%,#f8f8f8 50%,#f2f2f2 100%); /* W3C */
    /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f2f2f2',GradientType=0 ); /* IE6-9 */
}

.icon-flyout {
    display: none;
    position: absolute;
    z-index: 100;
    /*margin: -57px 0 0 57px;*/
    top: 0;
    left: 59px;
    background: #00F;
}

.icon-flyout > div {
    background: #80d5f7;
    min-width: 190px;
    min-height: 49px;
    padding: 1px;
}

.category-nav ul {
    list-style: none inside none;
    margin: 0;
    padding: 0;
}

.category-nav li {
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top,  #ffffff 0%, #f8f8f8 47%, #f2f2f2 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(47%,#f8f8f8), color-stop(100%,#f2f2f2)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #ffffff 0%,#f8f8f8 47%,#f2f2f2 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #ffffff 0%,#f8f8f8 47%,#f2f2f2 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #ffffff 0%,#f8f8f8 47%,#f2f2f2 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #ffffff 0%,#f8f8f8 47%,#f2f2f2 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f2f2f2',GradientType=0 ); /* IE6-9 */
    margin: 6px;
}

.category-nav li.nav-selected {
    background: #EEE;
}

.category-nav li a {
    display: block;
    padding: 11px 5px;
    border: 1px solid #e4e4e4;
    color: #0091ca;
    font-size: 14px;
}

.category-nav li a:hover {
    background: #0e3067; /* Old browsers */
    background: -moz-linear-gradient(top,  #0e3067 0%, #1f4582 67%, #1f4582 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0e3067), color-stop(67%,#1f4582), color-stop(100%,#1f4582)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #0e3067 0%,#1f4582 67%,#1f4582 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #0e3067 0%,#1f4582 67%,#1f4582 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #0e3067 0%,#1f4582 67%,#1f4582 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #0e3067 0%,#1f4582 67%,#1f4582 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0e3067', endColorstr='#1f4582',GradientType=0 ); /* IE6-9 */
    text-decoration: none;
    color: #ffffff;
    border: 1px solid transparent;
}

.search-form-container {
    top: 119px;
}

.icon-flyout > div.search-form {
    padding: 5px;
}

.search-form label {
    display: none;
}

#search-field {
    height: 45px;
    width: 248px;
    border: 1px solid #e4e4e4;
    padding-left: 10px;
    font-size: 15px;
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top,  #ffffff 0%, #f8f8f8 50%, #f2f2f2 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(50%,#f8f8f8), color-stop(100%,#f2f2f2)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #ffffff 0%,#f8f8f8 50%,#f2f2f2 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #ffffff 0%,#f8f8f8 50%,#f2f2f2 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #ffffff 0%,#f8f8f8 50%,#f2f2f2 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #ffffff 0%,#f8f8f8 50%,#f2f2f2 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f2f2f2',GradientType=0 ); /* IE6-9 */
}

#search-button {
    width: 36px;
    height: 36px;
    border: 0;
    padding: 0;
    margin: 0;
    cursor: pointer;
    background-color: #0090c9;
    color: #ffffff;
    position: absolute;
    top: 12px;
    width: 37px;
    left: 221px;
    font-size: 15px;
}

.page_search .main-content-container #search-button {
    position: relative;
    left: 0;
    top: 0;
    height: 49px;
    width: 68px;
}

.page_search .main-content-container h1 span {
    display: inline;
    font-size: 16px;
}


.page_search .main-content-container h1 strong {
    display: inline;
}

.questions-answers {
    clear: left;
    margin-right: 165px;
}

.question {
    background: transparent url('/images/arrows.png') no-repeat 11px -6px;
}

.question.ui-state-active {
    background: transparent url('/images/arrows.png') no-repeat 11px 22px;
}

.question a {
    color: #707070;
    font-size: 15px;
    padding: 17px 0 8px 30px;
    background: transparent url('/images/line.png') no-repeat top left;
    display: block;
}

.question a:hover {
    text-decoration: none;
}

.answer {
    display: none;
    padding: 4px 0 4px 15px;
    color: #707070;
    font-size: 14px;
}

.questions-answers ul li {
    list-style-type: none;
}

.page_items .main-content-container h1 span {
    font-size: 15px;
    color: #707070;
    font-weight: normal;
}

h1 {
    clear: left;
}

h1 img {
    float: left;
    margin-right: 10px;
}

h1 strong {
    color: #199cd8;
    display: block;
    font-weight: normal;
}

h1 strong span {
    font-size: .5em;
    color: #999;
    font-weight: normal;
    padding-left: 1em;
}

.how-can-help {
    margin: 15px 0;
    font-size: 2em;
}

.how-can-help strong {
    color: #199cd8;
    display: block;
    font-weight: normal;
}

.how-can-help span {
    font-size: 0.7em;
    color: #555;
    font-weight: normal;
}

#homepage-qa h1 {
    margin-top: 15px;
}

#homepage-qa {
    width: 800px;
}

.page_index .main-content-container h1 span .active-faq, .page_index .main-content-container h1 span a,
.page_items .main-content-container h1 span .active-faq, .page_items .main-content-container h1 span a
{
    display: inline-block;
    margin-right: 20px;
}

.active-faq {
    color: #108bce;
    border-bottom: 3px solid #108bce;
    padding-bottom: 5px;
}

.page_index .main-content-container h1 span a, .page_items .main-content-container h1 span a {
    color: #90dbf6;
}

.page_items .main-content-container h1 strong, .page_items .main-content-container h1 strong span {
    padding-top: 15px;
}

.contact-container {
    min-height: 300px;
    clear: left;
}

.phone {
    padding-right: 30px;
    float: left;
}

.phone .canada {
    background: transparent url('/images/icon-can.png') no-repeat;
    min-height: 35px;
    padding-left: 40px;
    padding-top: 10px;
}

.phone .us {
    background: transparent url('/images/icon-us.png') no-repeat;
    min-height: 35px;
    padding-left: 40px;
    padding-top: 10px;
}

.page_index .category-container {
    height: 79px;
    overflow: hidden;
    padding-top: 5px;
}

.page_index .category {
    float: left;
    margin-right: .7em;
    padding: 7px 1px 5px 1px;
    background: -webkit-linear-gradient(#FFF, #F6F6F6); /* For Safari 5.1 to 6.0 */
    background: linear-gradient(#FFF, #F6F6F6);
    border-style: solid;
    border-color:#E4E4E4;
    border-width: 1px 1px 0 1px;
    border-radius: 1em 1em 0 0;
    height: 73px;
    cursor: pointer;
}

.page_index .cat-ie9 {
    border-radius: 1em 1em 0 0;
    overflow: hidden;
    float: left;
    margin: -5px .7em 0 0;
    padding-top: 5px;
}

.page_index .cat-ie9 .category {
    margin-right: 0;
}

.page_index .category.active, .page_index .category.active a {
    cursor: auto;
}

.page_index .category.active, .page_index .category.hover {
    background: -webkit-linear-gradient(#3FB4E5, #8FCDF1); /* For Safari 5.1 to 6.0 */
    background: linear-gradient(#3FB4E5, #8FCDF1);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3FB4E5', endColorstr='#8FCDF1',GradientType=0 ); /* IE6-9 */ 
    border: none;
    padding: 7px 2px 5px 2px;
    margin-top: -5px;
}

.page_index .category .indicator {
    display: none;
}

.page_index .category.active .indicator {
    display: block;
    width: 14px;
    height: 14px;
    background: #FFF;
    position: absolute;
    margin-left: 50px;
    margin-top: 0px;
    transform: rotate(45deg);
    border-width: 1px 0 0 1px;
    border-color: #A5CCEE;
    border-style: solid;
}

.page_index.ie-8 .category.active .indicator {
    border-width: 1px 1px 0 1px;
}

.character-art {
    left: 700px;
    position: absolute;
    top: 280px;
    z-index: 100;
}

.character-art.touchscreen {
    width: 170px;
}

.line {
    background: transparent url('/images/blue-line.png') no-repeat bottom left;
    height: 1px;
    clear: left;
}

.line-hide {
    width: 987px;
    height: 10px;
    z-index: 1;
    position: absolute;
    background: #FFF;
}

.bottom-area {
    border-top: 1px solid #d3d3d3;
    background: -webkit-linear-gradient(#f7f7f7, #FFF); /* For Safari 5.1 to 6.0 */
    background: linear-gradient(#f7f7f7, #FFF);
    padding: 1em 3em 3em;
}

.bottom-area .more-ways a {
    margin-right: 21px;
}

.bottom-area .more-ways img:hover {
    transform: scale(1.03);
    transform: scale(1.03);
    -ms-transform: scale(1.03); /* IE 9 */
    -webkit-transform: scale(1.03); /* Safari and Chrome */
}

.bottom-area .more-ways a:last-child {
    margin-right: 0;
}

.bottom-area h1 {
    color: #2b5395;
    font-size: 1.6em;
    font-weight: normal;
    padding-bottom: 10px;
}

.ui-tooltip {
    max-width: 200px;
    border: 1px solid #999;
    border-radius: 1em;
    z-index: 50;
    box-shadow: 5px 5px 5px #CCC;
    padding: .5em;
    background: #FFF;
}

.ui-tooltip-content {
    
}

.background-404 {
    position: absolute;
    width: 928px;
    display: inline-block;
    opacity: .05;
    filter: alpha(opacity=1);
    margin-top: -36px;
}

.container-404 {
    position: absolute;
    z-index: 1;
}

.left-ear, .right-ear {
    background: #BBB;
    border-radius: 250px;
    width: 250px;
    height: 250px;
    margin-top: -120px;
}

.left-ear {
    float: left;
    margin-left: 100px;
}

.right-ear {
    float: right;
    margin-right: 100px;
}

.header {
    margin-top:30px;
}

.head-area {
    background: #BBB;
    margin: 0 auto;
    border-radius: 400px;
    width: 400px;
    height: 400px;
}

.upgrade-browser, .no-script {
    width: 1000px;
    border: 1px solid #999;
    background: #F00;
    color: #FFF;
    padding: 10px;
    margin: 0 auto;
    font-weight: bold;
}

.page_contact .category-container {
    clear: left;
    padding-top: 10px;
}

.page_contact .category {
    border: 1px solid #e4e4e4; 
    border-radius: 10px;
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top,  #ffffff 0%, #f8f8f8 50%, #f2f2f2 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(50%,#f8f8f8), color-stop(100%,#f2f2f2)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #ffffff 0%,#f8f8f8 50%,#f2f2f2 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #ffffff 0%,#f8f8f8 50%,#f2f2f2 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #ffffff 0%,#f8f8f8 50%,#f2f2f2 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #ffffff 0%,#f8f8f8 50%,#f2f2f2 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f2f2f2',GradientType=0 ); /* IE6-9 */
    text-align: center;
    width: 150px;
    padding: 10px 10px 0;
}

.page_contact .category, .page_contact .topic {
    color: #199cd8;
    float: left;
    margin-right: 15px;
}

.popclick {
    width: 13px;
}

.page_contact .topic {
    width: 174px;
    padding: 10px 0;
}

.page_contact .topic div {
    display: list-item;
    list-style: disc;
    padding-left: 2px;
}

.page_contact .topic strong {
    color: #2b5395;
    font-size: 1.1em;
}

.page_contact .topic div {
    margin-top: 7px;
}

.page_contact .topic-container {
    clear: left;
}

.footer {
    background: url("/images/dot-pattern.gif") repeat scroll 0 0 #f5f5f5;
    border-bottom: 1px solid #dbdada;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-left: 1px solid #dbdada;
    border-right: 1px solid #dbdada;
    width: 1023px;
    border-radius: 0;
    padding: 20px 0;
}

#gde_footerLegalContainer {
    color: #000000;
    font-size: 11px;
    line-height: 11px;
    padding: 16px 0;
    text-align: center;
}

#gde_footerContainer {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    font-weight: normal;
    margin: 0 auto;
    width: 100%;
}

#gde_footerContainer .gde_footerLegalLinks, #gde_footerContainer .gde_footerLegalLinks a, #gde_footerContainer .gde_footerCopyText {
    color: #a6a6a6;
    font-size: 10px;
}

#gde_footerContainer, #gde_footerContainer a {
    font-family: arial,helvetica,sans-serif;
}

#gde_footerContainer, #gde_footerContainer a {
    font-family: arial,helvetica,sans-serif;
}

#gde_footerContainer a {
    padding: 0 5px;
}

.gde_footerCopyText {
    padding-top: 20px;
}

ul {
    list-style-type: none;
}

.main-content .window {
    padding-left: 0;
}

.wFormContainer {
    font-family: 'Matterhorn', Arial;
    width: 935px;
    border: none;
    padding-bottom: 40px;
    }

.wFormContainer h3 {
    color: #199cd8;
    font-size: 27px;
    font-weight: normal;
}

.wForm label, .wForm .label {
    vertical-align: middle;
}

.wFormContainer input {
  border-style: solid;
  border-width: 1px;
  border-color: rgb( 223, 225, 225 );
  background-color: rgb( 255, 255, 255 );
  width: 270px;
  height: 33px;
  box-shadow: 1px 2px 5px #dfe1e1 inset;
  -moz-box-shadow: 1px 2px 5px #dfe1e1 inset;
  -webkit-box-shadow: 1px 2px 5px #dfe1e1 inset;
  padding-left: 10px;
}

.wFormContainer .oneChoice input {
    width: .9em;
    height: .9em;
}

.wForm select {
    font-size: 12px;
    height: 40px;
    text-transform: uppercase;
    width: 283px;
    display: inline;
}

.wForm .inputWrapper {
    display: inline;
    vertical-align: middle;
}

.wForm fieldset {
    border: none;
    margin-left: 0;
    padding: 0 0 15px;
}

/*.wForm .oneField {
    padding: 2px 35px;
}*/

#tfa_825-L {
    margin-top: 10px;
    font-weight: bold;
}


.wFormContainer input.primaryAction {
    background: #2799d4;
    border: none;
    color: #ffffff;
    text-transform: uppercase;
    width: 130px;
    height: 35px;
    box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
    border-radius: 5px;
}

.wForm .label.reqMark:before {
    color: #f00;
    content: " *";
    font-size: 100%;
    margin-right: 3px;
}

.wForm .label.reqMark:after {
    display: none;
}

#tfa_0 {
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top,  #ffffff 0%, #f4f4f4 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f4f4f4)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #ffffff 0%,#f4f4f4 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #ffffff 0%,#f4f4f4 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #ffffff 0%,#f4f4f4 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #ffffff 0%,#f4f4f4 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f4f4f4',GradientType=0 ); /* IE6-9 */
    border: 1px solid #f0f0f0;
    border-radius: 11px;
    margin-top: 20px;
    padding: 20px 25px;
}

#tfa_819-L, #tfa_979-L, #tfa_69-L, #tfa_820-L {
    font-size: 18px;
    color: #199cd8;
    margin: 20px 0;
}

#tfa_819, #tfa_69 {
    border-bottom: 1px solid #cdcdcd;
    padding-bottom: 15px;
}

#tfa_936-L, #tfa_158-L {
    font-size: 13px;
    font-weight: bold;
    margin-top: 5px;
    }

.logo-dmr {
    background: url("/contentImages/contact/contact-DMR.png") no-repeat top right;
    height: 150px;
    left: 768px;
    position: absolute;
    top: 200px;
    width: 150px;
}

.logo-dma {
    background: url("/contentImages/contact/contact-DMA.png") no-repeat top right;
    height: 150px;
    left: 768px;
    position: absolute;
    top: 160px;
    width: 150px;
}

.logo-ddc {
    background: url("/contentImages/contact/contact-DDC.png") no-repeat top right;
    height: 150px;
    left: 768px;
    position: absolute;
    top: 200px;
    width: 150px;
}

.logo-bddvd {
    background: url("/catImages/source/category/BDDVDHelp.png") no-repeat top right;
    height: 150px;
    left: 768px;
    position: absolute;
    top: 200px;
    width: 150px;
}

.logo-marvel {
    background: url("/contentImages/contact/contact-MARVEL.png") no-repeat top right;
    height: 150px;
    left: 768px;
    position: absolute;
    top: 200px;
    width: 150px;
}

.wFormContainer p.required span {
    color: #f00;
}

.wFormContainer h3 span {
    font-style: italic;
    font-size: 15px;
}

.wForm fieldset .preField {
    min-width: 70px;
}

.wForm label.preField {
    min-width: 130px;
}

.wForm div > div.oneField, .wForm fieldset > div.oneField, .wForm form > div.oneField, .wForm fieldset, .wForm .matrixLayout, .wForm .gridLayout, .wForm h4, .wForm .wfPagingButtons, .wForm .actions {
    margin-top: 0px;
}

.wFormContainer .wFormTitle {
    padding: 0;
    margin-bottom: 0;
}

.wFormContainer .supportInfo {
    display: none;
}

.hoverpop {
    z-index: 1;
}

fieldset {
    z-index: 0;
}

.popclick {
    display: inline-block;
    height: 14px;
    width: 12px;
    background: url('http://disneystudioshelp.qa.beanbasket.com/images/icons/questionmarkplaceholder.png') no-repeat top left;
}

.popup {
    border-radius: 1em;
    border: .1em solid #e4e4e4;
    background: #FFF;
    background: linear-gradient(#fff, #f6f6f6);
    padding: 1em;
    position: absolute;
    z-index: 1001;
    opacity: 0;
    visibility: hidden;
    transition: all 1s;
}

.popup.active {
    opacity: 1;
    visibility: visible;
}
