
/* BEGIN - Fortune Offer Popup */

    .frtpopup {
    	height: 400px;
    	width: 606px;
    	border: 12px solid #0077c0;
    	margin-top: 13px;
    
    }
    .frtheader {
    	background: #0077c0 url(mp_welcome.gif) no-repeat center top;
    	height: 42px;
    }
    .frtheader p{
    	display: none;
    }
    .frtcopy {
    	background-color: #fff;
    	padding: 30px 50px 20px 50px;
    	float: left;
    }
    .frtcopy h2{
        margin-top:-15px;
    	font-size: 55px;
    	line-height: 1.0em;
    	font-weight: normal;
    }
    .frtcopy p{
    	font-size: 16px;
    	margin-bottom: 0.8em;
    }
    .frtcopy p strong{
    	font-size: 24px;
    }
    .frtcopy ul {
    	color: #797878;
    
    }
    .frtcopy li {
    	line-height: 1.4em;
    	background: url(orangecheck.gif) no-repeat 0 0;
    	margin-left: -30px;
    	padding-left: 30px;
    	margin-bottom: .8em;
    }
    
/* END - Fortune Offer Popup */
