@charset "UTF-8";
/* CSS Document */

* { margin:0px; border:none; padding:0px; outline: none; }
body {
	width:100%;
	display:block;
	background: url(../images/terms_popup_bckgrd_solid.gif) repeat-x 0px 0px;
	padding: 0px;
	color:#333333;
	font-family:Helvetica,Arial,sans-serif;
	font-size:12px;
	line-height:1.6;
}


#header {
	background: url(../images/terms_popup_bckgrd.gif) no-repeat 0px 0px;
	height: 71px;
	position: relative;
	margin-bottom: 30px;
}
#close {
	position: absolute;
	top: 15px;
	right: 15px;
}
#close a,
#close a:link
#close a:visited
 {
	line-height:8px;
	background: url(../images/bio_PopUp_close_off.gif) no-repeat 0px 0px;
	height: 12px;
	width: 99px;
	display: block;
	text-indent: -9999px;
	cursor:pointer;
}
#close a:hover { background: url(../images/bio_PopUp_close_on.gif) }

#content {
	padding: 0 60px;
	
}
