/* สไตล์ ที่เหมือนๆ กัน*/



.input, textarea, select {
	font:11px "Ms Sans Serif";
	color:#333333;
	border-top:1px solid #7a7a7a;
	border-right:1px solid #c4c4c4;
	border-bottom:1px solid #dedede ;
	border-left:1px solid #c3c3c3;
}

.button1 {
	background:url(../images/btn-001.gif) no-repeat;
	width:40px;
	height:17px;
	margin:0; padding:0;
	
	font:11px "Ms Sans Serif";
	color:white;
	
	border:none;
	cursor:hand;
	cursor:pointer;
}	

.button2 {
	background:url(../images/btn-002.gif) no-repeat;
	width:55px;
	height:17px;
	margin:0; padding:0;
	
	font:11px "Ms Sans Serif";
	color:white;
	
	border:none;
	cursor:hand;
	cursor:pointer;
}

.button3 {
	background:url(../images/btn-003.gif) no-repeat;
	width:65px;
	height:17px;
	margin:0; padding:0;
	
	font:11px "Ms Sans Serif";
	color:white;
	
	border:none;
	cursor:hand;
	cursor:pointer;
}

.HeaderForm {
	font:bold 13px "Ms Sans Serif";
	color:#333333;
}

.form_column1 {
	width:110px;
}

.form_column2 {
	color:#333333;
	font:11px "Ms Sans Serif";
	text-align:left;
	padding-left:100px;
	width:200px;
}

.txtRed {
	color:#ff0000;
	font:bold 11px "Ms Sans Serif";
}

.txtRed2 {
	color:#ff0000;
	font:11px "Ms Sans Serif";
}

.txtGray {
	color:#AAAAAA;
	font:11px "Ms Sans Serif";
}

.txtBlack {
	color:#333333;
	font:11px "Ms Sans Serif";
}

.txtBlue {
	color:#002a9c;
	font:11px "Ms Sans Serif";
}

.linkBlue {
	color:#002a9c;
	font:11px "Ms Sans Serif";
}

.linkBlue:hover {
	color:#ff0000;
	font:11px "Ms Sans Serif";
	text-decoration: underline;
}

.formrootmenu {
	font-size:11px;
	color:#a5a5a5;
}

.formrootmenu a{ text-decoration:underline; color:#a5a5a5;}
.formrootmenu a:hover { color:#333333; }


/*For security code (Captcha) */
.box_captcha { 
	width:70px;
	height:30px;
	position:relative;
	background:url(../images/bg1.gif) no-repeat;
}

.box_captcha .c1, .box_captcha .c2, .box_captcha .c3, .box_captcha .c4 { font-family:Arial, Helvetica, sans-serif; font-size:25px; font-weight:normal; color:#999; padding-top:7px; font-style:italic; border:1px solid #ccc;}
.box_captcha .captcha_img { position:absolute; top:0; left:0; z-index:10;}
.box_captcha .c1 { position:absolute;  left:3px; color:#999; z-index:2;}
.box_captcha .c2 { position:absolute;  left:20px; z-index:4;}
.box_captcha .c3 { position:absolute;  left:38px; color:#8f8f8f; z-index:6;}
.box_captcha .c4 { position:absolute; right:3px; color:#999; z-index:8;}
