/* CSS Document */

fieldset {
	border: solid 1px #d3d3d3;
	background-color: #efefef;
	color: #666;
	font: .8em "helvetica neu",helvetica, arial, sans-serif;
	}

legend  {
	color: #666;
	font-family: "arial black";
	background-color: #d3d3d3;
	padding: 2px;
	}

label   {
	font-weight: bold;
	line-height: normal;
	text-align: right;
	display: block;
	margin-right: 10px;
	position: relative;
	width: 100px;
	float: left;
	}

label.fieldLabel	{
	display: inline;
	float: none;
	}
/* INPUT NORMAL *****************************************************************/
input.formInputField   {
	background-color: #f0f1f3;
	color: #CC0000;
	margin-right: 5px;
	margin-bottom: 3px;
	padding-left:5px;
	height: 20px;
	border-top-width: 0px;
	border-right-width: 2px;
	border-bottom-width: 1px;
	border-left-width: 2px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-right-color: #d4dddc;
	border-left-color: #d4dddc;
	width: 250px;
	margin-top: 0px;
	margin-left: 0px;
	padding-top: 5px;
	padding-right: 2px;
	padding-bottom: 2px;
	font-size: 1.1em;
	}
	
input.formInputFieldHover {
	background-color: #f0f1f3;
	color: #CC0000;
	margin-right: 5px;
	margin-bottom: 3px;
	padding: 2px;
	padding-left:5px;
	height: 20px;
	border-top-width: 0px;
	border-right-width: 2px;
	border-bottom-width: 1px;
	border-left-width: 2px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-right-color: #be2e25;
	border-left-color: #be2e25;
	width: 250px;
	font-size: 1.1em;
	padding-top: 5px;
	}
	
input.formInputFieldFilled   {
	background-color: #ebecee;
	color: #CC0000;
	margin-right: 5px;
	margin-bottom: 3px;
	padding: 2px;
	padding-left:5px;
	height: 20px;
	border-top-width: 0px;
	border-right-width: 2px;
	border-bottom-width: 1px;
	border-left-width: 2px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-right-color: #d4dddc;
	border-left-color: #d4dddc;
	width: 250px;
	font-size: 1.1em;
	padding-top: 5px;
	}
	
input.formInputFieldFilledHover   {
	background-color: #ebecee;
	color: #CC0000;
	margin-right: 5px;
	margin-bottom: 3px;
	padding: 2px;
	padding-left:5px;
	height: 20px;
	border-top-width: 0px;
	border-right-width: 2px;
	border-bottom-width: 1px;
	border-left-width: 2px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-right-color: #be2e25;
	border-left-color: #be2e25;
	width: 250px;
	font-size: 1.1em;
	padding-top: 5px;
	}
	
input.formInputFieldSelected   {
	background-color: #f9f9f9;
	color: #CC0000;
	margin-right: 5px;
	margin-bottom: 3px;
	padding: 2px;
	padding-left:5px;
	height: 20px;
	border-top-width: 0px;
	border-right-width: 2px;
	border-bottom-width: 1px;
	border-left-width: 2px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-right-color: #be2e25;
	border-left-color: #be2e25;
	width: 250px;
	font-size: 1.1em;
	padding-top: 5px;
	}
	
/* TEXTAREA GRANDE *****************************************************************/
textarea.formInputField   {
	font-family: Tahoma, "Trebuchet MS", Arial, Verdana, sans-serif;
	background-color: #f0f1f3;
	color: #CC0000;
	margin-right: 5px;
	padding-left:5px;
	height: 200px!important;
	height: 180px;
	border-top-width: 0px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #d4dddc;
	border-left-color: #d4dddc;
	width: 250px;
	margin-top: 0px;
	margin-left: 0px;
	padding-top: 5px;
	padding-right: 2px;
	padding-bottom: 0px;
	border-bottom-color: #d4dddc;
	margin-bottom: 0px;
	font-size: 1.1em;
	}
	
textarea.formInputFieldHover {
	font-family: Tahoma, "Trebuchet MS", Arial, Verdana, sans-serif;
	background-color: #f0f1f3;
	color: #CC0000;
	margin-right: 5px;
	margin-bottom: 0px;
	padding-left:5px;
	height: 200px!important;
	height: 180px;
	border-top-width: 0px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #be2e25;
	border-left-color: #be2e25;
	width: 250px;
	padding-top: 5px;
	padding-right: 2px;
	padding-bottom: 0px;
	border-bottom-color: #d4dddc;
	margin-top: 0px;
	margin-left: 0px;
	font-size: 1.1em;
	}
	
