@charset "UTF-8";
/* HOME PAGE */

#faqPage, #howPage, #privacyPage, #termsPage {
	background:transparent url(../images/tpl/can_bg_for_panels.gif) no-repeat scroll 0 0;
font-family:Arial,Helvetica,sans-serif;
height:350px;
left:20px;
margin:20px auto;
padding:56px 20px 10px 185px;
position:relative;
width:460px;
}

#privacyPage, #termsPage {
	background:transparent url(../images/tpl/can_bg_for_panels2.gif) no-repeat scroll 0 0;
}

#toTop {
	position: absolute;
	top: 85px;
	left: 282px;
	font-size: 0.75em;
}

div#textContent {
	height: 200px;
overflow:auto;
width:425px;
}

div#faqPage h1, div#howPage h1, div#privacyPage h1, div#termsPage h1 {
	color:#000000;
	font-size:1.7em;
	font-style:italic;
	margin-bottom:5px;
	margin-top:10px;
	padding:0;
	text-transform:uppercase;
}

div#textContent h2 {
	font-size:0.95em;
	margin-bottom:0;	
	color: #000000;
	text-transform:capitalize;
}

div#textContent p, div#textContent li {
	color: #000000;
	font-size:0.725em;
	line-height:1.3em;
}

#closeButton {
	border:0 none;
height:35px;
position:absolute;
right:61px;
top:15px;
width:35px;
}

.backLink {
	left: 460px;
	top: 30px;

}

.smallPara {
	font-size: 0.6em !important;
}