#smsform form {
    padding-bottom: 2.5em;
    line-height: 1.4em;
}
    
#smsform input, textarea, legend, select {
    font-family: sans-serif;
    font-size: 100%;
    padding: 5px;
}
#smsform input {margin-bottom: 10px}    
#smsform fieldset {
    background: white;
    border: 1px solid #ddd;
    padding: 1em;
    margin: 0 0 10px;
    -moz-border-radius: 5px;
}

#smsform label {
    display: block;
    float: left;
    padding: 5px;
    width: 150px;
}

#smsform legend {color: #bbb;}
#smsform fieldset br {clear: both;}
#smsform fieldset input {width: 12em}
#smsform fieldset input.floatLeft {margin-right: 10px}
#smsform fieldset small {display:none;}
#smsform .submit {float: right;border: 0;width: 96px;height: 30px;font-weight: bold;color: #fff;background: url('../img/submit.jpg') no-repeat;cursor: pointer;padding-bottom: 6px}
#smsform .tip {float: left;height: 30px;line-height: 30px;margin: 0; padding: 0}
#smsform small {
    color: gray;
    font-size: 66%;
    position: absolute;
    bottom: 1em;
    right: 1em;
}

#smsform fieldset textarea {
    width: 29.5em;
    height: 8em;
    margin-bottom: 10px
}

#smsform ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

#smsform li, p {margin: 1em 0;}

#smsform p.ok {color:green;}
#smsform p.er {color:red}
#smsform p strong {color: black}

