input{
	    width: 300px;
    height: 30px;
    line-height: 30px;
    border-radius: 10px;
    border: 1px solid #ccc;
    padding: 5px
}

select{
	    width: 300px;
    height: 30px;
    line-height: 30px;
    border-radius: 10px;
    border: 1px solid #ccc;
    color: #8e8080;
}

textarea{
    width: 300px;
    height: 150px;
}

body{
    background-image: url('fundo.jpg');
}