/* ÅØ½ºÆ® ¸Þ´º¹Ù CSS3 : IE9.0 ÀÌ»ó¿¡¼­ Àû¿ë °¡´É*/

.navcls {
	font-size:13px;
	font-weight:bold;
	color:#FFF;
	width:141px;
	line-height:30px;
	float:left;
	text-align:center;
	background:#808646;
	border-radius:  10px 0 / 10px 0;

	-moz-box-shadow: 0px 1px 5px #000000;
	-webkit-box-shadow: 0px 1px 5px #000000;
	box-shadow: 0px 1px 5px #000000;

	transition:All 1s ease;
	-webkit-transition:All 1s ease;
	-moz-transition:All 1s ease;
	-o-transition:All 1s ease;

	-webkit-transform: translate(0px, 0px) rotate(0deg) scale(1);
	-moz-transform: translate(0px, 0px) rotate(0deg) scale(1);
	-o-transform: translate(0px, 0px) rotate(0deg) scale(1);
	-ms-transform: translate(0px, 0px) rotate(0deg) scale(1);
	transform: translate(0px, 0px) rotate(0deg) scale(1);
}
.navcls:hover {
	transform: rotate(0deg) scale(1.1) skew(1deg) translate(0px);
	-webkit-transform: rotate(0deg) scale(1.1) skew(1deg) translate(0px);
	-moz-transform: rotate(0deg) scale(1.1) skew(1deg) translate(0px);
	-o-transform: rotate(0deg) scale(1.1) skew(1deg) translate(0px);
	-ms-transform: rotate(0deg) scale(1.1) skew(1deg) translate(0px);
}

table {
	font-size:12px;
}

image {
	border:none;
}

A:link {color:#000000}
A:active {color:#FFFF66}
A:visited {color:#000000}
A {text-decoration:none}

body, html{overflow-x:hidden;}

#right_banner {
	position: fixed;
	width: 150px;
	height: 200px;
	top: 450px;
	right: 50%;
	margin-right: -555px;
}

#msg_screen	{ text-align:center; position:relative; margin:0px 0 0 0; }
#msg_window	{ border:none; width:164px; height:101px; background:transparent; font:12px/1.4em ±¼¸²Ã¼; color:#000000; overflow:hidden; padding:0px; }
#msg_max		{ position:absolute; left:34px; top:10px; width:103px; height:63px; font-size:11px; color:#000000; text-align:center; cursor:text; }
#max_byte		{ margin:0; padding:8px 0 3px 0; font-size:11px; color:#000000; }
