/*-------------form-----------------*/

fieldset {
	font:smaller Arial, Helvetica, sans-serif;
	line-height:1.3em;
	color:#f6e8d2;
	background-color: #180403;
	padding: 4px;
	border: 1px solid #e0cb95;
	width: 370px;
	margin-bottom: 10px!important;
	margin-left: 0px;
    }

	

    legend {

    color: #666;

    font-weight: bold;

    font-variant: small-caps;

    background-color: #e0cb95;

    padding: 2px 6px;

    margin-bottom: 8px;

    }

	

	label  {
	font-weight: bold;
	line-height: normal;
	text-align: right;
	margin-right: 15px;
	position: relative;
	display: block;
	float: left;
	width: 90px;
	padding-top: 5px;
    }

	

	label.fieldLabel  {

    display: inline;

    float: none;

    }

	

	input.formInputText  {
	font-size: 1em;
	color: #000000;
	background-color: #f3efde;
	padding: 1px;
	border: 1px solid #666699;
	margin-right: 5px;
	margin-bottom: 5px;
	height: auto;
	width: 200px;
	letter-spacing: 1px;
    }

	input.formInputRadio1  {
	color: #000000;
	margin-right: 0px;
	margin-bottom: 0px;
	width: 25px;
	padding-top: 1px;
	padding-right: 1px;
	padding-bottom: 1px;

    }
	input.formInputRadio2  {
	color: #000000;
	margin-right: 0px;
	margin-bottom: 0px;
	width: 25px;
	padding-top: 1px;
	padding-right: 1px;
	padding-bottom: 1px;
	margin-left: 20px;
    }


	

	input.formInputText:hover {
	background-color: #e4e4cb;
	border: solid 1px #006600;
	color: #000;
	cursor: pointer;
    }

	

    input.formInputText:focus {

    color: #000;

    background-color: #ffffff;

    border: solid 1px #006600; 

    cursor: text;

    }

	

	select.formSelect {

    font-size: 1em;

    color: #666;

    background-color: #fee;

    padding: 2px;

    border: solid 1px #f66;

    margin-right: 5px;

    margin-bottom: 5px;

    cursor: pointer;

    }

	

	select.formSelect:hover {

    color: #333;

    background-color: #C1E0FF;

    border: solid 1px #006600;

    }

	

    select.formSelect:focus {

    color: #000;

    background-color: #ffffff;

    border: solid 1px #006600;

    }

	

	input.formInputButton  {
	font-size: 1.2em;
	vertical-align: middle;
	font-weight: bolder;
	text-align: center;
	color: #300;
	padding: 1px;
	border: 1px solid #666699;
	float: right;
	cursor: pointer;
	background-color: #dbcc86;
	margin-right: 10px;
    }

	

	input.formInputButton:hover  {
	font-size: 1.2em;
	vertical-align: middle;
	font-weight: bolder;
	text-align: center;
	color: #fff;
	padding: 1px;
	border: solid 1px #666699;
	float: right;
	cursor: pointer;
	background-color: #dbcc86;
    }

	

    input.formInputButton:active  {
	font-size: 1.2em;
	vertical-align: middle;
	font-weight: bolder;
	text-align: center;
	color: #fff;
	padding: 1px;
	border: 1px dotted #666699;
	float: right;
	cursor: pointer;
	background-color: #ad491e;
    }

	

		/*---textarea---*/

	textarea.formInputText  {
	font:smaller Arial, Helvetica, sans-serif;
	line-height:1.3em;
	color:#f6e8d2;
	background-color: #f3efde;
	padding: 2px 10px 2px 2px;
	border: 1px solid #666699;
	margin-right: 5px;
	margin-bottom: 5px;
	height: 80px;
	width:220px;
    font-size: 1.2em;
    }

	

	textarea.formInputText:hover {

    background-color: #e4e4cb;

    border: solid 1px #006600;

    color: #000;

    cursor: pointer;

    }

	

    textarea.formInputText:focus {

    color: #000;

    background-color: #ffffff;

    border: solid 1px #006600; 

    cursor: text;

    }
	
	.comentario {
	font-size: 0.8em;
	}

