@charset "utf-8";
/* CSS Document */

.ui-defpage-vehicle-lookup { overflow:hidden;display:none;}
.ui-defpage-vehicle-lookup-form { overflow:hidden;display:inline-block;}
.ui-defpage-vehicle-lookup-form .selectlookup {width:220px;}
.ui-defpage-vehicle-lookup-form .ui-defpage-lookup {margin:6px 4px;}
.ui-defpage-vehicle-go-button {float:right; display:block; margin-bottom:6px; margin-right:4px;}

.ui-defpage-vehicle-lookup-title {
font-size:14px;
height:20px;
margin-bottom:4px;
padding:2px;
text-align:left;
}


/* this is the class for the disabled select box*/
.ui-defpage-vehicle-lookup-form .selectlookup:disabled {
color:#999999;
}

/* this is the class for the select box when is loading data via ajax*/
/* this is the class for the select box when is loading data via ajax*/
.busy {
background:#FFFFFF url(img/ajax-loader.gif) no-repeat scroll 1px 1px !important ;
padding:0px 0px 0px 18px !important;
margin:0;
}

.busy option{
padding:0px 0px 0px 18px !important;
}