/* CSS Document */
html,body {
	margin:0;
	padding:0;
	height:100%; /* needed for container min-height */
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
}

body {
	background-image: url(../../../theme/BG_Pangya07-w.jpg); /*BGãËÁè  BG_Pangya01,BG_Pangya02,BG_Pangya04,BG_Pangya06   àÅ×Í¡ãªéÍÑ¹äË¹¡çä´é ãËé¤ÅÐæ¡Ñ¹*/
	background-position: center top;
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	background-attachment: fixed;
}

div#container {
	position:relative; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */
	width:800px;
	background:#FFFFFF;
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
}

div#header {
	position:relative;
	width:100%;
	top:0; /* stick to bottom */
	background:#FFFFFF;
	height: 180px;
	background-image:url(../images/head.jpg); 
	background-position: center top;
	background-repeat: no-repeat;
}

div#content {
	padding:1em 1em 9em; /* bottom padding for footer */
}

div#footer {
	position:absolute;
	width:100%;
	bottom:0; /* stick to bottom */
	background:#FFFFFF;
	height: 70px;
	background-image:url(../../../../theme/img_footer.jpg);
	background-position: center top;
	background-repeat: no-repeat;
}

.login_textbox {
	width: 160px;	
}

.main-border-blue{
	position:relative;
	background-color:#D6F1B8;
	 -webkit-border-radius: 10px; -moz-border-radius: 10px; -o-border-radius: 10px; border-radius: 10px;
	 height:100%;
	 padding:10px;
}

.btnGreen {
	background-image:url(../../../images/btn_green.png);
	background-color: #FFF;
	width:122px;
	height:42px;
	font: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	cursor: pointer;
	border-style: none;
}

.btnGreen_over {
	background-image:url(../../../images/btn_green_mouseover.png);
	background-color: #FFF;
	width:122px;
	height:42px;
	border-style: none;
	font: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	cursor: pointer;
}
