@charset "utf-8";


/* ------------------- Additional ID & Class for Eng Help pages --------------------- */
/* Author: Rattha Pringsulaka */
/* Company: NetCreatic Dot Com CO.,LTD. */


/* --------- Global --------- */

#help {
	font-size: 13px;
	margin: 0 10px 20px;
}

#help h2 {
	font-family: Georgia, serif;
	font-size: 18px;
	font-style: italic;
	color: #6A1A4A;
	margin-bottom: 10px;
	padding-bottom: 3px;
	border-bottom: 1px solid #CCC;
}

#help h3 {
	font-size: 14px;
	margin-bottom: 10px;
	margin-top: 30px;
	font-weight: bold;
	color: #306;
}

#help h4 {
	font-weight: bold;
	color:#CC0000;
}

#help p {
	line-height: 18px;
	margin-bottom: 15px;
}

#help dl, #help ul, #help ol {
	margin-bottom: 10px;
}

#help dt {
	font-family: Georgia, serif;
	font-size: 18px;
	font-style: italic;
	color: #6A1A4A;
	margin-bottom: 10px;
	padding-bottom: 3px;
	padding-top: 20px;
	border-bottom: 1px solid #CCC;
}

#help dd {
	line-height: 18px;
	background: #FFF url(../images/bul_1.gif) no-repeat left center;
	padding-left: 12px;
	margin-left: 10px;
}

#help dl.provincearea {
	width: 50%;
	float: left;
	diaplay: inline;
}

#help dl.provincearea dt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border-bottom: 0;
	font-style: normal;
	font-weight: bold;
	color: #FF9900;
}

#help ul, #help ol {
	margin-left: 20px;
}

#help ul li {
	list-style: disc;
	list-style-position: outside;
	line-height: 18px;
	margin-bottom: 10px;
}

#help ol li {
	list-style: decimal;
	list-style-position: outside;
	line-height: 18px;
	margin-bottom: 10px;
}

/*IE6 & below*/
* html #help ul, * html #help ol {
	margin-top: 10px;
	margin-left: 24px;
}

#help table {
	width: 100%;
	margin: 0 auto 28px auto;
	border-width: 1px 0 0 1px;
	border-style: solid;
	border-color: #E7E7E7;
	text-align: left; /*Fix IE5win Centering Hack*/
	border-collapse: collapse;
}

#help caption {
	display: none;
}

#help th, #help td {
	text-align: center;
	padding: 4px;
	border-width: 0 1px 1px 0;
	border-style: solid;
	border-color:#E7E7E7;
}

#help th {
	font-weight: bold;
	color: #996699;
	background-color: #F1F1F1;
}


/*--------------- Customer Service Form ----------------*/

#frmRequest { margin-top: 10px; }
#frmRequest fieldset div { width: 100%; float: left; margin-top: 6px; }

#frmRequest label { float: left; width: 200px; font-weight: bold; text-align: right; margin-right: 6px; }
#frmRequest .txtbox, #frmRequest a, #frmRequest input, #frmRequest img { float: left; }

#frmRequest .extra { margin: 0; }
#frmRequest .bt_bottom { float: left; margin-top: 10px; margin-bottom: 20px; }

#inpCaptcha { margin: 0 6px; }
#frmRequest img { margin: 0; }

