
/* common Style */

* { word-wrap:break-word; outline:none; }
body { cursor:default; color:#555; font:12px ËÎÌå,Arial; background:#FFF; }
body, div, ol, ul, li, img, p, em, span, form, select, input, option, textarea, fieldset { margin:0; padding:0; }
input, textarea, select, button { color:#555; font:12px "Lucida Grande", Verdana, Lucida, Helvetica, Arial, "ËÎÌå", sans-serif; }
ul { list-style: none;}
em, cite, th { font-style:normal; font-weight:normal; }
h1, h2, h3, h4, h5, h6 { margin:0; padding:0; font-size:12px; }
a { color:#3C3B3D; text-decoration:none; }
	a:hover { color:#FF8300; text-decoration:underline; }
	a img { border: none;}
li a { color:#24619D; text-decoration:none; }
table { empty-cells:show; border-collapse:collapse; }

/*.head a:active, .menu a:active { blr:expression(onfocus=function(){this.blur()});}*/
:focus { outline: none;}

/* form */
textarea, input, select{ padding:2px; border:1px solid; border-color:#666 #CCC #CCC #666; background:#F9F9F9; color:#333; }

/* message box */
.message { text-align:left; margin:130px auto 0; padding:15px 10px; width:560px; border:1px solid #DBC796; }
	.message .promptsub { padding:3px 0 0 40px; width:520px; height:33px; background:url(../images/common/message_info.gif) no-repeat; }
		.message .promptsub h1 { padding:8px 0 0 16px; width:504px; height:21px; color:#FC0; background:#444 url(../images/common/message_info.gif) no-repeat 0 -198px; }
	.message .promptstr { margin-top:3px; padding:35px 10px; width:540px; color:#222; background:#DFDEDE; text-align:center; line-height:22px; }
	.message .copyright { margin-top:5px; text-align:center; font:12px Tahoma, Helvetica, Arial, "ËÎÌå", sans-serif;}
	.message .copyright em { font-weight:600; color:#F60; }
	.message .copyright a { color:#24619D; }

/* ErrorDocument */
.http404 { text-align:left; color:#333; margin:70px auto 0; width:680px; border:1px solid #FC9; }
	.http404 .img404 { width:100%; height:100px; border-top:5px solid #F93; background:url(../images/common/http404.gif) no-repeat center bottom; }
	.http404 .info404 { width:598px; margin:18px auto 0; }
		.http404 .info404 h1 { font-weight:normal; padding:1px 0 0 30px; background:url(../images/common/title.gif) no-repeat 0 center; }
		.http404 .info404 h2 { margin-bottom:12px; color:#F60; }
		.http404 .info404 ul { margin:22px auto 25px; width:538px; font:12px "Lucida Grande", Verdana, Lucida, Helvetica, Arial, "ËÎÌå", sans-serif; }
			.http404 .info404 ul li { margin-left:12px; list-style:disc inside; line-height:22px; }

/* FontSize */
.font12, .font12 a { font-size:12px; }
.font13, .font13 a { font-size:13px; }
.font14, .font14 a { font-size:14px; }
.font16, .font16 a { font-size:16px; }


