#interContainer{
position: absolute;
width: 450px; /*Width of interstitial box*/
left: 0;
top: 0;
padding: 15px;
padding-top: 0;
background-color: #d0daf5;
border: 1px solid black;
visibility: hidden;
z-index: 106;
}

#interContainer .headerbar{ /*CSS for header bar of interstitial box*/
color: gray;
padding: 5px 0;
text-align: right;
}

#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: 1px solid gray;

background-color: white;
}

#interVeil{ /*CSS for background veil that covers entire page while interstitial box is visible*/
position: absolute;
background: black url(blackdot.gif);
right: 0;
width: 10px;
top: 0;
z-index: 105;
visibility: hidden;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=80);
opacity: 0.8;
}


.dbox {
	padding: 5px 10px 10px 10px;
	line-height: 1.2em;
	font-family: Arial, Helvetica, sans-serif;
	font-size:10pt;
	text-align:center;
}

.dbox p{
line-height: 1.2em;
margin-bottom:10px;
}

.dsubscribe {
}

.dsubscribe fieldset {
	display: inline;
	margin-bottom: 10px;
}

.dsubscribe input {
	display: inline;
	vertical-align: middle;
}


.dfeedinput {
	border: 1px solid #000000;
        background-color:#FFFFFF;
	width: 184px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
	color: #000000;
	margin: 6px 0px 6px 0px;
}

.dfeedsubmit {
	background-color:#022677;
	font-weight: bold;
        border: 1px solid 3261cb;
	width: 84px;
	padding:3px;
	color: #fff;
	margin: 6px 0px 6px 0px;
}

.dfeedlink {
	background: url(http://www.networkeducator.com/wp-content/themes/ut-pro/images/rss.gif) no-repeat left;
	padding-left: 20px;
	font-weight: bold;
	color:#062e87;
	margin: 6px 10px 6px 0px;
        display: inline;
}