h3{
	color:#314987;
}


div#sidePanel{
	float:right;
}
div#phone_panel{
	background:url('/help/images/phone_panel.png') no-repeat;
	height:208px;
	width:290px;
	margin-bottom:20px;
}
div#email_panel{
	background:url('/help/images/email_panel.png') no-repeat;
	height:398px;
	width:290px;
	padding:1px 0;
}
div#email_panel form{
	margin:20px;
	margin-top:210px;
	text-align:right;
}
div#email_panel form input{
	width:100%;
	margin-bottom:5px;
	font-size:16px;
}
div#email_panel form textarea{
	width:100%;
	font-size:16px;
	margin-bottom:10px;
	height:50px;
}
div#email_panel form button{
	margin:5px 0;
	opacity:0.8;
}
div#email_panel form button:hover{
	opacity:1;
}
/*--------------------------------------------------------------------*/
div#mainPanel{
	width:550px;
	
}
div#mainPanel fieldset.box{
	margin-bottom:20px;
}
h2.tutorials_header, h2.faq_header{
	margin-top:0px;
	margin-bottom:10px;
	display:block;
	height:35px;
	padding-bottom:10px;
	background: url('/help/images/tutorials_header.png') no-repeat;
}
h2.faq_header{
	background-image: url('/help/images/faq_header.png');
}
div.faqs, div.tutorials{
	margin-left:15px;
	
}
div.faqs h3{
	color:#666;
	font-size:14px;
	text-transform:uppercase;
}
div#mainPanel ul{
	margin:0;
	margin-bottom:30px;
	padding:0;
	padding-left:2em;
	font-weight:bold;
	font-size:14px;
	list-style-image: url('/help/images/bullet.png');
}
div#mainPanel li{
	margin:5px 0;
}
div#mainPanel a{
	color:#3359BB;
}

/*--------------------------------------------------------------------*/
div.faqs ul li .answer{
	font-weight:normal;
	-webkit-transition: height 500ms ease-out;
	-moz-transition: height 500ms ease-out;
	height:0;
	overflow:hidden;
}
div.faqs ul li .answer .holder{
	margin:10px 0;
}
div.faqs ul li.show .answer{
	display:block;
}
