.bloco table{
    margin:0 auto;
    width: 80%;
    padding: 20px;

}
.bloco table tr td{
    padding: 10px;
    font-size: 22px;

}
.bloco table input {
    border-radius: 5px;
    border: blue;
    padding: 5px;
    

}
.botoes{
	
    border: blue;
    width: 1000x;
	font-weight: bold;
    color: white;
    font-size: 15px;
	margin-left: 10px;
    padding: 5px;
    border-radius: 5px;
     background: red; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(left bottom, #1E90FF, #1874CD); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(left bottom, #1E90FF, #1874CD); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(left bottom, #1E90FF, #1874CD); /* For Firefox 3.6 to 15 */
    background: linear-gradient(left bottom, #1E90FF, #1874CD); /* Standard syntax */
}
