@charset "utf-8";
/* CSS Document */

.rascbHeader
{
font-family: Trebuchet MS;
font-size: 13pt;
color: #0e559d;
}

.rascbMobile
{
font-family: Trebuchet MS;
font-size: 10pt;
color: #333333;
}

.rascbFooter
{
font-family: Trebuchet MS;
font-size: 8pt;
color: #ff0000;
}
.rascbFooter2
{
	font-family: Trebuchet MS;
	font-size: 8pt;
	color: #666666;
}

.rascbInstruction
{
font-family: Trebuchet MS;
font-size: 8pt;
color: #999999;
}

.rascbResponse
{
font-family: Trebuchet MS;
font-size: 10pt;
color: #0e559d;
}
  #mask{
	position:absolute; /* important */
	top:0px; /* start from top */
	left:0px; /* start from left */
	height:100%; /* cover the whole page */
	width:100%;  /* cover the whole page */
	display:none; /* don't show it '*/
	/* styling bellow */
        background-color: #FFCC99;
    }
    
    .modal_window{
	position:absolute; /* important so we can position it on center later */
	display:none; /* don't show it */
	/* styling bellow */
        color:#000000;
    }
    
    /* style a specific modal window  */
    #modal_window{
	 
	border:1px solid gray;
	background: #FFFFFF;
	color:black;
    }
