fieldset {
	clear:both;
	font-size:12px;
	border:0px;
	margin:0 auto;
	text-decoration:none;
}

legend {
	font-size:16px;
	width:510px;
	text-transform:uppercase;
	margin-bottom:10px;
	padding-bottom:5px;
	border-bottom:1px #c4d7ed solid;

}

#info {
	height:23px;
	text-align:center;
	width:90%;
	border:2px #c4d7ed solid;
	padding-top:7px;
	color:#526874;
	background:url(../images/bg-title.gif) bottom repeat-x;
}


fieldset li {
	display: block;
	float: left;
	height: 44px;
	overflow: hidden;
	padding-bottom: 5px;
}

fieldset li.lbl { width: 80px; }

fieldset li.lbl1 { width: 176px; }

fieldset li.lbl2 { width: 265px; }

fieldset li.lbl3 { width: 420px; }

fieldset li.lbl6 { width: 360px; }

fieldset li.lbl4 { width: 528px; }

fieldset li.lbl5 { width: 525px; height:140px;}

fieldset li.lbl7 { width:265px;}



/*********************
**********************
LABEL
**********************
**********************/
fieldset label {
	display: block;
	margin: 0 5px;
	
}
/*********************
**********************
CHECKBOX
**********************
**********************/

fieldset form li.checkbox {
	width: 780px;
	height: 50px;
	padding: 4px 0 5px 10px;
}

fieldset .checkbox li {
	float: left;
	width: 25%;
	height: 50px;
	margin: 0;
	padding-top: 5px;
}

fieldset .checkbox input {
	display: inline;
	height: auto;
	margin: 0;
	padding: 0;
	border: none;
	background: none;
}

fieldset .checkbox span, fieldset .checkbox a {
	color: #5B0002;
	vertical-align: top;
	*vertical-align: middle;
}

fieldset .checkbox a { text-decoration: underline; }

fieldset .checkbox a:hover { text-decoration: none; }


fieldset input {
	display: block;
	height: 15px;
	padding: 3px;
	border:none;
	border:1px #c4d7ed solid;
	background:url(../images/bg-title.gif) bottom repeat-x #eaedf6;
	color:#526874;
}

fieldset .lbl select { width: 70px; }

fieldset .lbl1 input { width: 160px; }

fieldset .lbl2 input { width: 250px; }

fieldset .lbl6 input { width: 350px; }

fieldset .lbl3 input { width: 415px; }

fieldset .lbl4 input { width: 95%; }

fieldset .lbl7 input { width:245px;}

fieldset .lbl5 textarea { width:510px; height:120px;}


fieldset select {
	display: block;
	height: 22px;
	padding: 1px 0;
    color:#526874;
}


fieldset textarea {
	display: block;
	padding: 5px;
    color:#526874;
	margin: 3px 0;
	overflow: -moz-scrollbars-vertical;
	border:1px #c4d7ed solid;
	background:url(../images/bg-title.gif) bottom repeat-x #eaedf6;}
	
	
	
	
	
.pbutton button {
cursor: pointer;
text-indent:-9999px;
	float: right;
	width: 100px;
	height: 25px;
	overflow: hidden;
	background: url(../images/enviar.gif) no-repeat top;
	border:none;
	margin-right:25px;
	display:inline;
	}

.pbutton button:hover { background-position: bottom; }