.messageTop {
        position: absolute;
        top: 40%;
        left: 50%;
        width: 200px;
        height: 100px;
        margin-left: -90px;
        margin-top: 10px;
        color: #000000;
	font-family: Helvetica, sans-serif;
        font-size: 13px;
        vertical-align: top;
        text-align: left;
        background: #ffffff;
        border: solid 1px ##7a7a7a;
        z-index: 1000000;
}
.messageShadow {
        position: absolute;
        top: 40%;
        left: 50%;
        width: 200px;
        height: 100px;
        margin-left: -100px;
        height: 100px;
        border: solid 10px #000000;
        background: #000000;
        z-index: 100000;
        filter:alpha(opacity=50);   /* Internet Explorer       */
        -moz-opacity:0.5;           /* Mozilla 1.6 and below   */
        opacity: 0.5;
}
.messageText {
        padding: 20px;
	font-family: Helvetica, sans-serif;
        font-size: 15px;
        text-align: center;
        color: #000000;
	line-height: 120%;
}
