/* number of records inside h3 header */

h3 span {
    overflow: hidden;
}

h3 em {
    font-style: normal;
}

h3 em.text {
    width: 60%;
    float: left;
}

h3 em.count {
    width: 39%;
    float: right;
    text-align: right;
}


/* search form */

#search_params {
    margin: 10px 0 0 2px;
    width: 773px;
    background: url(/images/search-box-top.gif) no-repeat top left;
}

#search_params_l2 {
    position: relative;
    top: 0;
    left: 0;
    width: 773px;
    padding: 0 0 15px 5px;
    background: url(/images/search-box-bottom.gif) no-repeat bottom left;
    overflow: hidden;
}

#search_params_l3 {
    width: 773px;
    overflow: hidden;
}

div.fbox {
	float: left;
    display: inline;
    margin: 9px 3px 0 10px;
    width: auto;
}

input, select {
    font-size: 11px;
}

div.checkbox label {
    font-weight: bold;
}

#fbox_so_age input {
    width: 20px;
}

#so_country, #so_state {
    width: 160px;
}

#fbox_so_gender {
    width: 70px;
}

#fbox_so_seek_gender {
    width: 70px;
}

#fbox_so_age {
    width: 75px;
}

#fbox_so_country {
    width: 160px;
}

#fbox_so_state {
    width: 160px;
}

#fbox_so_city input {
    width: 127px;
}

#fbox_so_tags input {
    width: 185px;
}

#fbox_so_tags {
    width: 188px;
}

#fbox_so_photos {
    width: 130px;
}

#fbox_so_online {
    width: 95px;
}

#fbox_so_gh {
    width: 175px;
}

div.checkbox {
    margin: 28px 0 0 14px;
}

#btn_search {
	float: left;
    display: inline;
    margin: 15px 0 0 16px;
}
