﻿body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background: #eeeeee url(images/bg2.png) top center no-repeat;
}
a:link {
	color: #ffffff;
}
a:visited {
	color: #ffffff;
}
a:hover {
	color: #ffffff;
}
a:active {
	color: #ffffff;
}
form{margin:0px; padding:0px;}

 /*????????*/
.divmain_login {
	font-size:12px;
	font-weight:normal;
	height:680px;
	width:100%;
	margin:0; padding:0;
}
.loginform{
	height:450px;
	width:600px;
	margin-top:165px;
	position:relative;
}
.divlogin_login {
	top:160px;
	width:300px;
	height:180px;
	left:200px;
	position:absolute
}
.input {
	padding:10px 10px;
	border:1px solid #d5d9da;
	border-radius:5px;
	box-shadow: 0 0 5px #e8e9eb inset;
	width:200px; /* 400 (parent) - 40 (li margins) -  10 (span paddings) - 20 (input paddings) - 2 (input borders) */
	font-size:1em;
	outline:0; /* remove webkit focus styles */
}
.submit{
	text-shadow:1px 1px 0 rgba(255,255,255,0.4);
	text-decoration:none !important;
	white-space:nowrap;
	display:inline-block;
	vertical-align:baseline;
	position:relative;
	cursor:pointer;
	padding:10px 20px; 
	background-repeat:no-repeat;
	background-position:bottom left;
	background-image:url('img/button_bg.png');
	background-position:bottom left, top right, 0 0, 0 0;
	background-clip:border-box;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px;
	-moz-box-shadow:0 0 1px #fff inset;
	-webkit-box-shadow:0 0 1px #fff inset;
	box-shadow:0 0 1px #fff inset;
	-webkit-transition:background-position 1s;
	-moz-transition:background-position 1s;
	transition:background-position 1s; font-size:14px;
	color:#525252 !important;
	border:1px solid #a5a5a5 !important;	
	background-color: #a9adb1;
	background-image:url('img/button_bg.png'), url('img/button_bg.png'), -moz-radial-gradient(center bottom, circle, rgba(197,199,202,1) 0,rgba(197,199,202,0) 100px),-moz-linear-gradient(#c5c7ca, #92989c);
	background-image:url('img/button_bg.png'), url('img/button_bg.png'), -webkit-gradient(radial, 50% 100%, 0, 50% 100%, 100, from(rgba(197,199,202,1)), to(rgba(197,199,202,0))),-webkit-gradient(linear, 0% 0%, 0% 100%, from(#c5c7ca), to(#92989c));
	}
.submit:hover{
	background-position:top left;
	background-position:top left, bottom right, 0 0, 0 0;
	background-color:#ec0404;
	background-image:url('img/button_bg.png'), url('img/button_bg.png'), -moz-radial-gradient(center bottom, circle, rgba(241,192,52,1) 0,rgba(241,192,52,0) 100px),-moz-linear-gradient(#ec0404, #ff0000);
	background-image:url('img/button_bg.png'), url('img/button_bg.png'), -webkit-gradient(radial, 50% 100%, 0, 50% 100%, 100, from(rgba(241,192,52,1)), to(rgba(241,192,52,0))),-webkit-gradient(linear, 0% 0%, 0% 100%, from(#ec0404), to(#ff0000));
}
.submit:active{
	bottom:-1px;
}
.input_yz{width:100px; height:20px; border:1px solid #7F9DB9; padding:0; margin:0;}
.btn{
	width:100px;
	height:40px;
	color:orange;
        background:black;
	border:0px;
	cursor:pointer;
	padding:0 0 4px 0;
        padding:2px 0 0 0;
        font-size:12px;
}

.btn_over{
	width:100px;
	height:40px;
	color:#2a4a61;
	border:0;
        background:orange;
	cursor:pointer;
	padding:0 0 4px 0;
        padding:2px 0 0 0;
        font-size:12px;
}

.divlogin_login  td{font-size:12px;	font-weight:bold;color:#2a4a61;line-height:120%;} 
.divbot_login {
	font-size: 10pt;
	color: #79a9c8;
	height:35px;
}
.logobox {margin-top:6%;width:490px;height:auto;margin-left:auto;margin-right:auto;text-align:center;}
.inputbox {width:500px; height:35px;font-size:30px;vertical-align: middle;border-size:1px;border-color:black}
.nrboxx {width:610px;margin-top:50px;margin-left:auto;margin-right:auto;}
/*????????*/
@media screen and (max-width: 800px) { 
.logobox {margin-top:50px;width:320px;height:auto;margin-left:auto;margin-right:auto;text-align:center;}
.inputbox {width:80%; height:40px;font-size:30px;border-size:1px;border-color:black}
.btn {
	background: black;
	border: 0px;
	width: 81%;
	height: 40px;
	color: orange;
	margin-top: 5px;
}
.btn_over{
	margin-top: 5px;
	width:81%;
	height:40px;
	color:#2a4a61;
	border:0;
        background:orange;
	cursor:pointer;
	padding:0 0 4px 0;
        padding:2px 0 0 0;
        font-size:12px;
}
.nrboxx {width:80%;margin-left:auto;margin-right:auto;}
} 
