/* Sweepstakes module */
.sweepsModule {
    height: 538px;
    width: 456px;
}

.mainSweepsLogo{
    margin-right:10px;
}

#sweepsExpandLink{
    float: right;
    position: absolute;
    margin-left: 368px;
    color: #E82C2E;
    font-size: 13px;
    font-weight: bold;
    padding: 0 5px;
    cursor: pointer;
}

#sweepsExpandLink span{
    font-size: 30px;
    font-weight: bold;
    vertical-align: -6px;
}

.sweepsMainImg img {
    border: 1px;
    border-color: #000000;
    border-style: solid;
}
#sweepsDescription {
    padding: 13px;
    font-size: 10px;
    font-style: italic;
    color: #898989;
    line-height: 12px;
}
.sweepsBody {
    padding: 5px 1px 1px 1px;
    font-size: 13px;
    color: #898888;
}

.sweepsEntry {
    height: 40px;
    margin-top: 18px;
}
/* */
.sweepsDefault, #sweepsError, #sweepsSuccess{
    z-index: 0;
    position: absolute;
    height: 28px;
    width: 265px;

    -webkit-border-radius: 15px 0 0 15px;
    -moz-border-radius:  15px 0 0 15px;
    -o-border-radius:  15px 0 0 15px;
    border-radius:  15px 0 0 15px;

    behavior: url('http://disney.go.com/disneychannel/scripts/lib/pie/PIE.htc');
}


.sweepsDefault {
    padding-top: 8px;
    font-size: 14px;
}

#sweepsError {
    color: #FFFFFF;
    font-size: 15px;
    background-color: #E82C2E;
    display: none;
}
#sweepsError img{
    float: left;
    padding: 3px 3px 0 6px;
    vertical-align: -4px;
}

#sweepsError p, #sweepsSuccess p {
    float: left;
    text-align: center;
    width: 200px;
    padding-top: 6px;
}

#sweepsSuccess {
    color: #FFFFFF;
    font-size: 15px;
    background-color: #bababa;
    display: none;
}
#sweepsSuccess img{
    float: left;
    padding: 1px 3px 0 2px;
    vertical-align: -7px;
}

input.inputField {
    border: 1px;
    border-style: solid;
    z-index: 1;
    float: left;
    position: absolute;
    left: 270px;
    height: 24px;
    width: 110px;
    padding-left: 10px;
    color: #898888;
    font-style: italic;
    font-size: 13px;
    background-color: #f1f1f1;

    -webkit-border-radius: 15px 0 0 15px;
    -moz-border-radius:  15px 0 0 15px;
    -o-border-radius:  15px 0 0 15px;
    border-radius:  15px 0 0 15px;

    behavior: url('http://disney.go.com/disneychannel/scripts/lib/pie/PIE.htc');
}
input.submitButton[type="button"] {
    border: 0px;
    background-color: #E82C2E;
    float: right;
    right: 14px;
    position: absolute;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: bold;
    height: 28px;
    z-index: 2;
    width: 96px;
    padding: 0px 0px 3px 0px;
    cursor: pointer;

    -webkit-border-radius: 15px 15px 15px 15px;
    -moz-border-radius:  15px 15px 15px 15px;
    -o-border-radius:  15px 15px 15px 15px;
    border-radius:  15px 15px 15px 15px;

    behavior: url('http://disney.go.com/disneychannel/scripts/lib/pie/PIE.htc');

    background: #d42531;

    background: -moz-linear-gradient(top, #f13c47 0%, #ec3948 50%, #d22531 51%, #be2034 100%); /* FF3.6+ E52729 DD0E28*/
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f13c47), color-stop(50%,#ec3948), color-stop(51%,#d22531), color-stop(100%,#be2034)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #f13c47 0%,#ec3948 50%,#d22531 51%,#be2034 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #f13c47 0%,#ec3948 50%,#d22531 51%,#be2034 100%); /* Opera11.10+ */
    background: -ms-linear-gradient(top, #f13c47 0%,#ec3948 50%,#d22531 51%,#be2034 100%); /* IE10+ */
    background: linear-gradient(top, #f13c47 0%,#ec3948 50%,#d22531 51%,#be2034 100%); /* W3C */
}
input.submitButton[type="button"]:hover {

}
.sweepsSubmit {
    z-index: 2;
    float: right;
    position: absolute;
    right: 14px;
}
.sweepsTitle {
    color: #E82C2E;
    font-size: 20px;
    font-weight: bold;
    line-height: 21px;
}
#sweepsMoreInfo {
    behavior: url('http://disney.go.com/disneychannel/scripts/lib/pie/PIE.htc');

    filter:alpha(opacity=91);
    -moz-opacity:0.91;
    -khtml-opacity: 0.91;
    opacity: 0.91;

    display: none;
    color: #808080;
    background-color: #FFFFFF;
    font-size: 11px;
    height: 251px;
    padding: 5px 5px 0 17px;
    position: absolute;
    width: 433px;
    line-height: 16px;
}

#sweepsMoreInfo span{
    font-size: 19px;
    float: right;
    color: #E82C2E;
    font-weight: bold;
    cursor: pointer;
}
