/************************************************
* 
************************************************/

/*span.sf_required { color: rgb(255,0,0); }*/

.sf_row_title { font-size: 12px; font-weight: bold; background-color: rgb(210,210,210); }
.sf_row_request { background-color: rgb(0,0,0); font-size: 12px; }
.sf_row_success { background-color: rgb(150,255,150); font-size: 12px; }
.sf_row_error { background-color: rgb(255,150,150); font-size: 12px; }
.sf_row0 { background-color: rgb(242,242,242); font-size: 12px; }
.sf_row1 { background-color: rgb(231,231,231); font-size: 12px; }

.sf_row_input {background-color: #fff; border: 1px solid #dee3e9; font-size: 12px; }
.sf_row_input_disabled {background-color: #aaa; border: 1px solid #dee3e9; font-size: 12px; }

.sf_button { background-color: #fff; border: 1px solid #dee3e9; }

ul.sf_ul {list-style-type:none; list-style-image: none}

.sf_required {color: red;}

