/*
    GENERAL
*/

#module > div{
    position: relative;
    width: 100%;
}

#block{
    margin-top: 20px;
}

#wantad{
    float: left;
    position: relative;
    width: 730px;
    padding-bottom: 20px;
}

#wantad div{
    position: relative;
}

/* FORM */

.form_head{
    position: relative;
    font-weight: bold;
    text-transform: uppercase;
    margin-top: 20px;
}

.form_block{
    position: relative;
    width: 100%;
}

.form_left, 
.form_center, 
.form_right,
.form_left_center,
.form_center_right{
    position: relative;
    float: left;
    min-height: 15px;
    padding-top: 15px;
    padding-bottom: 10px;
    font-size: 12px;
}

.form_left{
    width: 140px;
    padding-right: 10px;   
}

.form_center{
    width: 350px;
    padding-right: 10px;
}

.form_right{
    width: 220px;
}

.form_right_help{
    padding-top: 2px;

}


.form_left_center{
    width: 490px;
    padding-right: 20px;
}

.form_center_right{
    width: 570px;
    padding-right: 10px;
}


.form_center input[type="text"],
.form_center textarea, 
.form_center select{
    width: 330px;
}

.form_center input[type="submit"], #preview a{
    height: 24px;
    width: 60%;
    font-size: 12px;
    text-align: center;
}

#preview a{
    padding: 5px 10px 2px 10px;
}

.form_center textarea{
    height: 100px;
}

.wantad_result span{
    display: block;
}

/*   INDEX   */

#wantad_results{
    overflow: hidden;
    padding-top: 20px;
    padding-bottom: 20px;
}


    /*
         Search form
    */

#search_wantad > div{
    position: relative;
    float: right;
}

#search_wantad input[type="text"]{
    width: 200px;
    height:16px;
}
 
#search_wantad select{
    width: 150px;
}

    /*
         Results
    */

.result_header{
    height: 75px;
    overflow: hidden;
}

.result_header span{
    display: block;
}

.header_left{
    float: left;
    padding-top: 3px;
    width: 510px;
    padding-right: 10px;
}

.header_center{
    float: left;
    padding-top: 5px;
    padding-right: 10px;
    width: 140px;
}

.header_right{
    float: left;
    padding-top: 5px;
    width: 60px;
}

.header_right .button{
    float: right;
}

.result_body{
    position:relative;
    padding-bottom: 15px;
    clear:both;
}

.body_left{
    float: left;
    position:relative;
    padding-top: 3px;
    padding-right: 10px;
    width: 510px;
}

.body_center{
    float: left;
    position: relative;
    padding-top: 10px;
    padding-right: 10px;
    width: 140px;
}

.body_right{
    float: left;
    position: relative;
    padding-top: 5px;
    width: 60px;
}

/*
    SIDE
*/

#side{
    float: right;
    position: relative;
    width: 230px;

}
