@charset "utf-8";
/* CSS Document */
#header {
	position:absolute;
	left:360px;
	top:65px;
	width:235px;
	height:113px;
	z-index:1;
}
#by {position:absolute;left:603px;top:157px;width:102px;height:14px;z-index:2;}
#login {
	position:absolute;
	left:550px;
	top:13px;
	width:473px;
	height:24px;
	z-index:3;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color:#CCC;
}

#menu {
	position:absolute;
	left:693px;
	top:180px;
	width:459px;
	height:24px;
	z-index:3;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #FFF;
}
#tollfree {
	position:absolute;
	left:921px;
	top:155px;
	width:226px;
	height:24px;
	z-index:3;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #FFF;
}
#animator {position:absolute;left:235px;top:207px;width:947px;height:414px;z-index:4;}
#contact {
	position:absolute;
	left:584px;
	top:228px;
	width:566px;
	height:414px;
	z-index:4;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#FFF;
}
#userrequestform {
	position:absolute;
	left:584px;
	top:228px;
	width:566px;
	height:414px;
	z-index:4;
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	color:#FFF;
}
.userrequestinputs {
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	color:#000;
}
#backform_blue {
	position:absolute;
	left:303px;
	top:245px;
	width:200px;
	height:290px;
	z-index:4;
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	line-height:1.5;
	color:#FFF;
	background-image:url(images/back_forms.png);
	background-repeat:no-repeat;
	padding-left:19px;
	padding-right:19px;
	padding-top:27px;
	text-align:center;
}
#address {
	position:absolute;
	left:1024px;
	top:650px;
	width:145px;
	height:54px;
	z-index:5;
}
#copyright {
	position:absolute;
	left:462px;
	top:687px;
	width:534px;
	height:25px;
	z-index:5;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color:#FFF;
}
#signature {
	position:absolute;
	left:627px;
	top:407px;
	width:145px;
	height:54px;
	z-index:30;
}
#style1{background-color:#333;font-size:11px;}
.aboutus{font-size:14px; font-family: Verdana, Arial, Helvetica, sans-serif; line-height:21px; color:#FFF; text-shadow:#CCC;}
.aboutuscomilla{font-size:39px; font-family:Times New Roman, Times, serif; line-height:21px; color:#FFF; text-shadow:#CCC;}
.aboutuscomment{font-size:11px; font-family: Verdana, Arial, Helvetica, sans-serif; line-height:14px; color:#CCC;}

.styleuser {	font-family: Verdana, Arial, Helvetica, sans-serif; color:#FFF;font-size: 11px;}
.styleuser a:hover{color:#FFF; text-decoration:none;}
.styleuser a:active{color:#FFF; text-decoration:none;}
.styleuser a:link{color:#FFF; text-decoration:none;}
.styleuser a:visited{color:#FFF;text-decoration:none;}

.textInput
{
border: 1px solid #999999;
background: #555555;
color: #ffffff;
font-size: 1.1em;
}





a.Ntooltip {
position: relative; /* es la posición normal */
text-decoration: none !important; /* forzar sin subrayado */
color:#cccccc !important; /* forzar color del texto */
/*font-weight:bold !important; /* forzar negritas */
}

a.Ntooltip:hover {
z-index:999; /* va a estar por encima de todo */
background-color:#000000; /* DEBE haber un color de fondo */
}

a.Ntooltip span {
display: none; /* el elemento va a estar oculto */
}

a.Ntooltip:hover span {
display: block; /* se fuerza a mostrar el bloque */
position: absolute; /* se fuerza a que se ubique en un lugar de la pantalla */
top:2em; left:2em; /* donde va a estar */
width:250px; /* el ancho por defecto que va a tener */
padding:5px; /* la separación entre el contenido y los bordes */
background-color: #0080C0; /* el color de fondo por defecto */
color: #FFFFFF; /* el color de los textos por defecto */
}
