* {
        margin: 0;
        padding: 0;
        /*z-index: 2;*/
}

img {
        border: none;
}

body {
        background-image: url(/images/template/searchbox.gif);
        background-repeat: no-repeat;
      }
        
.noselect {
        color: #999;
}

.location {
        _width: 220px;
	max-width: 220px;
	min-width: 220px;
	height: 20px;
        font-size: 10pt;
}

.day {
        width: 45px;
        height: 20px;
        font-size: 10pt;
}

.month {
        width: 55px;
        height: 20px;
        font-size: 10pt;
}

.year {
        width: 61px;
        height: 20px;
        font-size: 10pt;
}

.time {
        width: 60px;
        height: 20px;
        font-size: 10pt;
}

.age {
        width: 48px;
        height: 20px;
        font-size: 10pt;
}

#h1 {
        position: absolute;
        top: 0;
        left: 0;
        display: none;
}

#h2 {
        position: absolute;
        top: 90px;
        left: 0;
        display: none;
}

#h3 {
        position: absolute;
        top: 160px;
        left: 0;
        display: none;
}



#country {
        position: absolute;
        top: 57px;
        left: 125px;
}

.labels {
	display:none;

}

#lcountry {
        display: none;
}

#lpickup {
        display: none;
}

#ldropoff {
        display: none;
}

#lfday {
        display: none;
}

#ltday {
        display: none;
}

#lage {
        display: none;
}

#pickup {
        position: absolute;
        top: 86px;
        left: 125px;
}



#dropoff {
        position: absolute;
        top: 115px;
        left: 125px;
}



#fday {
        position: absolute;
        top: 145px;
        left: 125px;
}

#fmonth {
        position: absolute;
        top: 145px;
        left: 174px;
}

#fyear {
        position: absolute;
        top: 145px;
        left: 233px;
}

#ftime {
        position: absolute;
        top: 145px;
        left: 314px;
}

#fat {
        position: absolute;
        top: 110px;
        left: 225px;
        display: none;
}


#tday {
        position: absolute;
        top: 174px;
        left: 125px;
}

#tmonth {
        position: absolute;
        top: 174px;
        left: 174px;
}

#tyear {
        position: absolute;
        top: 174px;
        left: 233px;
}

#ttime {
        position: absolute;
        top: 174px;
        left: 314px;
}

#tat {
        position: absolute;
        top: 135px;
        left: 225px;
        display: none;
}

#lage {
        position: absolute;
        top: 180px;
        left: 0;
        display: none;
}

#age {
        position: absolute;
        top: 202px;
        left: 125px;
        width: 25px;
}

#submit {
        position: absolute;
        top: 243px;
        left: 142px;
        border: 0;
}
#oneway {
        position: absolute;
        top: 209px;
        left: 315px;
}

#agerestrictions {
        position: absolute;
        top: 437px;
        left: 120px;
        border: 0;
}

#onewayrentals {
      z-index: 30;
      top: 242px;
      left: 90px;
      border: #666 1px solid; 
      width: 245px; 
      position: absolute; 
      height: 55px; 
      background-color: white;
      font-size: 8pt;
      display: none;
      }

#agerestrictionsbox {
      z-index: 31;
      top: 360px;
      left: 14px;
      border: #666 1px solid; 
      width: 350px; 
      position: absolute; 
      height: 70px; 
      background-color: white;
      font-size: 8pt;
      display: none;
      }

:focus {
        -moz-outline-style: none;
}

