body
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	background: #E8E8E8;
	margin: 0px;
	padding: 0px;
}
.login-div
{
	margin: 0 auto;
	margin-top: 35px;
	height: 470px;
	width: 500px;
	background: #E8E8E8;
}
.login-div-l1 {
	/*background: url(../../resources/images/bg_l1.png) repeat;*/
	text-align: center;
	width: 429px;
	height: 337px;
	position: absolute;
	margin-left: 43px;
	margin-top: 70px;
	z-index: 1;
}

.layout
{
	width: 497px;
	/*height: 186px;*/
	height: 468px;
	/*background: url(../../resources/images/nsnow_login.png) no-repeat;*/
	position: absolute;
	/*top: 220px;*/
	z-index:0;
}
.logo
{
	margin-left: 95px;
	/*background-image: url(../../resources/images/tvnow.png) no-repeat;*/
	width: 247px;
	height: 69px;
	border: 0px;
}
.login-form-div
{
	text-align: center;
	margin: 0 auto;
	margin-top: 10px;
}
.login-form
{
	margin-top: 40px;
}
.custom-input
{
	width: 149px;
	height: 25px;
	font-size:12px;
	border: 0px;
	padding: 2px;
	margin-top: 12px;
	/*background: url(../../resources/images/input-layout.png) no-repeat;*/
	background-color:#FFFFFF
	background: -moz-linear-gradient(
		top,
		#ffffff 0%,
		#ffffff 50%,
		#d6d6d6);
	background: -webkit-gradient(
		linear, left top, left bottom, 
		from(#ffffff),
		color-stop(0.50, #ffffff),
		to(#d6d6d6));
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid #FF6600;
	-moz-box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 3px rgba(255,255,255,1);
	-webkit-box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 3px rgba(255,255,255,1);
	text-shadow:
		0px -1px 0px rgba(000,000,000,0.1),
		0px 1px 0px rgba(255,255,255,1);
}
.custom-input:hover{
	width: 149px;
	height: 25px;
	font-size:12px;
	border: 0px;
	padding: 2px;
	margin-top: 12px;
	/*background: url(../../resources/images/input-layout.png) no-repeat;*/
	background-color:#FFFFFF
	background: -moz-linear-gradient(
		top,
		#ffffff 0%,
		#ffffff 50%,
		#d6d6d6);
	background: -webkit-gradient(
		linear, left top, left bottom, 
		from(#ffffff),
		color-stop(0.50, #ffffff),
		to(#d6d6d6));
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid #FF6600;
	-moz-box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 3px rgba(255,255,255,1);
	-webkit-box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 3px rgba(255,255,255,1);
	text-shadow:
		0px -1px 0px rgba(000,000,000,0.1),
		0px 1px 0px rgba(255,255,255,1);
}
.login-box-title
{
	width: 145px;
	margin: 0 auto;
	text-align: left;
}
/*
.login-buttom
{
	width: 80px;
	height: 40px;
	text-align: center;
	background-color:#FFFFFF
	background: -moz-linear-gradient(
		top,
		#ffffff 0%,
		#ffffff 50%,
		#d6d6d6);
	background: -webkit-gradient(
		linear, left top, left bottom, 
		from(#ffffff),
		color-stop(0.50, #ffffff),
		to(#d6d6d6));
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid #FF6600;
	-moz-box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 3px rgba(255,255,255,1);
	-webkit-box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 3px rgba(255,255,255,1);
	text-shadow:
		0px -1px 0px rgba(000,000,000,0.1),
		0px 1px 0px rgba(255,255,255,1);
}
*/

.login-buttom{
	width: 100px;
	height: 35px;
	text-align: center;
	margin-top: 12px;
	border:1px solid #ffad41; -webkit-border-radius: 3px; -moz-border-radius: 3px;border-radius: 3px;font-family:arial, helvetica, sans-serif; padding: 10px 10px 10px 10px; text-shadow: -1px -1px 0 rgba(0,0,0,0.3);font-weight:bold; text-align: center; color: #FFFFFF; background-color: #ffc579;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffc579), color-stop(100%, #fb9d23));
	background-image: -webkit-linear-gradient(top, #ffc579, #fb9d23);
	background-image: -moz-linear-gradient(top, #ffc579, #fb9d23);
	background-image: -ms-linear-gradient(top, #ffc579, #fb9d23);
	background-image: -o-linear-gradient(top, #ffc579, #fb9d23);
	background-image: linear-gradient(top, #ffc579, #fb9d23);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#ffc579, endColorstr=#fb9d23);
}

.login-buttom:hover{
	width: 100px;
	height: 35px;
	text-align: center;
	margin-top: 12px;
	border:1px solid #ff9913; background-color: #ffaf46;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffaf46), color-stop(100%, #e78404));
	background-image: -webkit-linear-gradient(top, #ffaf46, #e78404);
	background-image: -moz-linear-gradient(top, #ffaf46, #e78404);
	background-image: -ms-linear-gradient(top, #ffaf46, #e78404);
	background-image: -o-linear-gradient(top, #ffaf46, #e78404);
	background-image: linear-gradient(top, #ffaf46, #e78404);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#ffaf46, endColorstr=#e78404);
}
.login-buttom:active{
	width: 98px;
	height: 34px;
	text-align: center;
	margin-top: 12px;
	border:1px solid #ff9913; background-color: #ffaf46;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffaf46), color-stop(100%, #e78404));
	background-image: -webkit-linear-gradient(top, #ffaf46, #e78404);
	background-image: -moz-linear-gradient(top, #ffaf46, #e78404);
	background-image: -ms-linear-gradient(top, #ffaf46, #e78404);
	background-image: -o-linear-gradient(top, #ffaf46, #e78404);
	background-image: linear-gradient(top, #ffaf46, #e78404);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#ffaf46, endColorstr=#e78404);
}

.clear
{
	margin-top: 10px;
}
.clear-max
{
	margin-top: 30px;
}