#sms h1 {
    font-size: 170%;
    color: #555;
    _margin-top: 1em;
}

#sms form {
    padding-bottom: 2.5em;
    _padding-bottom: 0.2em;
}

#sms input, textarea, legend, select {
    font-family: sans-serif;
    font-size: 100%;
}

#sms fieldset {
    background: white;
    border: 1px solid #ddd;
    padding: 1em;
    margin: .5em 0;
    -moz-border-radius: 5px;
}

#sms label {
    display: block;
    float: left;
    backround: silver;
    width: 160px;
}

#sms legend {color: #bbb;}
#sms fieldset br {clear: both;}
#sms fieldset input {width: 9em}
#sms fieldset small {display:none;}

#sms small {
    color: gray;
    font-size: 66%;
    position: absolute;
    bottom: 1em;
    right: 1em;
}

#sms fieldset textarea {
    width: 17em;
    height: 8em;
}

#sms ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

#sms li,#sms p {margin: 1em 0;}

#sms p.ok {color:green}
#sms p.er {color:red}
#sms p b {color: black}
#sms a {color: black}

