#auth_form_area {
	top: 50%;
	left: 50%;
	margin: -100px 0 0 -275px;
	position: absolute;
	width: 550px;
	height: 200px;
	background: #343434;
	color: #818181;
	font-family: Arial;
	font-size: 11pt;
	text-shadow: 1px 1px 2px black;
}

#auth_form {
	position: relative;
	height: 100px;
	width: 380px;
	margin: auto;
}

.form_field {
	margin: 8px auto;
	width: 350px;
	height: 32px;
}

.form_label {
	width:70px;
	float:left;
	text-align: right;
	padding: 8px 10px 9px 0px;
}

.form_input{
	color: #eee;
	background: #292929;
	border: 0 none;
	width: 250px;
	height: 100%;
	-webkit-box-shadow: inset 0 3px 8px rgba(0,0,0,.24);
	-moz-box-shadow: inset 0 3px 8px rgba(0,0,0,.24);
	box-shadow: inset 0 3px 8px rgba(0,0,0,.24);
	border-radius: 6px;
	padding-left: 10px;
	text-shadow: 1px 1px 2px black;
}

#forgot_pass {
	height: 25px;
	width: 250px;
	padding-left: 80px;
	font-size: 10pt;
	color: #408299;
	text-decoration: none;
}

#form_submit {
	border-radius: 25px;
    height: 50px;
    position: absolute;
    right: 0;
    top: 12px;
    width: 50px;
	box-shadow: 0 0 8px rgba(0,0,0,.24);
	background: #343434;
	z-index: 1;
}

#form_submit:after {
	background: #343434;
    content: "";
    height: 60px;
    position: absolute;
    right: -6px;
    top: -5px;
    width: 30px;
    z-index: 2;
}

#form_submit:before {
	background: #343434;
    content: "";
    height: 6px;
    position: absolute;
    right: 30px;
    top: 22px;
    width: 30px;
    z-index: 2;
}

#form_button {
	background: #0492d2;
	background-image: -webkit-linear-gradient(top, #00a2d3, #0d7796);
	background-image: -moz-linear-gradient(top, #00a2d3, #0d7796);
	background-image: -o-linear-gradient(top, #00a2d3, #0d7796);
	background-image: linear-gradient(to bottom, #00a2d3, #0d7796);
	border: 0 none;
    border-radius: 18px;
    height: 36px;
    position: absolute;
    right: 6px;
    top: 7px;
    width: 36px;
    z-index: 3;
}
#form_button:after {
	background: url("../img/arrow.png") no-repeat scroll 0 0;
    content: "";
    height: 19px;
    left: 6px;
    position: absolute;
    top: 9px;
    width: 25px;
}

body {
	background: #343434;
}