div#Login {
	/*text-shadow: 0 1px #777777;*/
	
	background: rgb(211,211,211);
	background:    -moz-linear-gradient(top, rgba(211,211,211,1) 0%, rgba(0,0,0,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(211,211,211,1)), color-stop(100%,rgba(0,0,0,1)));
	background: -webkit-linear-gradient(top, rgba(211,211,211,1) 0%,rgba(0,0,0,1) 100%);
	background:      -o-linear-gradient(top, rgba(211,211,211,1) 0%,rgba(0,0,0,1) 100%);
	background:     -ms-linear-gradient(top, rgba(211,211,211,1) 0%,rgba(0,0,0,1) 100%);
	background:         linear-gradient(top, rgba(211,211,211,1) 0%,rgba(0,0,0,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d3d3d3', endColorstr='#000000',GradientType=0 );
	
}

div#Login #support_text {
	text-align: center;
}

div#Login img {
	display:		block;
	margin-left:	auto;
	margin-right:	auto;
	width:			460px;
	max-width:		100%;
}

div#Login #full_site_link {
	display:		block;
	margin-left:	auto;
	margin-right:	auto;
	text-align:		center;
}

div#Login a {
	color:			#75C018;
	text-shadow:	0 0;
	text-decoration:none;
}

#Login [data-role="fieldcontain"] {
	border-bottom-width: 0px;
};

/*div#Login div#login-password-container {
	margin-top:		10px;
}*/

/*div#Login label {
	vertical-align:	middle;
	padding-bottom:	6px;
}*/