#mobileSMS {
    background-image: url(../../images/mobile/mobileBKG.gif);
    position: absolute;
    text-align: center;
    right: 0;
    top: -290px;
    height: 300px;
    width: 450px;
    font-family: Arial;
    z-index: 1001;
}

#mobileSMS a {
    color: blue;
}

#mobileSMS p {
    margin: 0;
    padding: 3px 0;
    color: #000;
}

#mobileSMS * {
    font-size: 11px;
    text-transform: none;
    color: #000;
    line-height: normal;
    font-weight: normal;
}

#mobileSMSForm input {
    width: 30px;
}

#mobileSMSForm select {
    width: 150px;
}

#mobileSMS .mobileBtn {
    padding-top: 3px;
    cursor: pointer;
}

#mobileSMS #mobileCloseBtn {
    position: absolute;
    top: 20px;
    right: 20px; 
}

#mobileSMSLink {
    width: 110px;
    cursor: pointer;
    text-align: center;
}

#widgetLink {
    padding-top: 5px;
    text-align: center;
    cursor: pointer;
}

#mobileSMSLink div {
    text-decoration: underline;
    font-size: 11px;
}

#mobileMessage {
    position: absolute;
    left: 180px;
    top: 55px;
    width: 250px;
    text-align: left;
}

#mobileMessage ul {
    margin: 0;
    padding: 0;
    list-style-position: outside;
    list-style-type: disc;
}

#mobileMessage ul li {
    width: auto;
    text-align: left;
    float: none;
    margin: 0 0 0 20px;
}

#mobileMessage div.list {
    margin: 0 20px;
}

#mobileMessage div.subhead {
    font-size: 14px;
    font-weight: bold;
    color: #45596D;
    text-align: center;
}

#mobileSMS .smsWarning {
	color: #333;
	font-size: 9px;
	padding: 10px 20px;
}