@charset "utf-8";


/* ------------------- Additional ID & Class for Thai Help pages --------------------- */
/* Author: Rattha Pringsulaka */
/* Company: NetCreatic Dot Com CO.,LTD. */


/* --------- Global --------- */

#help {
	font-size: 0.81em; /*13px*/
	margin: 0 0.77em; /*0 10px */ 
}

#help h3, #help h4 {
	font-size: 1.15em; /*15px*/
}

#help h4 {
	font-weight: bold;
	margin-bottom: 0.77em; /*10px*/
	padding-top: 0.77em; /*10px*/
	color: #6a0707;
}

#help p {
	line-height: 1.4em;
	margin-bottom: 0.77em; /*10px*/
}

#help dl, #help ul, #help ol {
	margin-bottom: 0.77em; /*10px*/
}

#help dt, #help h3 {
	font-size: 1.15em; /*15px*/
	font-weight: bold;
	margin-bottom: 0.67em; /*10px*/
	color: #613318;
	border-bottom: 1px solid #CCC;
	padding-bottom: 0.2em; /*3px*/
}

#help dt { /*base 15px*/
	padding-top: 1em; /*15px*/
}

#help dd {
	line-height: 1.4em;
	background: #FFF url(../images/bul_1.gif) no-repeat 0 0.54em; /*7px*/
	padding-left: 1em; /*13px*/
	margin-left: 0.77em; /*10px*/
}

#help ul li {
	list-style: disc;
	list-style-position: inside;
	margin-left: 0.77em; /*10px*/
	line-height: 1.4em;
	margin-bottom: 0.77em; /*10px*/
}

#help ol li {
	list-style: decimal;
	list-style-position: inside;
	margin-left: 0.77em; /*10px*/
	line-height: 1.4em;
	margin-bottom: 0.77em; /*10px*/
}


/* Customer Service Form */

#frmRequest {
	margin-top: 0.77em; /*10px*/
}

#frmRequest label{
	float:left;
	width:10.77em; /*140px*/
	font-weight:bold;
	text-align: right;
	margin-right: 0.46em; /*6px*/
}
#frmRequest .txtbox{ margin-bottom:0.2em; /*font-family:Tahoma, "microsoft Sans Serif", sans-serif; font-size:1em;*/ }
#frmRequest .txtarea{ margin-bottom:0.2em; overflow:auto; /*font-family:Tahoma, "microsoft Sans Serif", sans-serif; font-size:1em;*/ }
#frmRequest .bt_bottom{ margin-top:1em; margin-bottom:2em; }


/*-------------- Table in Help -------------*/

#help table { /*13px*/
	border-width: 0 0 1px 1px;
	border-style: solid;
	border-color: #CFC79D;	
	background-color: #FFF;
	margin-top: 0.77em; /*10px*/
	margin-bottom: 0.77em; /*10px*/
}

#help table th, #help table td {
	padding: 0.31em; /*4px*/
	border-width: 1px 1px 0 0;
	border-style: solid;
	border-color: #CFC79D;
}

#help table th {
	background-color: #E0D9B8;
	font-weight: bold;
	text-align: center;
}