/* CSS Document */
@import url("reset.css");

.page{
    font-size:0.75em;
    line-height:1.333em;
    width:1000px;
    margin:0 auto;
    background:url(../../images/help/img-css/bg-page.jpg) no-repeat;
}
.page-inner{
    padding:0 40px
}
.primary-col, .primary-col-error{
    float:left;
    background:url(../../images/help/img-css/bg-col-narrow.gif) no-repeat;
    width:364px;
    height:385px;
    padding:42px 21px 0
}

.primary-col-error{width:921px;
background:url(../../images/help/img-css/bg-col-error.png) no-repeat;}

.secondary-col{
    float:right;
    background:url(../../images/help/img-css/bg-col-wide.gif) no-repeat;
    width:510px;
        padding-top:42px;
    height:385px;
        overflow: hidden
}
.closure-block{
    padding:35px 0 12px;
    clear:both;
    text-align:center;
    color:#ccc
}


/*header*/
.header{
    padding:6px 0 0;
    height:83px
}
.logos{
    overflow: hidden;
    margin-bottom:12px;
    height: 38px
}
/*.header h1{
    background:url(../../images/help/img-css/logo-espn.png) no-repeat;
    height:38px;
    width:140px;
    text-indent:-9999px;
        float: left
}*/
.header h1{
        background:url(../../images/help/img-css/logo-espn.png) no-repeat;
        *background:url(../../images/help/img-css/logo-espn.gif) no-repeat;
    height:38px;
    width:315px;
    text-indent:-9999px;
    margin-bottom:12px
}
.header h2.singtel{
    float: left;
    margin-left: 25px;
    text-indent: -9999px;
    height: 38px;
    width: 141px;
    background:url(../../images/help/img-css/singtel.png) no-repeat;
    padding: 0;
}
.header h2{
    font-size:20px;
    font-weight:normal;
    background:url(../../images/help/img-css/sep-titulo.gif) no-repeat left center;
    padding-left:8px;
    line-height:1.2em;
}

/*select*/
label.title{
    color: #FD0000;
    font-size: 24px
}
label.title .jNiceWrapper{
    font-size: 12px;
    color: #fff;
    margin-top: 8px;
    margin-left:-1px;
}
#message{
    display:none;
    color: #FFF;
    font-size: 16px;
    margin-top: 50px;
    line-height: 20px;
}
#affiliates{visibility: hidden}

select{width:363px;}

/*Slider*/
.slider{
    width: 950px;
    margin-left: -220px
}
.caption{
    width: 270px;
    text-align: left;
    margin: 0 auto !important
}
.caption1{
    font-size:14px;
    color:#FD0000;
    display: block
}
.caption2{
    font-size:12px;
    color:#fff;
    display: block
}
.caption3{
    font-size:10px;
    color:#fff;
    font-style: italic;
    display: block
}

.primary-col-error p {font-size:14px;
line-height:20px;}
.primary-col-error p span {font-weight:bold;
margin:5px 0 10px 0}

.primary-col-error h2 {margin-top:10px;
margin-bottom:15px;}
