.htmlform form  {
	background: -webkit-gradient(linear, bottom, left 175px, from(#CCCCCC), to(#EEEEEE));
	background: -moz-linear-gradient(bottom, #CCCCCC, #EEEEEE 175px);
	margin:auto;
	position:relative;
	width:380px;
	height:300px;
	font-family: Arial,Tahoma, Geneva, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #101010;
	text-decoration: none;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding:30px;
	border: 1px solid #999;
	border: inset 1px solid #333;
	-webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
}

.htmlform input[type="checkbox"]  {
	line-height: 14px;
}

.htmlform input[type="text"], input[type="password"]    {
	width:380px;
	display:block;
	border: 1px solid #999;
	height: 25px;
	-webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
}
.htmlform h2 {
	line-height: 18px;
	font-size: 16px;
}
body {
	margin-top: 125px;
	background-color: #FAFAFA;
}
.tagline {
	bottom: 40px;
	height: 30px;
	left: 0;
	position: absolute;
	width: 100%;
	text-align: center;
	font-family: Arial,Tahoma, Geneva, sans-serif;
	font-size: 9px;
	color: #404040;
}
.langline {
	width: 100%;
	text-align: center;
	font-family: Arial,Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #404040;
}
#reason {
	line-height: 12px;
	color: red;
	text-align: center;
	font-weight: bold;
	margin-bottom: 10px;
}

.html_login_submit {
	font-family: Arial,Tahoma, Geneva, sans-serif;
	font-size: 12px;
}

@media screen and (max-height: 600px) {

	.htmlform form  {
		background: -webkit-gradient(linear, bottom, left 175px, from(#CCCCCC), to(#EEEEEE));
		background: -moz-linear-gradient(bottom, #CCCCCC, #EEEEEE 175px);
		margin:auto;
		position:relative;
		width:300px;
		height:250px;
		font-family: Arial,Tahoma, Geneva, sans-serif;
		font-size: 10px;
		line-height: 14px;
		color: #101010;
		text-decoration: none;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		border-radius: 10px;
		padding: 0 30 10 30;
		border: 1px solid #999;
		border: inset 1px solid #333;
		-webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
		-moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
		box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
	}

	.htmlform input[type="checkbox"]  {
		line-height: 12px;
	}

	.htmlform input[type="text"], input[type="password"]    {
		width:280px;
		display:block;
		border: 1px solid #999;
		height: 13px;
		font-size: 10px;
		-webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
		-moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
		box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
	}
	.htmlform h2 {
		line-height: 14px;
		font-size: 12px;
	}
	body {
		margin-top: 10px;
		background-color: #FAFAFA;
	}
	.tagline {
		bottom: 30px;
		height: 30px;
		left: 0;
		position: absolute;
		visibility: hidden;
		width: 100%;
		text-align: center;
		font-family: Arial,Tahoma, Geneva, sans-serif;
		font-size: 9px;
		color: #404040;
	}

	.langline {
		width: 100%;
		text-align: center;
		font-family: Arial,Tahoma, Geneva, sans-serif;
		font-size: 9px;
		color: #404040;
	}
	#reason {
		line-height: 10px;
		color: red;
		text-align: center;
		font-weight: bold;
		margin-bottom: 10px;
	}

}