﻿body {background:#000; color:#FFF; font: 16px/20px FranklinCd,arial; }
.ksign {margin-top:50px;}
.ksign img {margin:0px auto; max-width:100%;}
h2, h4 {margin:0px; padding:0px; font-weight:normal; color:#F15A24;}
h4 {margin:0px; padding:0px; font:20px FranklinCd,arial; color:#F15A24;}
form {margin:0px; font:36px AGothic3,arial; border:none; text-align:center;}
.pass {font:20px AGothic3,arial; border:none; width:200px; background:#FFF; margin-bottom:10px;}

.button {
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-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;
	text-indent:0;
	border:1px solid #dcdcdc;
	display:inline-block;
	color:#4d4b4d;
	font-family:AGothic3;
	font-size:28px;
	font-weight:normal;
	font-style:normal;
	height:40px;
	line-height:40px;
	width:150px;
	text-decoration:none;
	text-align:center;
	text-shadow:1px 1px 0px #ffffff;
}
.button:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed) );
	background:-moz-linear-gradient( center top, #dfdfdf 5%, #ededed 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed');
	background-color:#dfdfdf;
}.button:active {
	position:relative;
	top:1px;
}

.nda_note {max-width:400px; margin:35px auto 10px auto; padding:0px 15px; text-align:center;}
.nda_note a {color:#F15A24;}