@charset "utf-8";
body {
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	background-color: #DCEBFC;
}
fieldset {
	background: #FFF;
}

.fieldlegend {
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 14px;
	color: #000;
	background-color: #FFFFFF;
}

.desc {
	font-family: "MS Serif", "New York", serif;
	font-size: 14px;
	font-weight: bold;
}

input {
	font-family: "Times New Roman";
	font-size: 14px;
    width: 10em;
	height: 15px;
}

.Login {
	-moz-box-shadow:inset 0px 1px 0px 0px #999;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf) );
	background:-moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
	background-color:#ededed;
	-webkit-border-top-left-radius:6px;
	-moz-border-radius-topleft:6px;
	border-top-left-radius:6px;
	-webkit-border-top-right-radius:6px;
	-moz-border-radius-topright:6px;
	border-top-right-radius:6px;
	-webkit-border-bottom-right-radius:6px;
	-moz-border-radius-bottomright:6px;
	border-bottom-right-radius:6px;
	-webkit-border-bottom-left-radius:6px;
	-moz-border-radius-bottomleft:6px;
	border-bottom-left-radius:6px;
	text-indent:0px;
	border:1px solid #999;
	display:inline-block;
	color:#777777;
	font-family:Times New Roman;
	font-size:13px;
	font-weight:bold;
	font-style:normal;
	height:20px;
	line-height:15px;
	width:70px;
	text-decoration:none;
	text-align:center;
	text-shadow:1px 1px 0px #dfdfdf;
}
.Login:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed) );
	background:-moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed');
	background-color:#468ccf;
}
.Login:active {
	position:relative;
	top:1px;
}