/***************************************
Application:		Yturria Sistema Azul	
Filename:		resources/css/forms.css
Description:		Archivo css para enlistar los estilos referentes a los formularios
Author:			pnarvaez
Last Modifcation by:	pnarvaez

Revisions

Author		Date				Changes Made
pnarvaez	12:10 p.m. 19/01/2010		Creación	
****************************************/

label, legend{
	font-family:'Trebuchet MS';
	font-size:11px;
	color:#999;
	font-weight:bold;
}

.input, select, textarea{
	font-family:'Trebuchet MS';
	font-size:11px;
	color:#000;
	border:1px solid #aaa;
}

fieldset{
	border:1px solid #aaa;
}

.required{
	background-image:url(../img/ui/required.jpg);
	background-repeat:no-repeat;
	background-position:top right;
}

