/**
 * Style for mobile SMS popup
 * $Id: mobileSMS.css,v 1.1.2.1 2008/03/28 13:20:12 cschulze Exp $
 */
    #mobileSMS {
        background-image: url(../../images/activSearch/mobileSMS/mobileBKG.gif);
        position: absolute;
        text-align: center;
        right: 0;
        top: -100px;
        height: 300px;
        width: 450px;
        font-family: Arial;
        color: black;
    }
    
    #mobileSMS a {
        color: blue;
    }
    
    #mobileSMS p {
        margin: 0;
        padding: 3px 0;
    }

    #mobileSMS * {
        font-size: 11px;
    }
    
    #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;
    }
    
    /*joe added #mobileSMSLink a*/
    #mobileSMSLink a {
	color: black;
	font-size: 11px;
	text-decoration: underline;
    }

    
    
    #mobileMessage {
        position: absolute;
        left: 180px;
        top: 55px;
        width: 250px;
        text-align: left;
    }
    
    #mobileMessage ul {
        margin-top: 0;
        margin-bottom: 0;
        list-style-position: outside;
    }
    
    #mobileMessage ul li {
        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;
    }