/* CSS file */

#carselector_Popup{
display:none;

position:absolute; /* hack for internet explorer 6*/
height:300px;
width:400px;

	


	background-color: white;
	background-repeat: repeat-x;
	background-position: bottom;

z-index:2;
}
body > #carselector_Popup {
	position: fixed;
}
