/* CSS Document Prawit wawsri (Pom) V1.0 */
@import url("font.css");/* load font*/
@import url("link.css");/* load link*/
@import url("textbox.css");/* load textbox*/
.body {
    background-color:#EB9BFF;
	margin-left: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	/*border:1px 1px 1px 1px solid #FF7F00;*/
}
.border_info{
	border-top: 3px solid #FF7F00;
	border-right: 5px solid #FF7F00;
	border-bottom: 3px solid #FF7F00;
	border-left: 5px solid #FF7F00;		
	font-family:Tahoma,Bodoni MT,MS Sans Serif;
	font-size: 14px;
	font-weight: none;
	color: #000000;
	text-decoration: none;
	padding:3px 3px 3px 3px ;
	background-color:#FFFFFF;
}
.border_home{
	border-top: 3px solid #FF7F00;
	/*border-right: 3px solid #FF7F00;*/
	border-bottom: 3px solid #FF7F00;
	border-left: 3px solid #FF7F00;		
}
.button_login{
	font-family: Tahoma;
/*	background-image: url(../images/bg_buton.gif);*/
	background:#809820;
	height: 16px;
	width: 52px;
	font-size: 10px;
	font-weight:bold;
	color: #000000;
	margin: 0px;
	padding: 0px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	cursor:hand;
	/*border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	clip: rect(0px,0px,0px,0px);*/
}
.button_register{
	font-family:Tahoma;
	background-image: url(../images/register.jpg);
	height: 16px;
	width: 52px;
	font-size: 10px;
	font-weight:bold;
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	cursor:hand;
	/*border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	clip: rect(0px,0px,0px,0px);*/
}
.button{
	/*margin: 5px 0px 5px 0px; */
	width: 75px; 
	height: 22px; 
	/*border: 1px solid #50ace0; */
	color: #000000; 
	background:#FFAA57;
	/*background-image:url(../images/bg_buton.gif);*/
	border-color:#FFFFFF;
	font-family:Tahoma;
	font:small-caption;
	cursor:hand;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
}
.button_tab1 {
	/*margin: 5px 0px 5px 0px; */
	width: 100px; 
	height: 28px; 
	/*border: 1px solid #50ace0; */
	color: #FFFFFF; 
	background:#0179b9;
	/*background-image:url(../images/t1.gif);*/
	border-color:#FFFFFF;
	font-family:Tahoma;
	font-size:14px;
	font:small-caption;
	cursor:hand;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
.button_tab2 {
	/*margin: 5px 0px 5px 0px; */
	width: 100px; 
	height: 22px; 
	/*border: 1px solid #50ace0; */
	color: #000000; 
	background:#dadada;
	/*background-image:url(../images/t2.gif);*/
	border-color:#FFFFFF;
	font-family:Tahoma;
	font-size:14px;
	font:small-caption;
	cursor:hand;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}


.table_bg{
		text-align:center;
		background-color:#F3F2F1;
}
.bg_color_head{
		background-color:#97B00C;
}
.bg_color_body{
		background-color:#FFC488;
}
/***Logi in admin**/
#Layer1 {
	position:absolute;
	left:30%;
	top:20%;
	width:258px;
	height:123px;
	z-index:1;
}

.bg1{
	background:#F9DFFF;
}
.bg2{
	background:#009900;
}
.bg3{
	background:#FF9900;
}
.bg4{
	background:#9900FF;
}



