/* 
    Document   : additional
    Created on : 19-sep-2009, 17:17:53
    Author     : Rico
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

#coverAll {
    display: none;
}

.error-message {
    color: #ff0000;
}

.form-error {
    border: solid 1px #ff0000;
}

textarea {
    border: solid 1px #ddd;
}

label.noFloat {
    float: none;
}

#CardCount {
    color: #999;
    font-size: 10px;
}

#OptionList {
    display: block;
}

#OptionList label {
    float: none;
}

.disabled {
    display: none;
}

input.small {
    width: auto;
}

#content .radio fieldset label {
    margin: 0px 4px;
    width: auto;
}

#content .radio label {
    margin: 0px 4px;
    width: auto;
}
