﻿* {  font-family:"微軟正黑體",'Arial'; font-size:16px; line-height:150%; }
body { background-color:#FFFFFF; margin:0px; padding:0px; }

form { margin:0px; padding:0px; }

a { /*font-size: 12px;*/ text-decoration:none; color:#0066cc;}
a:hover {color:#cc0000;}

.red { color:#F00; }

.bg_white { background-color:#FFF; }
.bg_blue { background-color:#EFFFFF; }
.bg_red { background-color:#FFEEEE; }
.bg_green { background-color:#EEFFEE; }
.bg_yellow{ background-color:#FFFFCC; }

.div_main {
	width:770px; padding:20px; margin:auto; background-color:#F9FFFF;
	border:#900 solid 2px;
	border-radius: 20px;
}
.div_showname { text-align:center; font-size:20px; font-weight:bold; margin:10px; }
.div_title { text-align:center; font-size:20px; margin:10px; }
.div_area { margin:10px 0px; }
.div_login { width:450px; padding:10px; margin:auto; border:#990000 double 3px; background-color:#FFD; text-align:center; }

.css_btn_class {
	cursor:pointer;
	font-size:16px;
	font-family:"微軟正黑體",Arial;
	font-weight:bold;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px;
	border:1px solid #337fed;
	padding:9px 18px;
	text-decoration:none;
	background:-moz-linear-gradient( center top, #3d94f6 5%, #1e62d0 100% );
	background:-ms-linear-gradient( top, #3d94f6 5%, #1e62d0 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#3d94f6', endColorstr='#1e62d0');
	background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #3d94f6), color-stop(100%, #1e62d0) );
	background-color:#3d94f6;
	color:#ffffff;
	display:inline-block;
	text-shadow:1px 1px 0px #1570cd;
 	-webkit-box-shadow:inset 1px 1px 0px 0px #97c4fe;
 	-moz-box-shadow:inset 1px 1px 0px 0px #97c4fe;
 	box-shadow:inset 1px 1px 0px 0px #97c4fe;
}.css_btn_class:hover {
	background:-moz-linear-gradient( center top, #1e62d0 5%, #3d94f6 100% );
	background:-ms-linear-gradient( top, #1e62d0 5%, #3d94f6 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#1e62d0', endColorstr='#3d94f6');
	background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #1e62d0), color-stop(100%, #3d94f6) );
	background-color:#1e62d0;
}.css_btn_class:active {
	position:relative;
	top:1px;
}