@charset "utf-8";

	/*
	
	Template para CMS
	@name		Default
	@basename	formularios.css
	@author		Felipe da Vinha Ricieri
	@date		30/06/2009
	
	*/
	
	fieldset, form	{ margin:0px; padding:0px; border:0px }
	
	fieldset ol
		{
		list-style:none;
		margin:0px;
		padding:0px;
		}
	
	/*
	*/
	
	.inputs, .textareas
		{
		font-family:inherit;
		font-size:12px;
		color:#001F49;
		padding:5px;
		border:1px solid #B5B9CA;
		text-align:left;
		width:95%;
		background:#EFF0F3;
		}
		
	.textareas	{ height:120px; }
		
	/*
	*/
	
	.even	{ background:#F3F3F3; }
	.ever	{ background:url(../images/bground/bg_tableRow.gif) repeat-x top; }
	
	/*
	BASIC BUTTON
	*/
	
	h5.button-1
		{
			font-weight:normal;
			color:#FFF;
			font-size:12px;
			padding:5px;
			background:#427758;
			width:80px;
			text-align:center;
		}
		
	h5.button-2
		{
			font-weight:normal;
			color:#FFF;
			font-size:12px;
			padding:5px;
			background:#427758;
			width:130px;
			text-align:center;
		}
		
		h5.button-2 a, h5.button-2 a:hover { color:#FFF; }
		
	/*
	VALIDADORES
	*/
	
	form label
		{
		color:#990000;
		font-style:italic;
		font-size:11px;
		}
		
	input.error, textarea.error
		{
		color:#900;
		font-style:italic;
		font-size:10px;
		border:1px solid #900;
		}

	
	
	