.login .error
{
	display:block;
	color:red;
	height:30px;
	margin-left:60px;
	
}
.login .clear
{
	height:3px;
}
.login .left
{
	float:left;
	width:300px;
	margin:0px;
}

.login .left form {
	border-top:none;
	text-align: left;
	background: #1e5799; /* Old browsers */
	background: -moz-linear-gradient(top,  #1e5799 0%, #207cca 0%, #fefefe 0%, #e1dfda 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1e5799), color-stop(0%,#207cca), color-stop(0%,#fefefe), color-stop(100%,#e1dfda)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #1e5799 0%,#207cca 0%,#fefefe 0%,#e1dfda 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #1e5799 0%,#207cca 0%,#fefefe 0%,#e1dfda 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #1e5799 0%,#207cca 0%,#fefefe 0%,#e1dfda 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #1e5799 0%,#207cca 0%,#fefefe 0%,#e1dfda 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#e1dfda',GradientType=0 ); /* IE6-9 */

}

.login .left form fieldset{
	text-align: left;
	padding:20px 10px;
	border:none;
}
	.login .left form label
	{
		float:left;
		width:60px;
	}
	.login .left form .ic
	{
		float:left;
		width:170px;
	}
	.login .button
	{
		margin:10px 0 10px 60px;
		padding:0 30px;
	}
	.login .button:hover
	{
		background-position:bottom;
	}
	.login .ic input
	{
		background:#ffffff url('/gfx/field-bg.gif') repeat-x left top;
		border:1px solid #D3D3D3;
		padding:3px;
		margin:2px 0;
		width:180px;
	}

	.login .lost
	{
		padding:10px 0 0 60px;
	}
.login .right
{
	float:right;
	width:670px;
	text-align:left;
}
	.login .right .about
	{
		margin:0 0 10px 0;
		font-size:11px;
		line-height:18px;
	}
