@charset "utf-8";
body,td,th,select{
	font-family:돋움;
	font-size: 12px;color:#666666;
	line-height:18px;
}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color:#26291e;

} 

a:link {COLOR: #8d8d8d; TEXT-DECORATION: none}
a:visited {COLOR: #8d8d8d; TEXT-DECORATION: none}
a:hover {color:#3bb1e8; TEXT-DECORATION: none}
a:active {COLOR: #8d8d8d; TEXT-DECORATION:none}

img{border:none}

.main{
	background:url(../images/bg_new.jpg) no-repeat center top;
	background-color:#26291e;
}

.allbg{
	
	width:980px;
}
.baner{
	margin-right:20px;
	background:url(../images/bnbg2.png) ;
	margin-bottom:20px;
}
.bntext{
	color:#c7d795;
}
.select{
	width:134px;
	height:24px;
}
.input{
	width:134px;
	height:19px;
}
.end{
	width:100%;
	height:103px;
	background:url(../images/endbg.gif) repeat-y;
}
.endtext{
	padding-top:5px;
	font-size:11px;
}
.subbg{
	background:url(../images/subbg.jpg) #26291e;

}
.cont{
	background:url(../images/subcbg.gif) #ffffff;
	width:778px;
}
.subend{
	margin-left:210px;
}




/* Button Reset */
.button,
.button a,
.button button,
.button input { position:relative; margin:0; display:-moz-inline-stack; display:inline-block; text-decoration:none !important; border:0; font-size:12px; font-family:Tahoma, Sans-serif; white-space:nowrap; background:url(../img/buttonWhite.gif) no-repeat; overflow:visible; color:#fff;}
.button { height:23px; padding:0; vertical-align:middle; margin-right:2px; background-position:left top; color: #FFF;}
.button a,
.button button,
.button input{ left:2px; vertical-align:top; cursor:pointer; color: #FFF;}

/* Button Size */
.button.large { height:29px; background-position:left -30px; }
.button.xLarge { height:35px; background-position:left -65px; }
.button.small { height:18px; background-position:left -107px; }
.button a,
.button button,
.button input { height:23px; padding:0 10px 0 8px; font-size:12px; line-height:23px; background-position:right top;}
.button.large a,
.button.large button,
.button.large input { height:30px; padding:0 10px 0 8px; font-size:16px; line-height:29px; background-position:right -30px;}
.button.xLarge a,
.button.xLarge button,
.button.xLarge input { height:35px; padding:0 10px 0 8px; font-size:20px; line-height:35px; background-position:right -65px;}
.button.small a,
.button.small button,
.button.small input { height:18px; padding:0 6px 0 4px; font-size:11px; line-height:18px; background-position:right -107px;}

/* Button Text Color */
.button *:hover,
.button *:active,
.button *:focus{ color:#690;}
.button.green,
.button.green a,
.button.green button,
.button.green input { background-image:url(../images/buttonGreen.gif); color:#fff;}
.button.green *:hover,
.button.green *:active,
.button.green *:focus{ color:#ff0;}
.button.black,
.button.black a,
.button.black button,
.button.black input { background-image:url(../images/buttonBlack.gif); color:#fff;}
.button.black *:hover,
.button.black *:active,
.button.black *:focus{ color:#ff0;}
.button.red,
.button.red a,
.button.red button,
.button.red input { background-image:url(../images/buttonRed.gif); color:#fff;}
.button.red *:hover,
.button.red *:active,
.button.red *:focus{ color:#ff0;}
.button.blue,
.button.blue a,
.button.blue button,
.button.blue input { background-image:url(../images/buttonBlue.gif); color:#fff;}
.button.blue *:hover,
.button.blue *:active,
.button.blue *:focus{ color:#ff0;}

/* Button Text Strong */
.button.strong * { font-weight:bold !important;}