.GOCmsContent{
    background-color: #FFF;
    padding: 30px 145px;
}

.GOCmsContent p, .GOCmsContent li {
    font-family: Roboto, sans-serif;
    font-size: 12px;
    font-weight: lighter;
    line-height: 18px;
}

.GOCmsContent a {
    color: #515054;
}

.GOCmsContent a:hover {
    color: #FEEA1A;
}

.GOCmsContent ul {
    list-style-type: disc;
    padding-left: 15px;
}

.GOCmsContent h1, .GOCmsContent h3{
    border-bottom: 0 none;
    color: #515054;
    font-family: HeroicCondensedBook;
    font-size: 33px;
    margin-bottom: 20px;
    padding-bottom: 0;
    text-transform: uppercase;
}

.GOCmsContent h3{
    font-size: 20px;
    font-family: HeroicCondensedMedium;
    margin-bottom: 5px;
}

.GOCmsContent table{
    font-family: Roboto, sans-serif;
    border: 1px solid #4A5456;
    font-size: 12px;
    color: #4A5456;
    width: 100%;
}

#goContactForm .fieldset{
    background-color: #F2F2F2;
    margin: 0;
}

#goContactForm .fieldset ul{
    list-style-type: none;
    padding: 0;
}

#goContactForm .buttons-set{
    background-color: #F2F2F2;
    margin: 0;
    border-top: 0;
}

#goContactPageHeader{
    margin: 0 0 15px 0;
}

#goContactForm #comment{
    width: 648px;
    resize: none;
    border: 1px solid #FFFFFF;
    background-color: #FFFFFF;
    color: #515054;
    font-family: Roboto,sans-serif;
    font-size: 12px;
    font-weight: lighter;
}

#goContactForm .leftMargin{
    margin-left: 20px;
}

#goContactForm .form-list .field{
    width: 320px;
}

#goContactForm .form-list .input-box{
    width: 320px;
}

#goContactForm .form-list input.input-text {
    width: 314px;
    border: 1px solid #FFFFFF;
    background-color: #FFFFFF;
    color: #515054;
    font-family: Roboto,sans-serif;
    font-size: 12px;
    font-weight: lighter;
    padding: 2px;
}

#goContactForm select{
    width: 320px;
    border: 1px solid #FFFFFF;
    background-color: #FFFFFF;
    padding: 2px;
    color: #515054;
    font-family: Roboto,sans-serif;
    font-size: 12px;
    font-weight: lighter;
}