@charset "utf-8";
/* CSS Document */

/* CHANGES THE MAIN HEIGHT OF THE BACKGROUND */
#container_bg {
	width:987px;
	height:auto;
	background:url(../../images/bg_fullcontainer.jpg) no-repeat;
}

/* WHERE ALL CONTENT SHOULD BE PLACED FOR AUTO-STRETCH */
#content_bg {
	background:url(../../images/demo/demo_background.jpg) no-repeat;
	width:960px;
	height:auto;
	margin-left:14px;
	float:left;
	background-color:white;
}

.tip {
	position:absolute;
	top:0px;
	left:0px;
	background:url(../../images/questionbox_01.png) no-repeat;
	color:#666666;
	display:none;
	width:290px;
	height:168px;
}

.tip_contents {
	margin-top:30px;
	margin-left:35px;
	float:left;
	width:230px;
	color:#666666;
	font-size:0.8em;
}

#faq_header {
	margin-left:50px;
	margin-top:30px;
	float:left;
}

#faq_list {
	margin-left:70px;
	float:left;
	width:827px;
	margin-top:20px;
}

.faq_list_header {
	font-size:1.3em;
	color:#6699CC;
	width:827px;
	border-bottom:1px solid #DDDDDD;
	line-height:1.3em;
	margin-top:20px;
}

.faq_list_answer {
	margin-left:20px;
	margin-top:15px;
}

.faq_box {
	border:1px solid #DDDDDD;
	width:786px;
	height:auto;
	padding:20px;
	float:left;
	margin-top:20px;
	margin-left:70px;
	line-height:1.6em;
}