﻿input
{
	font-family: Verdana;
	font-size: 11px;
	background-image: url(imagenes/forms/fondo-input.jpg);
	border: #CCC solid 1px;
	height: 16px;
	line-height: 16px;
	color: #036;
}
select
{
	font-family: Verdana;
	font-size: 11px;
	border: #CCC solid 1px;
	height: 18px;
	line-height: 18px;
	color: #036;
}
textarea
{
	font-family: Verdana;
	font-size: 11px;
	background-image: url(imagenes/forms/fondo-textarea.jpg);
	background-repeat: repeat-x;
	border: #CCC solid 1px;
	color: #036;
}
input:hover
{
	background-color: #FFF;
	border: #7EADD9 solid 1px;
}
input:focus
{
	background-image: none;
	background-color: #FFF;
	border: #7EADD9 solid 1px;
}
textarea:hover
{
	background-color: #FFF;
	border: #7EADD9 solid 1px;
}
textarea:focus
{
	background-image: none;
	background-color: #FFF;
	border: #7EADD9 solid 1px;
}
select:hover
{
	background-color: #FFF;
	border: #7EADD9 solid 1px;
}
span.radio
{
	width: 19px;
	height: 25px;
	padding: 0px;
	margin: 0px;
	background: url(imagenes/forms/options.gif) no-repeat;
	display: block;
	clear: left;
	float: left;
}
span.checkbox
{
	width: 19px;
	height: 25px;
	padding: 0 0 0 0;
	background: url(imagenes/forms/checks.gif) no-repeat;
	display: block;
	clear: left;
	float: left;
}
.input-350
{
	width: 350px;
}
.input-250
{
	width: 250px;
}
.input-150
{
	width: 150px;
}
.input-100
{
	width: 100px;
}
.input-75
{
	width: 75px;
}
.input-50
{
	width: 50px;
}
.input-25
{
	width: 25px;
}
.input-max
{
	width: 100%;
}
.input-99p
{
	width: 98%;
}
.input-98p
{
	width: 98%;
}
.input-95p
{
	width: 95%;
}
.input-90p
{
	width: 90%;
}

.watermarked
{
	color: #C0C0C0;
}

.lst_autocomplete
{
	background-color: Gray;
	height: 120px;
	overflow: auto;
	width: auto;
}
