body { font-family: Arial,Helvetica,sans-serif; color:#545454; margin: 0; padding: 0;}
a { text-decoration: none; color: #0a69c5; font-size:12px;}
a:hover, a:focus { text-decoration: underline; outline:none; }
a:active { outline:none;}
img { border: none; }
#wrapper { width: 973px; margin: 0 auto;}
h1{font-size:20px; color:#333}

/*login input*/
.login-box{margin-top:20px; font-size:13px; color:#555;}
.login-box h1{font-size:20px; color:#333; font-weight:normal;}


input[type=text],input[type=password]{
	font-size:14px;
	color:#555;
	background-color: #ffffff;
	margin-top:5px;
	border: 1px solid #c0c0c0;
	width: 320px;
	height: 28px;
	line-height:28px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

/*Red Button*/
.css_btn_red {
	min-width:80px;
	font-size:14px;
	font-weight:bold;
	font-family:Arial;
	font-weight:normal;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	border:1px solid #d83526;
	padding:4px 12px;
	text-decoration:none;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #fe1a00), color-stop(100%, #ce0100) );
	background:-moz-linear-gradient( center top, #fe1a00 5%, #ce0100 100% );
	background:-ms-linear-gradient( top, #fe1a00 5%, #ce0100 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fe1a00', endColorstr='#ce0100');
	background-color:#fe1a00;
	color:#ffffff;
	display:inline-block;
}.css_btn_red:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #ce0100), color-stop(100%, #fe1a00) );
	background:-moz-linear-gradient( center top, #ce0100 5%, #fe1a00 100% );
	background:-ms-linear-gradient( top, #ce0100 5%, #fe1a00 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ce0100', endColorstr='#fe1a00');
	background-color:#ce0100;
}.css_btn_red:active {
	position:relative;
	top:1px;
}