/* CSS Document */

#panel1 {
	border:4px solid #999999;
	background-color:#FFFFFF;
}

.panel-container {
	position:absolute;
	background-color:transparent;
	z-index:6;
	visibility:hidden;
	overflow:visible;
	width:auto;
	left:260px;
	top:90px;
}

#termsPanel {
	float:left;
	clear:right;
	width:432px;
	visibility:hidden;
	position:absolute;
}

#termsPanel p {
	width:385px;
}

#termsPanel .hd {
	background:url(/images/curve-top-pop.gif) left 2px no-repeat;
	width:430px;
	height:16px;
}

#termsPanel .bd {
	background:url(/images/curve-background-pop.gif) top left repeat-y;
	padding:10px 30px 20px 25px;
	width:380px;
	/*min-height:280px;
	_height:280px;*/
}

#termsPanel .ft {
	background:url(/images/curve-bottom-pop.gif) no-repeat;
	width:430px;
	height:16px;
}

#termsPanel #closeTerms {	
	left:350px;
	top:290px;
	position:absolute;
}
