#tour{
background-image:url(images/tour/tour-left.jpg);
background-repeat:no-repeat;
height:48px;
float:left;
}
*html #tour{
width:580px;
}
#tour form{

display:block;
width:100%;
padding:14px 6px 14px 10px;
background-image:url(images/tour/tour-right.jpg);
background-repeat:no-repeat;
background-position:right top;


}
#tour input.name{
background-image:url(images/tour/input.jpg);
background-repeat:no-repeat;
background-position:left top;
border:none;
width:145px;
height:24px;
padding:5px 5px 4px 5px;
font-size:12px;
margin:0px 10px 0px 4px;
}
#tour select{
background-image:url(images/tour/select.jpg);
background-repeat:no-repeat;
background-position:left top;
border:none;
width:145px;
height:23px;
padding:5px 3px 4px 5px;
font-size:12px;
margin:0px 12px 0px 4px;

}
*html #tour select{
position:relative;
top:2px;
left:4px;
}
#tour .part{
float:left;
font-size:11px;
}

#tour input.submit{
margin:1px 0px 0px 2px;
font-size:13px;
}

*html .iehack{
position:relative;
top:-4px;
}
