@charset "iso-8859-2";
/* CSS Document */

body {
	font-family: "Helvetica Neue", Verdana, Arial, Helvetica, "Nimbus Sans L", sans-serif;
	font-size:13px;
	color: #333333;
}

textarea {
	color: #555;
	font-size: 13px;
	width: 361px;
	height: 100px;
	line-height: 24px;
	text-shadow: 1px 1px 0 #FFF;
	background: #f9f9f9;
	border: 1px solid #ccc;
	box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-moz-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	padding: 2px;
}

input {
	color: #555;
	height: 26px;
	font-size: 13px;
	line-height: 24px;
	text-shadow: 1px 1px 0 #FFF;
	background: #f9f9f9;
	border: 1px solid #ccc;
	box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-moz-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	padding: 2px;
}

input[type=submit] {
	color: #3e3e3e;
	width: 100px;
	height: 30px;
}

input[type=submit]:hover {
	color: #BE1303;
	box-shadow: 0px 0px 5px #F00;	
}

input[type=submit]:active {
	background: #1D1D1D;
	color: #CCC;	
}

a.voltar {
	color: #BE1303;
	font-weight: bold;
	text-decoration: none;
}

a.voltar:hover {
	text-decoration: underline;
}


