.image-float-left {
    float: left;
    border: none;
    padding: 0px 10px 10px 0px;
}
.image-float-right {
    float: right;
    border: none;
    padding: 0px 0px 10px 10px;
}

.ddclass {
    padding-bottom: 10px;    
}

.category_column {
    padding: 0px 10px;
}

.classified_header{
    
}

.classified_list{
    padding: 0px 10px;
}

.classified_footer{
    padding-top: 10px;
    text-align: center;
    margin-bottom: 0px;
}

.categories_table {
    padding: 10px 0px;
}

/* following used in ad_form.php */

.input_headline {
    width: 400px;
}

.character_counter {
    width:25px;
}

.input_textarea {
    width: 400px;
    height: 250px;
}

.largebold {
    font-size: 1.2em;
    font-weight: bold;
    
}

.largeboldred {
    font-size: 1.2em;
    font-weight: bold;
    color: red;
}


.boldred {
    font-weight: bold;
    color: red;
}


.access_code_input_box {
    width: 40px;
}

