﻿.login
{
	background: -moz-linear-gradient(top, rgba(86,86,86,1) 0%, rgba(21,21,21,0) 24%, rgba(21,21,21,0) 99%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(86,86,86,1)), color-stop(24%,rgba(21,21,21,0)), color-stop(99%,rgba(21,21,21,0))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(86,86,86,1) 0%,rgba(21,21,21,0) 24%,rgba(21,21,21,0) 99%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(86,86,86,1) 0%,rgba(21,21,21,0) 24%,rgba(21,21,21,0) 99%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, rgba(86,86,86,1) 0%,rgba(21,21,21,0) 24%,rgba(21,21,21,0) 99%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#565656', endColorstr='#00151515',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, rgba(86,86,86,1) 0%,rgba(21,21,21,0) 24%,rgba(21,21,21,0) 99%); /* W3C */
}        

.login .header
{
	margin: 0 auto;

	margin-bottom: 0.5em;
}

.login ul
{
	margin: 0.25em auto;

	width: 90%;
}

.login ul li
{
	margin-bottom: 0.5em;
}

.login ul li label
{
	display: block;
	margin-bottom: 0.25em;
}

.login ul li input
{
	width: 50%;
}  

.login ul li input[type=submit]
{
    width: 25%;
}  

  