﻿/* os inputs que estiverem cobertos por uma classe 'smartbox' irão usar o estilo abaixo */
.smartbox input{
	height:30px;
	border:0px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	opacity:1!important;
	box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3), 0 1px 2px rgba(0, 0, 0, 0.2) inset;
	color:#a1a1a1;
	font-size:16px;
	padding-left:5px;
}

/* todo o site usa o estilo do select abaixo */
select{
	color:#a1a1a1;
	font-size:16px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	opacity:1!important;
	box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3), 0 1px 2px rgba(0, 0, 0, 0.2) inset;
	border:1px #ccc solid;
}

/* os textarea que estiverem cobertos por uma classe 'smartbox' irão usar o estilo abaixo */
.smartbox textarea{
	resize: none;
	height:80px;
	border:0px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	opacity:1!important;
	box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3), 0 1px 2px rgba(0, 0, 0, 0.2) inset;
	color:#a1a1a1;
	font-size:17px;
	font-family:"Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}

input.botao{
	background-color:#a1a1a1;
	padding:8px 20px;
	border:1px solid #a1a1a1;
	font-size:14px;
	-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;text-decoration:none;text-align:center;
	color:#fff;
	text-shadow:0 1px 0 #b6b6b6;cursor:pointer;-moz-box-shadow:0 1px 0 #fff;-webkit-box-shadow:0 1px 0 #fff;box-shadow:0 1px 0 #fff;
	margin:125px 0px 0px -215px;
}
input.botao:hover{
	background-color:#c9c9c9;
}
