@charset "utf-8";
/* CSS Document */
body{
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	font-weight:normal;
	}
	
fieldset{
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	font-weight:normal;
	margin-bottom:10px;
	padding:5px;

	}
	
fieldset fieldset{
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	font-weight:normal;
	border:none;
	margin-bottom:10px;}
	
fieldset textarea{
		border-bottom:1px solid #333;
		border-top:0px;
		border-left:0px;
		border-right:0px;
		width:300px;
		height:20px;
		overflow:hidden;
	}
	
fieldset legend{
	font-size:12px;
	font-weight:bold;
	background-color:#FFF;
	margin:15px;
	}
	
fieldset label{
	background:none;
	height:20px;
	line-height:18px;
	border-bottom:1px dotted #333;
	margin-right:5px;
	width:170px;
	display:inline-block;
	color:#333;
}
	
table{
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	font-weight:normal;
}

.boto{
	color:#FFF; 
	background-color:#39C;
	width:170px; 
	height: 17px; 
	border:1px #CCC; 
	font-size:10px;
}
