/* THIS SECTION IS FOR THE FORM POP UP */
#filter {
	display: none;
	position: absolute;
	left: 5px;
	width: 990px;
	height: 575px;
	background-color: #CCA;
	z-index:10;
	opacity:0.5;
	filter: alpha(opacity=50);
}

#box {
	display: none;
	position: absolute;
	top: 25px;
	left: 200px;
	width: 500px;
	height: 200px;
	padding: 48px;
	margin:0;
	border: 1px solid black;
	background-color: #e3dad2;
	z-index:101;
	overflow: none;
}

#box2 {
	display: none;
	position: absolute;
	top: 25px;
	left: 100px;
	width: 600px;
	height: 250px;
	padding: 48px;
	margin:0;
	border: 1px solid black;
	background-color: #e3dad2;
	z-index:101;
	overflow: none;
}

#boxtitle {
	position:absolute;
	float:center;
	top:0;
	left:0;
	width:596px;
	height:24px;
	padding:0;
	padding-top:4px;
	left-padding:8px;
	margin:0;
	border-bottom:4px solid #424242;
	background-color: #424242;
	color:#e3dad2;
	text-align:center;
}

#boxtitle2 {
	position:absolute;
	float:center;
	top:0;
	left:0;
	width:696px;
	height:24px;
	padding:0;
	padding-top:4px;
	left-padding:8px;
	margin:0;
	border-bottom:4px solid #424242;
	background-color: #424242;
	color:#e3dad2;
	text-align:center;
}

/* THIS SECTION IS FOR THE DESC ROLL OVER */
.xstooltip {
    visibility: hidden; 
    position: absolute; 
    top: 0;  
    left: 0; 
    z-index: 2; 

    font: normal 8pt sans-serif; 
    padding: 3px; 
    border: solid 1px;
}


