div#communication {
    -webkit-border-radius: 4px;
    -moz-border-radius:    4px;
    border-radius:         4px;
    border: 1px solid #dfdfdf;
    background: #fff url(/assets/images/bg-x-gray.png) repeat-x 0 0;
    clear: both;
    height: 16px;
    line-height: 16px;
    margin: 12px 0 12px;
    padding: 12px;
    position: relative;
}

div#communication form {
    height: 16px;
    position: relative;
}

div#communication form#sms-form {
    position: absolute;
    top: 50%;
    right: 0;
    min-width: 440px;
    margin-top: -8px;
}

div#communication form#sms-form.error strong {
    color: #bb0000;
}

div#communication form p#thanks,
div#communication form p#thanks2 {
    display: none;
    position: relative;
}

div#communication form.thanks label,
div#communication form.thanks a#submit,
div#communication form.thanks a#sms-form-btn {
    display: none;
    position: relative;
}

div#communication form#sms-form.thanks p#thanks2,
div#communication form#signup.thanks p#thanks {
    display: block !important;
    font-weight: bold;
    line-height: 20px;
}

div#communication form#sms-form.thanks p#thanks2 {
    padding-right: 12px;
    text-align: right;
}

div#communication form#signup.thanks p#thanks span {
    display: inline;
    font-weight: normal;
}

div#communication label {
    color: #777;
    font-size: 12px;
    line-height: 16px;
    position: relative;
    top: -4px;
}

div#communication label strong {
    margin-right: 12px;
    position: relative;
    text-shadow: 0 1px 0 rgba(255,255,255,0.8);
}

div#communication input#email,
div#communication input#sms-form-phone {
    position: relative;
}

div#communication a#submit,
div#communication a#sms-form-btn {
    background: url(/assets/images/20100616buttons.png) no-repeat 0 -160px;
    display: inline-block;
    height: 24px;
    margin: 0 12px 0 0;
    overflow: hidden;
    position: relative;
    text-indent: 150%;
    white-space: nowrap;
    width: 76px;
}

.ext-webkit div#communication a#submit,
.ext-webkit div#communication a#sms-form-btn {
    top: -8px;
}

.ext-gecko div#communication label strong {
    top: -8px;
}

.ext-gecko div#communication input#email,
.ext-gecko div#communication input#sms-form-phone {
    top: -7px;
}

.ext-gecko div#communication a#submit,
.ext-gecko div#communication a#sms-form-btn {
    top: -4px;
}

.ext-ie6 div#communication label strong,
.ext-ie6 div#communication label strong {
    top: -1px;
}

.ext-ie6 div#communication input#email,
.ext-ie6 div#communication input#sms-form-phone {
    top: 3px;
}

.ext-ie6 div#communication a#submit,
.ext-ie6 div#communication a#sms-form-btn {
    top: 0px;
}

.ext-ie6 div#communication form#sms-form {
    margin-top: -13px;
}

.ext-ie7 div#communication label strong,
.ext-ie7 div#communication label strong {
    top: -5px;
}

.ext-ie7 div#communication input#email,
.ext-ie7 div#communication input#sms-form-phone {
    top: -1px;
}

.ext-ie7 div#communication a#submit,
.ext-ie7 div#communication a#sms-form-btn {
    top: -4px;
}

.ext-ie8 div#communication label strong,
.ext-ie8 div#communication label strong {
    top: -3px;
}

.ext-ie8 div#communication a#submit,
.ext-ie8 div#communication a#sms-form-btn {
    top: -10px;
}

div#communication a#submit:hover,
div#communication a#submit:focus,
div#communication a#submit:active {
    background-position: 0 -200px;
}

div#communication a#sms-form-btn {
    background-position: 0 -240px;
}

div#communication a#sms-form-btn:hover,
div#communication a#sms-form-btn:focus,
div#communication a#sms-form-btn:active {
    background-position: 0 -280px;
}

div#communication input#email,
div#communication input#sms-form-phone {
    border: 1px solid #ccc;
    border-color: #ccc #ddd #ddd #ccc;
    -webkit-border-radius: 2px;
    -moz-border-radius:    2px;
    border-radius:         2px;
    font-size: 12px;
    height: 12px;
    line-height: 16px;
    padding: 5px 6px;
    width: 170px;
}


