body 
{
	behavior: url(estilos/pseudoie.htc) !important;
}
#tblLogin input:focus
{
	color: Black;
	border: 1px solid #006600;
	background-color: #999999;
}
.inputTextLogin
{
	font-size: 10px;
	color: #464646;
	border: 1px solid #000000;
	width:90px;
	height:12px;
	background-color: #FFFFFF;
}
.inputTextLogin_error
{
	font-size: 10px;
	color: #464646;
	border: 1px solid #990000;
	background-color: #FF6600;
	background-image: url(/imagenes/warning_obj.gif);
	background-position: right;
	background-repeat: no-repeat;
	width:90px;
	height:12px;
}
.TituloLogin
{
	font-size: 12px
	font-family: Courier;
	color: #660000;
	width:190px;
	height:12px;
	font-weight:bolder;
}
