form{
	width:400px;
	height:500px;
	margin:0 2px;
	
}
form fieldset{
	border:0;
}
form fieldset legend{
	font-weight:bold;
	color:#069;
	font-size:13px;
}
form label{
	display:block;
	padding: 3px 0;
}
form label span{
	color:#069;
	display:block;
	font-size:12px;
	font-weight:bold;
}
form label input {
	font-weight:100;
	height:17px;
	width: 255px;	
}
form label textarea {
	font-weight:100;
	height:75px;
	width: 255px;	
}
	form input.botao{
		display:block;
		border:0;
		background-color:#069;
		font-weight:bold;
		color:#FFF;
		width:80px;
		height:23px;
		cursor:pointer;
		}