.formline {
    margin: 5px 0px;
    float: left;
    clear: both;
    width: 330px;
}
.formline LABEL {
    width: 100px;
    display:block;
    float: left;
    text-align:right;
}
.formline2 {
    width: 100%;
    float:left;
    clear:both;
    padding: 4px 0px;
}
.formline2 LABEL {
    width: 120px;
    display:block;
    float: left;
    text-align:right;
    margin-right: 5px;
}

.simpleform {
    margin: 10px;
}

.line_error {
    color: red;
}

.hotcolor {
	color:#45963d;
        font-weight: bold;
}
#counters IMG {
	margin-left:10px;
}
#counters DIV {
    float:right;
    height:35px;
}

#udl_filter {
    margin-bottom: 3px;
}

.fr {
    float:right;
}
.fl {
    float:left;
}
