body {
	background:url(../images/popup/bg.gif) top repeat-x;
	margin:0;
	padding:0;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:1em;
}

.hide {
	position:absolute;
	left:-9999px;
}

.clear, .clear-left, clear-right {
	font-size:2px;
}


.clear {
	clear:both;
}

.clear-left {
	clear:left;
}

.clear-right {
	clear:right;
}

#header-bg {
	background:url(../images/popup/logo.gif) top center no-repeat;
	width:100%;
}

#header {
	width:364px;
	height:73px;
	margin:0 auto;
	padding:39px 0 0 292px;
}

#content {
	width:616px;
	margin:0 auto;
	font-size:0.8em;
	color:#666;
}

h1 {
	margin:0 0 15px 0;
	color:#ff8532;
	font-weight:normal;
	font-size:1.5em;
}

h2 {
	margin:0 0 5px 0;
	color:#ff8532;
	font-weight:normal;
	font-size:1.2em;
}

a {
	color:#c30;
}

a:hover {
	color:#ff6501;
}

.footer {
	width:616px;
	margin:15px auto;
	font-size:10px;
	color:#666;
	padding:15px 0;
	border-top:1px dotted #ccc;
	text-align:right;
}

	.footer a {
		padding-left:14px;
		color:#c30;
		background:url(../images/link-arrow.gif) left no-repeat;
	}
	
	.footer a:hover {
		color:#ff8532;
	}
	
.refHighlight {
	color:#000;
	font-weight:bold;
}
