
input, textarea, select, checkbox {
width: 100%; font-size: 95%;box-sizing: border-box;   border: 1px solid #999; background: #f9f9f9;    padding: 10px; -webkit-border-radius: 4px;-moz-border-radius: 4px;border-radius: 4px;
}

.botao{
width: 20%;
font-family: 'Roboto Condensed', sans-serif;
font-size:15px;
font-style:normal;
color:#ffffff;
background:#333333;
border:0px hidden #ffffff;
text-shadow:0px -1px 1px #222222;
box-shadow:1px 0px 0px #000000;
-moz-box-shadow:1px 0px 0px #000000;
-webkit-box-shadow:1px 0px 0px #000000;
border-radius:5px 5px 5px 5px;
-moz-border-radius:5px 5px 5px 5px;
-webkit-border-radius:5px 5px 5px 5px;
width:100%;
padding:8px 20px;
cursor:pointer;
margin:0 auto;
}

}
.botao:active{
cursor:pointer;
position:relative;
top:2px;
}

.botao2{
width: 20%;
font-family: 'Roboto Condensed', sans-serif;
font-size:15px;
font-style:normal;
color:#ffffff;
background:#333333;
border:0px hidden #ffffff;
text-shadow:0px -1px 1px #222222;
box-shadow:1px 0px 0px #000000;
-moz-box-shadow:1px 0px 0px #000000;
-webkit-box-shadow:1px 0px 0px #000000;
border-radius:5px 5px 5px 5px;
-moz-border-radius:5px 5px 5px 5px;
-webkit-border-radius:5px 5px 5px 5px;
width:90%;
padding:8px 20px;
cursor:pointer;
margin:0 auto;
}

}
.botao2:active{
cursor:pointer;
position:relative;
top:2px;
}