/*Formulario ....................................................................................*/
input, textarea, select{
	font-family: trebuchet ms;
	font-size: 13px;
	padding:4px;
	margin:2px;
	color:#666666;
	background-color: #ffffff;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-khtml-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-right:1px solid #D1D1D1;
	border-bottom:1px solid #D1D1D1;
	border-top:1px solid #FFFFFF;
	border-left:1px solid #FFFFFF;
}
input:focus, textarea:focus {
	border-right:1px solid #ABC2E0;
	border-bottom:1px solid #ABC2E0;
	border-top:1px solid #ABC2E0;
	border-left:1px solid #ABC2E0;
}
.botao{
	height:30px;
	width:30px;
	background:#FBFBFB;
	color:#999999;
	font-weight:bold;
	border:3px solid #E8E8E8;
	border-radius: 15px;
	-moz-border-radius: 15px;
	-khtml-border-radius: 15px;
	-webkit-border-radius: 15px;
}
.check{
	border:0px;
}
