/* FORMS */

#id_username, #id_password {
	width:180px;
}

/* auth form */
.auth-form label { color:#000; font-size:11px; margin-bottom:4px; margin-top:3px;}
.auth-form input.text-field { width:170px; margin-bottom:8px;}

.auth-form .enter-box { margin-top:7px;}
.auth-form .enter-box a {color:#000; font-size:11px;}
.auth-form .remember-password { margin:3px 0 0 0;}
.auth-form .registration a { font-size:12px;}
.auth-form .registration {margin-top:5px;}
/* end auth form */


/* filter form */

.range-field input{
	width:55px;
}

.filter-info-text input{
	margin:0 5px;
}

#rent_dates_fields input {
	width:63px;
}

#id_currency {
	width:55px;
}

#id_reo_description {
	width:172px;
}

form.filter-form {}

.filter-form label { color:#000; font-size:11px; padding:4px 0 3px;}
.filter-form .form-field input {}
.filter-form .form-field select {width:180px; }

.filter-form input {}
.filter-form input {}
.filter-form .form-row {
    padding: 0 5px 3px 0;
}

.range-field label, .range-field span.field-required-label {
	display:block;
	float:left;
	margin-right:2px;
}

.range-field .field {
	float:left;
}

#id_q {
	width:173px;
}
/* end filter form */
