fieldset {
    font-size: 12px;
}

fieldset p {
    width: 85%;
}

input.searchLimit {
    width: 4em;    
}

input.checkbox
{
	width: auto;
}

fieldset h3 {
    padding-bottom: .3em;
    margin-bottom: .3em;
}

.txtInput{
    width: 12em;
    margin-bottom: .4em;
}

.resultList{
    width: 100%;
    padding: 1em;
}

.resultListItem{
    display: block;
    list-style-type: none;
    line-height: 1em;
    width: 100%;
    background-color: white;
    float: left;
    clear: both;
}

.resultListItem span{
    margin-left: .7em;
    background-color: Transparent;
}

.resultListItem img{
    float: right;
    height: 35px;
    padding: 0px;
    margin: 0px;
}

img.mlsLogo {
    height: 18px;
}

.resultDesc {
    margin-left: 1em;
    margin-right: 1em;
}

.even {
    border-top: 1px solid #cccccc;
    border-bottom: 1px solid #99CCFF;
}

ul.exclusivesList{
    padding: 0px;
    font-size: 10px;
}

li.exclusivesList{
    margin: 0px;
    padding: 0px;
    font-size: 10px;
}

.exclusivesList span{
    width: auto;
    font-size: 10px;
}

span.resultNumber a{
    display: block;
    float: left;
    width: 2em;
    background-color: #99CCCC;
    padding: .4em;
    text-align: right;
}

img.resultThumb{
    height: 35px;
    float: right;
}

.footer{
    font-size: 10px;
    color: #cccccc;
    text-align: center;
}

.exclusives div.form{
    margin-top: -3em;
}

.paginatorBtn {
    width: 8em;
}

.next {
    float: right;
}

.prev {
    float: left;
}
