
/* 
    Document   : admin
    Created on : Oct 25, 2011, 10:37:15 PM
    Author     : ricardo
    Description:
        Purpose of the stylesheet follows.
*/


label{
    font: normal 12pt arial;
    color:#333;
	text-transform: uppercase;
}

input{
    border: 1px solid #CCCCCC;
    color: #666666;
    margin-bottom: 10px;
    max-width: 330px;
    padding: 8px;
    width: 330px;
    height: 12px;
	text-transform: uppercase;
}

select{
    border: 1px solid #CCCCCC;
    color: #666666;
    margin-bottom: 10px;
    padding: 5px;
    width: 200px;
    height: 30px;
}


input#envia{
    background-color: #02407D;
    border: 1px solid #02407D;
    color: #fff;
    width: 80px;
    padding: 8px;
    height: 30px;
	text-transform: uppercase;
}

h2{
  font: normal 16pt arial;
  margin: 10px 0 10px 0;
  text-transform: uppercase;
}

.confirma{
    font: bold 12px arial;
	text-transform: uppercase;
    color: #fff;
    width: 100%;
    height: 125px;
    padding: 14px 5px 10px 12px;
    border: 1px solid #ccc;
    background-color: #FF0000;
    margin-bottom: 20px;
    margin: 5px auto 20px auto;
}