/* CSS Document */
radio{
    border:0;
    background:#fff;
}
dd{
    margin:0;
    padding:0;
}
dl dt{
    width:250px;
    /*float:left;*/
}
dl dt *.required{
    font-weight:bold;
}
dl dd{
    width:210px;
    /*float:left;*/
}
dl dd textarea{
    width:210px;
    border:1px solid #ccc;
}
dl dd input,
dl dd textarea{
    padding:0 0 0 2px;
}
dl dd select,
dl dd input.textbox{
    width:210px;
}
dl dd input.textbox{   
    border:1px solid #ccc;
}
input.button{
    width:210px;
    color:#fff;
    font-weight:bold;
    background:#4584DC;
}
dl dt{
    margin-bottom:4px;
}
dl dd{
    margin-bottom:8px;
}
ul.errors{
    list-style-type:none;
    padding:5px 0 0 0;
    margin:0;
}
ul.errors li{
    color:red;
}
