@charset "utf-8";
/* CSS Document */

/* ---------- FONTAWESOME ---------- */
/* ---------- http://fortawesome.github.com/Font-Awesome/ ---------- */
/* ---------- http://weloveiconfonts.com/ ---------- */

/*@import url(http://weloveiconfonts.com/api/?family=fontawesome);*/

/* ---------- ERIC MEYER'S RESET CSS ---------- */
/* ---------- http://meyerweb.com/eric/tools/css/reset/ ---------- 

@import url(http://meyerweb.com/eric/tools/css/reset/reset.css);*/

/* ---------- FONTAWESOME ---------- */

[class*="fontawesome-"]:before {
  font-family: 'FontAwesome', sans-serif;
}

/* ---------- GENERAL ---------- */

body {
	/*background: #393937;
	border: 1px solid red;
	height: 500px;*/
	width: 1000px;
	margin:0 auto;
  font: 87.5%/1.5em sans-serif;
}

input {
	font-size: inherit;
	margin: 0;
	padding: 0;
	-webkit-appearance: none;
}

 button {background: #e14d4d;
	border: 1px solid #391515;
	border-radius: 5px;
	color: #fff;
	font-weight: bold;
	line-height: 24px;
	text-align: center;
	text-transform: uppercase;
	font-size: inherit;
	width: 100px;}
/* ---------- LOGIN ---------- */

#login {
	/*margin: 50px auto;*/
	margin: 20px 0px 0px 150px;
	width: 242px;
}

#login span {
	color: #676767;
	display: block;
	height: 48px;
	line-height: 48px;
	position: absolute;
	text-align: center;
	width: 36px;
}

#login input {
	border: none;
	height: 48px;
	outline: none;
}

#login input[type="text"] {
	/*background: #dedede;*/
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	border-left: 1px solid #000;
	border-bottom: 1px solid #000;
	border-radius: 5px 5px 0 0;
	color: #363636;
	padding-left: 36px;
	width: 204px;
}

#login input[type="password"] {
	/*background-color: #dedede;*/
	border-top: 1px solid #828282;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	border-left: 1px solid #000;
	border-radius: 0 0 5px 5px;
	color: #363636;
	margin-bottom: 20px;
	padding-left: 36px;
	width: 204px;
}

#login input[type="button"] {
	background: #e14d4d;
	border: 1px solid #391515;
	border-radius: 5px;
	color: #fff;
	font-weight: bold;
	line-height: 48px;
	text-align: center;
	text-transform: uppercase;
	width: 240px;
}

#data input[type="button"] {
	background: #e14d4d;
	border: 1px solid #391515;
	border-radius: 5px;
	color: #fff;
	font-weight: bold;
	line-height: 24px;
	text-align: center;
	margin: 20px 0 0px 150px;
	text-transform: uppercase;
	width: 120px;
}


#request_wait {
	margin: 30px 0px 0px 50px;
	font-size: 18px;
	width: 60%;
	background:#F0F8FF;
}

#login input[type="submit"]:hover {
	background: #f15958;
}