div {
    position: relative;
}
a.FIR:hover {
    background-color: transparent !important;
}

.red, h1 {
    color: #c00;
}

.black {
    color: #444;
}
.bold {
    font-weight: bold;
}

.UC {
    text-transform: uppercase;
}

.lc {
    text-transform: lowercase;
}

.underline {
    text-decoration: underline;
}
.fine {
    font-size: 1em; /* 10px */
    line-height: 1em;
    font-weight: normal;
    font-style: normal;
}
.floatL
    {
    float: left;
    display: inline;
}
.floatR {
    float: right;
    display: inline;
}
h1 {
    font-size: 2em; /* 20 px */
}


.headline {
    font-size: 2.5em;
    text-transform: uppercase;
}
h2 {
    font-size: 1.6em; /* 16 px */
    line-height: 1.6em; /* 16 px */
    margin-bottom: .4em; /* 4 px */
}
h2.subhead {
    font-size: 1.4em; /* 14 px */
    line-height: 1.2em; /* 12 px */
    margin-bottom: 1em; /* 10 px */
}
h3 {
    font-size: 1.2em; /* 12 px */
    line-height: 1em; /* 16 px */
    margin-bottom: .4em; /* 4 px */
}
h4 {
    font-size: 1.2em; /* 12 px */
}
h5 {
    font-size: 1.2em; /* 12 px */
}
p {
    font-size: 1.2em; /* 12 px */
    line-height: 1.3em; /* 12 px */
    margin-bottom: .65em; /* 6 px */
}
em {
    font-weight: bold;
    font-style: normal;
}
p.monster {
    font-size: 1.4em; /* 12 px */
}
p.megaMonster {
    font-size: 1.8em; /* 12 px */
    margin-bottom: .95em; /* 6 px */
}
ul {

}

ol {
    font-size: 1.2em; /* 12 px */
    line-height: 1.2em; /* 12 px */
    margin-bottom: .6em;
    list-style-type: decimal;
    margin-left: 2em;
    list-style-position: outside;
}
ul li {
}
ol li {
}
table {
    font-size: 1.2em; /* 12 px */
    line-height: 1.2em; /* 12 px */
}
.legal, .gTK {
    font-size: 1em; /* 10px */
    line-height: 1.1em; /* 10px */
    margin-bottom: .55em; /* 5.5 px */
}

.legal li, .gTK li {
    margin-bottom: .5em;
}
.inline {
    display: inline;
}
/* check out fixIE7.css for conditional CSS for .inline + p */
.inline + p {
    display: inline;
    margin-left: 4px;
}
.FIR {
    overflow: hidden;
    text-indent: -10000px;
}
.super, sup {
    font-size: .5em;
    vertical-align: super;

}

.decimal {
    color: white;
    font-size: 1px;
}

/* .cent, .dollar are mainly depcrecated. Use iFIR technique to put in cost values using SWISS in a PNG */
.cent, .dollar {
    vertical-align: super;
    font-size: .5em;
    font-weight: bold;
    position: relative;
    top: .2em;
}

.redArrow {
    font-size: 1.2em; /* 12 px */
    line-height: 1.2em; /* 12 px */
    list-style-position: outside;
    padding: 0 0 0 20px;
    margin-bottom: .6em;
    list-style-image: url(/pages/images/unifiedRedArrow_ul.png) !important;
    list-style: url(/pages/images/unifiedRedArrow_ul.png) !important;
}

.blueArrow {
    font-size: 1.2em; /* 12 px */
    line-height: 1.2em; /* 12 px */
    list-style-position: outside;
    padding: 0 0 0 20px;
    margin-bottom: .6em;
    list-style-image: url(/pages/images/unifiedBlueArrow_ul.png);
}

.blackArrow {
    font-size: 1.6em; /* 12 px */
    line-height: 1.2em; /* 12 px */
    list-style-position: outside;
    padding: 0 0 0 20px;
    color: #CC0000;
    margin-bottom: .6em;
    list-style-image: url(/pages/images/unifiedBlackArrow_ul.png);
}

.blueArrow li, .redArrow li {
    margin-bottom: .6em;
}
.horizontal {
    overflow: auto;
}
.horizontal li {
    float: left;
    margin-right: 1em;
}
ul li.naked {
    list-style-type: none;
    list-style-image: none;
    margin-left: -13px;
    font-weight: bold;
}

ul.redArrow li.naked {
    color: #cc0000;
}

ul.blueArrow li.naked {
    color: #3fbdf5;
}
.center {
    text-align: center;
}
#content a {
    color: #c00;
    text-decoration: underline;
}
#content a:hover {
    color: #fff;
    background-color: #c00;
    text-decoration: none;
}

a.noHover:hover {
    color: #c00;
    background-color: transparent;
    text-decoration: none;
}
/* CONTAINER STYLES */

button {
    cursor: pointer;
    border: none;
    display: block;
}

#content {
    position: relative;
    height: auto;
    text-align: left;
    background: white;
    border-left: 1px solid #ffffff;
    border-right: 1px solid #e5e5e5;
    padding-top: 15px;
    padding-bottom: 15px;
    top: 12px;
}
.w780 {
    width: 778px;
}
.w780 div.top {
    position: absolute;
    top: -12px;
    left: -1px; /* May need to adjust this for IE6, verify */
    width: 780px;
    height: 12px;
    background: transparent url(/assets/images/content_top_780.png) no-repeat;
}
.w780 div.bottom {
    position: absolute;
    bottom: -12px;
    left: -1px; /* May need to adjust this for IE6, verify */
    width: 780px;
    height: 12px;
    background: transparent url(/assets/images/content_bottom_780.png) no-repeat;
    clear: both;
}

.w954 {
    width: 952px;
}
.w954 div.top {
    position: absolute;
    top: -12px;
    left: -1px; /* May need to adjust this for IE6, verify */
    width: 954px;
    height: 12px;
    background: transparent url(/assets/images/content_top_954.png) no-repeat;
}
.w954 div.bottom {
    position: absolute;
    bottom: -12px;
    left: -1px; /* May need to adjust this for IE6, verify */
    width: 954px;
    height: 12px;
    background: transparent url(/assets/images/content_bottom_954.png) no-repeat;
    clear: both;
}

#main .centered {
    margin: 0 auto;
}

#main .right {
    margin: 0 0 0 auto;
}

.clear {
    clear: both;
}

.singlefield-line {
    position:static;
}

#username > label {
    float: left;
    width: 135px!important;
    margin-top:15px;
    font-weight:bold;
}


#password > label {
    float: left;
    width: 135px!important;
    margin-top:15px;
    font-weight:bold;
}


/*Activation Terms and Condition CSS Delete Below line after q3 Release */

.terms-condition h1 {
    padding:15px 0 10px 12px;
}
.terms-condition .ultra {
    font-family: VMUltramagneticNormalRegular !important;
    padding-bottom: 7px;
    padding-left: 16px;
    padding-top: 8px;
}
.terms-condition .detail {
    list-style: none outside none !important;
    margin-left: 15px;
    padding-left: 11px;
}

.term-table {
    font-size: 12px !important;
    margin-bottom: 12px;
    margin-left: 27px;
    margin-top: 12px;
}

/*Activation Terms and Condition CSS Delete Below line after q3 Release */