/* modal-splash.css */


#splash {
    clear: both;
    width: 640px;
    height: auto;
    margin: 0;
    padding: 3px; 
    background: #fff; 
    text-align: center;
    font-size: 18px;
    line-height: 22px;
    -moz-box-shadow: 0px 0px 20px #000000;
    box-shadow: 0px 0px 20px #000000; 
    }

#splash #splash-wrapper {
    clear: both;
    width: 620px;
    height: auto;
    padding: 10px;
    background: #fff; 
    }
	
#splash h1 {
	color: #cc0d2b;	
}
    
#splash p {
    font-size: 16px;
    color: #000;
    text-align: center;
}
#splash p a {
	font-weight::bold;
}
#splash #modal-skip {
    width: 100%;
    margin: 0 auto;
    text-align:center;
    height: 16px;
    display: block;
    font-size: 10px;
    color: #cc0d2b;
    }
