

input{color:#333;border:solid 1px #333;}


.normal{width:290px;font-size:18px;color:#333;border:solid 1px #333;}
.menor01{width:220px;font-size:18px;color:#333;border:solid 1px #333;}
.menor02{width:180px;font-size:18px;color:#333;border:solid 1px #333;}
.menor03{width:300px;font-size:18px;color:#333;border:solid 1px #333;}
.menor04{width:100px;font-size:18px;color:#333;border:solid 1px #333;}
.arquivo{width:220px;}
.boxContato{width:320px; font-size:18px;color:#333;border:solid 1px #333;}
.checkBox { font: 12px verdana, arial, helvetica, sans-serif;
color:#003399;
border:0px solid #000099;}


.arredondado {
	display: inline-block;
	outline: none;
	text-align: left;
	text-decoration: none;
	font: 16px/100% Arial, Helvetica, sans-serif;
	padding: .2em 0.5em .20em;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	-webkit-border-radius: .5em;
	-moz-border-radius: .5em;
	border-radius: .5em;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
}

input.button {
    width:120px;
	height:28px;
	display: inline-block;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font: 16px/100% Arial, Helvetica, sans-serif;
	padding: .2em 2em .15em;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	-webkit-border-radius: .5em;
	-moz-border-radius: .5em;
	border-radius: .5em;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
}
button.button:hover {
	text-decoration: none;
}
.button:active {
	position: relative;
	top: 1px;
}

.orange {
	color: #666666;
	border: solid 1px   #666666;
	background: #f78d1d;
	background: -webkit-gradient(linear, left top, left bottom, from(#F6F6F6), to(#CDCDCD));
	background: -moz-linear-gradient(top,  #F6F6F6,  #CDCDCD);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#F6F6F6', endColorstr='#CDCDCD');
}
.orange:hover {
	background: #f47c20;
	background: -webkit-gradient(linear, left top, left bottom, from(#DFDFDF), to(#DDDDDD));
	background: -moz-linear-gradient(top,  #DFDFDF,  #DDDDDD);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#DFDFDF', endColorstr='#DDDDDD');
}
.orange:active {
	color: #666666;
	background: -webkit-gradient(linear, left top, left bottom, from(#CDCDCD), to(#F6F6F6));
	background: -moz-linear-gradient(top,  #CDCDCD,  #F6F6F6);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#0B3760', endColorstr='#F6F6F6');
}



small{color:#008800;}
small.erro{color:#f00;}
