* {
	border:0;
	margin:0;
	padding:0
	
}

html {
	height: auto;
}

body {
	background:#292931;
	line-height: 1;
	font-family: ff-unit-web-pro-n4,ff-unit-web-pro,sans-serif;
	font-style: normal;
	font-weight: 400; 
	font-size: 16px;
	color: #4c4c4c;
}

#login_box{
	position: absolute;
	top:10%;
	left:50%;
	margin-left:-170px; 
	width: 300px;
	padding: 3%;
	height:300px;
	-webkit-box-shadow: 0px 2px 10px 1px #191919;
	box-shadow: 0px 2px 10px 1px #191919;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px; 
	background: #fff;
}
.label_login{
	clear: both;
	font-size:1.3em;
	color:#999999;
}

.input_login{
	clear: both;
		width:100%;
	height:25px; 
	font-size:15px;
	border:solid 1px #ccc;
	padding: 2px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px; 
}
.input_button {
	clear: both;
	border-width:1px; 
	border-style:solid; 
	border-color:#ed6502 #a04300 #a04300 #ed6502; 
	padding:0 7px 1px 7px; background:#ffac47 url(../images/interface/buttons/btn_bg.gif) repeat-x 0 100%; 
	color:#fff; 
	font-weight:bold; 
	font-size:0.9em; 
	cursor:pointer; 
	text-align:center !important; white-space:nowrap; 
}

.awesome:link {
	text-decoration: none;
	color:#fff;
}

.awesome, .awesome:visited {
	background: #222 url(/images/alert-overlay.png) repeat-x; 
	display: inline-block; 
	padding: 5px 10px 6px; 
	color: #fff; 
	text-decoration: none;
	border-radius: 5px;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
	border-bottom: 1px solid rgba(0,0,0,0.25);
	position: relative;
	cursor: pointer;
}

.awesome:hover{ background-color: #111; color: #fff; }
.awesome:active{ top: 1px; }
.small.awesome, .small.awesome:visited 			{ font-size: 11px; padding: ; }
.awesome, .awesome:visited,
.medium.awesome, .medium.awesome:visited 		{ font-size: 13px; font-weight: bold; line-height: 1; text-shadow: 0 -1px 1px rgba(0,0,0,0.25); }
.large.awesome, .large.awesome:visited 			{ font-size: 14px; padding: 8px 14px 9px; }
.large2.awesome, .large2.awesome:visited 			{ font-size: 22px; border:0px; height:46px; width:65px; padding-top: 12px; padding-bottom: 12px; text-align: center;}

.green.awesome, .green.awesome:visited		{ background-color: #64c702; }
.green.awesome:hover						{ background-color: #58ae01; }
.blue.awesome, .blue.awesome:visited		{ background-color: #2daebf; }
.blue.awesome:hover							{ background-color: #007d9a; }
.red.awesome, .red.awesome:visited			{ background-color: #ff6666; }
.red.awesome:hover							{ background-color: #bf4c4c; }
.magenta.awesome, .magenta.awesome:visited		{ background-color: #a9014b; }
.magenta.awesome:hover							{ background-color: #630030; }
.orange.awesome, .orange.awesome:visited		{ background-color: #ff5c00; }
.orange.awesome:hover							{ background-color: #d45500; }
.gray.awesome, .gray.awesome:visited		{ background-color: #999999; color:#fff;}
.gray.awesome:hover							{ background-color: #b3b3b3; }
