
ul.faqlist li {
	list-style-type: decimal;
	font-weight: bold;
	font-color: #313131;
	font-family:Arial;
	padding: 0 0 5px 0;
}
ul.faqlist li.details {
	list-style-type: none;
	padding: 0 0 15px 10px;
	font-weight: normal;
	display: none;
	width: 800px;
	text-align: justify;
	font-size: 9pt;
}

ul.faqlist li em {
	color:#F37013;
	font-weight: bold;
	font-style: normal;
}

ul.faqlist li p {
	padding: 10px 0;
	margin: 0;
}

ul.faqlist li.ttle a {
	color: black;	
}

#legal {
	background: url('http://static-img.myxpass.net/legal.png') 10px center no-repeat;
	height: 14px;
	padding: 20px 0
}

#support_panel {
	padding: 0;
	height: 160px;	
	width: auto;
}
#support_panel a {
	margin-top: 30px;
}
#support_panel_new { float: left; margin-left: 35px; border-right: 1px solid #DADADA; padding-right: 20px;}
#support_panel_view { float: right; margin-right: 35px; }

a {
	color: #F37013;
}

.tabinfos {
	font-size: 8pt;
	width: 100%;
	border-spacing: 1px;
}
.tabinfos a {
	color: #A5311C;
	font-weight: bold;
}
.tabinfos td {
	padding: 4px;
	margin: 0;
	vertical-align: top;
	line-height: 20px;
}
.tabinfos td.header {
	background: #F8A52B;
	font-weight: bold;
	color: white;
	text-align: right;
	width: 150px;
	background: #F9BB39;
}
.tabinfos tr.hor td.header {
	text-align: left;
	width: auto;
	border-top: none;
	border-bottom: none;
}
.tabinfos td {
	background: #E8E8E8;
}

label.error {
    color: red;
    font-weight: bold;
    font-size: 8pt;
}
input.error {
    border: 1px solid red;
}