/* CSS Document */
.forms input {
width:300px;
}

.forms #ddd {
width:24px;
}
.forms #tel {
width: 150px;
}

.forms textarea {
width:300px;
height:80px;
}

.forms .botao {
width:80px;
}
#warning p {
color:red;
}
