* {
    border: 0;
    padding: 0px;
    list-style: none;
    font-family: 'Trebuchet MS' , Arial;
}

body {
    background-color: #fbfbfb;
}

input,textarea {
    background-color: #ececec;
    width: 250px;
    padding: 5px;
    border: 2px solid #ececec;
    font-size: 18px;
    height: 30px;
}

input.ddd {
    width: 30px;
}

input.numero {
    width: 151px;
}

input.caracteres {
    width: 35px;
}


textarea {
    height: 100px;
}

input:focus , textarea:focus {
    border: 2px solid #0090F0;
}

input.botao {
    width: 80px;
    color: #777;
    font-size: 13px;
    line-height: 140%;
    font-weight: bold;
    text-transform: uppercase;
    height: 30px;
    background: url(../../img/bg/fade-butt.png) repeat-X;
}

input.botao:focus {
    border: 0px; 
}

#divsms {
    overflow: hidden;
    background: #f0f0f0 url(../../img/bg/smstop.gif) no-repeat top left;
    position: relative;
    margin: 5em auto 1em;
    padding: 30px 0 0;
    width: 390px;
}

#resposta {
    font-size: 11px;
    font-weight: bold;
    text-align: center;
}

ul li {
    width: 350px;
    text-align: right;
    display: block;
    margin: 5px;
}

ul li label {
    color: black;
    font-size: 12px;
    color: #777;
}
ul li label.textarea {
    vertical-align: 90px;
}

#divsms form {
    padding-bottom: 25px;
    background: url(../../img/bg/smsbottom.gif) no-repeat bottom left;
}

#progreso {
    background-color: transparent;
    background-image: url(textarea.png);
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-x-position: -300px;
    background-y-position: 0px;
    width: 300px;
    height: 20px;
    text-align: center;
    color: #000000;
    font-size: 8pt;
    font-family: Arial;
    text-transform: uppercase;
    margin: 10px auto 10px;
}

