.nglogin label
{
	font: 15px 'Trebuchet MS','Lucida Grande','Lucida Sans Unicode','Lucida Sans',Tahoma,sans-serif;
	color: #ebebeb;
	float: left;
	display: block;
	padding: 5px 5px 5px 0;
}

.nglogin .ngloginerror
{
	color: #a65856;
	padding: 10px;
	text-align: center;
	font-weight: bold;
	margin: 5px 0 20px 0;
	color: #a65856;
}


.nglogin input[type=email], .nglogin input[type=password]
{
	border-color: #dddcdc;
	border-width: 1px;
	border-style: solid;
	padding: 4px 10px 4px 10px;
	background: #ffffff;
	font: 12px 'Trebuchet MS','Lucida Grande','Lucida Sans Unicode','Lucida Sans',Tahoma,sans-serif;
	color: #000000;
	box-shadow: 3px 3px 3px rgba(0,0,0,0.0);

	display: block;
	float: left;
	margin: 0 0 10px 0;
	padding: 4px;

}



.nglogin input[type=submit]
{	
	border-color: #323232;
	border-width: 1px;
	border-style: solid;
	padding: 6px 16px 6px 16px;
	background: url(../../../../../images/gradient/?s=363a42&e=20242c&h=11) repeat-x #20242c;
	font: 12px 'Trebuchet MS','Lucida Grande','Lucida Sans Unicode','Lucida Sans',Tahoma,sans-serif;
	color: #f7f7f7;
	box-shadow: 3px 3px 3px rgba(0,0,0,0.1);
	border-radius: 4px;
	display: block;
	float: right;
	cursor: pointer;
    outline: none;
}

.nglogin input[type=submit]:hover
{	
	border-color: #323232;
	background: #000000;
	font-weight: normal;
	
	font-style: normal;
	
	text-transform: none;
	
	color: #ffffff;
}




.nglogin input, .nglogin select, .nglogin textarea
{
	margin: 0;
}