@CHARSET "ISO-8859-1";

body {	
}

#loginWrapper {
	position: relative;
	width: 200px;
	height: 345px;
	
	margin: 0 auto;
	padding: 30px 50px;
	
	color: #FFF;
	font-size: 15px;
	
	background: rgb(114,114,114); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(114,114,114,1) 0%, rgba(51,51,51,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(114,114,114,1)), color-stop(100%,rgba(51,51,51,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(114,114,114,1) 0%,rgba(51,51,51,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(114,114,114,1) 0%,rgba(51,51,51,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(114,114,114,1) 0%,rgba(51,51,51,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(114,114,114,1) 0%,rgba(51,51,51,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#727272', endColorstr='#333333',GradientType=0 ); /* IE6-9 */
		
	box-shadow: 0 0 5px #CCC;
	border-radius: 3px;
}

	#loginWrapper #logo {
		text-align: center;
	}
	
	#loginWrapper p {
		color: #727272;
		font-style: italic;
	}

	#loginWrapper label {
		margin: 15px 0 0 0;
	}

	#loginWrapper input {
		margin: 20px 0 0 0;
		width: calc( 100% - 14px );
		-webkit-calc( 100% - 14px );
		
		background: #FFF;
		border: 0px !important;
	}
	
	#loginWrapper input.flatbutton {
		position: absolute;
		bottom: 40px;
				
		width: calc( 100% - 100px );
		#max-width: 210px !important;	/* IE only */
		
		color: #FFF;
		font-weight: bold;
		font-family: Arial;
		font-size: 15px;
		line-height: 30px;
		text-shadow: 0 0 3px #666;
		
		background: #BCCF02;
		border: 0px solid #252525 !important;
		box-shadow: none;
	}
	
#loginFooter {
	margin: 0;
	padding: 5px 0;
	
	color: #333;
	font-size: 11px;
	text-align: center;	
	text-shadow: 0 0 2px #AAA;
}