#interContainer{
position: absolute;
width: 594px; /*Width of interstitial box*/
height: 565px;
left: 0;
top: 0;
padding: 0px;
padding-top: 0;
background-color: #ffffff;
/*visibility: hidden; */
z-index: 6;

}

#interContainer .headerbar{ /*CSS for header bar of interstitial box*/
color: gray;
padding: 0px 0;
text-align: right;
margin-left:573px;
height: 30px;
}

#interContainer .headerbar a{ /*CSS for header bar links of interstitial box*/
font-size: 120%;
text-decoration: none;
}


#interContent{ /*CSS for div that holds the content to show*/
border: 0px;
background-color: white;
}

#interVeil{ /*CSS for background veil that covers entire page while interstitial box is visible*/
position: absolute;
background: #192238 url(/blackdot.gif);
right: 0;
width: 10px;
top: 0;
z-index: 5;
visibility: hidden;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=65);
opacity: 0.8;
}

.redtop {
color:#dd0000;
font-family:Arial,Sans-Serif;
font-weight:bold;
font-size:40px;
text-decoration: underline;
padding-bottom:4px;
}

.blacktop {
color:#000000;
font-family:Arial,Sans-Serif;
font-weight:bold;
font-size:33px;
text-decoration: underline;
padding-bottom:4px;
display: block;
margin-bottom:10px;
margin-top:10px;
}

.redthintop {
color:#dd0000;
font-family:Arial,Sans-Serif;
font-weight:none;
font-size:24px;
text-decoration: none;
margin-bottom:10px;
margin-left: 58px;
display: block;
background: url("/images/newsl/tick.gif") no-repeat scroll left center transparent; 
padding-left: 26px;
}

.pencilblack {
color:#000000;
font-family:Arial,Sans-Serif;
font-weight:none;
font-size:24px;
text-decoration: none;
background: url("/images/newsl/blackstrike.gif") repeat-x scroll left top transparent; 
}

.pencilyellow {
background-color: #fff088;
color:#dd0000;
font-family:Arial,Sans-Serif;
font-weight:bold;
font-size:24px;
text-decoration: none;
}




.greyspambottom {
color:#7e7e7e;
font-family:Arial,Sans-Serif;
font-size:13px;
padding-top: 10px;
}


select.bizcategory, select.bizlocation {
border:1px solid #5780AC;
height:20px;
margin:0 0 5px 15px;
width:190px;
}

.inputsurround {
border:5px solid #f7f7f7;
background: #f7f7f7;
width:282px;

}

.urlbig {
font-size:19px;
vertical-align:baseline;
height: 29px;
width:276px;

color: #999999;

}



