INPUT.txtlanding
{
	font-size:11pt;
	height:23px;
	width:230px;
}
A.enviar
{  
	text-decoration: none;
	font-family:Verdana;
	font-size:16px;
	color:White;
}

A.enviar:HOVER  
{ 
	text-decoration: none;
	font-family:Verdana;
	font-size:16px;
	color:White;
}


#interContainer{
position: absolute;
/*width: 880px; Width of interstitial box
height:0px; */

left: 0;
top: 0;
padding-top: 0;
/*background-color: #d0e47e;*/
/*border: 1px solid black;*/
visibility: hidden;
z-index: 6;
}

#interContainer .headerbar{ /*CSS for header bar of interstitial box*/
	position:relative;
	top:29px;
	right:7px;
color: gray;
padding: 5px 0;
text-align: right;
font-weight:bold;
}

#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: 5;
visibility: hidden;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=80);
opacity: 0.8;
}