textarea.formInputFieldFilled   {
	font-family: Tahoma, "Trebuchet MS", Arial, Verdana, sans-serif;
	background-color: #ebecee;
	color: #CC0000;
	margin-right: 5px;
	margin-bottom: 0px;
	padding-left:5px;
	height: 200px!important;
	height: 180px;
	border-top-width: 0px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #d4dddc;
	border-left-color: #d4dddc;
	width: 250px;
	padding-top: 5px;
	padding-right: 2px;
	padding-bottom: 0px;
	border-bottom-color: #d4dddc;
	margin-top: 0px;
	margin-left: 0px;
	font-size: 1.1em;
	}
	
textarea.formInputFieldFilledHover   {
	font-family: Tahoma, "Trebuchet MS", Arial, Verdana, sans-serif;
	background-color: #ebecee;
	color: #CC0000;
	margin-right: 5px;
	margin-bottom: 0px;
	padding-left:5px;
	height: 200px!important;
	height: 180px;
	border-top-width: 0px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #be2e25;
	border-left-color: #be2e25;
	width: 250px;
	padding-top: 5px;
	padding-right: 2px;
	padding-bottom: 0px;
	border-bottom-color: #d4dddc;
	margin-top: 0px;
	margin-left: 0px;
	font-size: 1.1em;
	}
	
textarea.formInputFieldSelected   {
	font-family: Tahoma, "Trebuchet MS", Arial, Verdana, sans-serif;
	background-color: #f9f9f9;
	color: #CC0000;
	margin-right: 5px;
	margin-bottom: 0px;
	padding-left:5px;
	height: 200px!important;
	height: 180px;
	border-top-width: 0px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #be2e25;
	border-left-color: #be2e25;
	width: 250px;
	padding-top: 5px;
	padding-right: 2px;
	padding-bottom: 0px;
	border-bottom-color: #d4dddc;
	margin-top: 0px;
	margin-left: 0px;
	font-size: 1.1em;
	}
	
/***************/

select.formInputField  {
	background-color: #e9e9e9;
	cursor: pointer;
	margin-right: 5px;
	margin-bottom: 5px;
	padding: 2px;
	font-size: 1.1em;
	}


select.formInputFieldSelected  {
	background-color: #fff;
	cursor: pointer;
	margin-right: 5px;
	margin-bottom: 5px;
	padding: 2px;
	}

select.formInputFieldFilled  {
	background-color: #ffc;
	cursor: pointer;
	margin-right: 5px;
	margin-bottom: 5px;
	padding: 2px;
	border: solid 1px #666;
	font-size: 1.1em;
	}
.botonAceptar{
	width: 140px;
	height: 26px;
	margin: 0;
	padding: 0;
	border: 0;
	background: transparent url(../img/boton_form.gif) no-repeat center top;
	text-indent: -9999px;
	cursor: hand; /* hand-shaped cursor */
	cursor: hand; /* for IE 5.x */
	font-weight: bold;
	color: #FFFFFF;
}
.botonAceptar:hover{
	background: transparent url(../img/boton_form_over.gif) no-repeat center top;
}
.botonAceptar02 {
	height: 50px;
	width: 261px;
	margin: 0px;
	cursor: auto;
	background-color: #a0b5ba;
	border: 1px solid #8ca4aa;
	text-transform: uppercase;
	color: #FFFFFF;
	cursor: auto;
	font-weight: bold;
	background-image: url(../img/bg_boton.gif);
	background-repeat: repeat-x;
}
.botonAceptar02:hover {
	/*background-color: #e4e6e9;*/
}


input.formInputButton   {
	background-image: url(bg_button.png);
	color: #300;
	font-size: 0.9em;
	font-family: "arial black";
	background-color: #f99;
	text-align: center;
	cursor: pointer;
	margin-right: 5px;
	padding: 1px;
	height: 25px;
	vertical-align: middle;
	border: solid 1px
	}
	
input.formInputButton:hover   {
	background-image: url(bg_button_hover.png);

	}

