
html, body {
	margin:0;
	padding:0;
	background:white;
	color:black;
	font-family:Arial;
}
#container {
	width:302px;
	margin:0 auto;
	padding-top:100px;
}
.logo {
	text-align:center;
	position: relative;
	font-size: 50px;
    font-weight: bold;
}
.logo .icomoon-logo {
	font-size: 8em;
	left: 15%;
	position: absolute;
	top: -90px;
	color: #0078B6;
}
.enter {
	color:#b7b7b7;
	text-align:center;
	font-size:11px;
}
.field {
	margin:0 0 10px 0;
	height:42px;
	background:#E5E5E5;
	border-radius:3px;
}
.field label {
	display:block;
	height:42px;
	line-height:42px;
	text-align:center;
	width:80px;
	float:left;
}
.field label span {
	display:block;
	height:32px;
	position:relative;
	top:5px;
	line-height:32px;
	font-size:8px;
	font-weight:bold;
	letter-spacing:0.5px;
	color:#797979;
	text-transform:uppercase;
	border-right:1px solid #cecece;
}
.field input {
	float:right;
	height:42px;
	line-height:42px;
	/*width:220px;*/
	text-align: center;
	width: 100%;
	background:transparent;
	border:0;
	margin:0;
	padding:0;
	font-size:14px;
	color:#787878;
	color: black;
}
#submit {
	background: none repeat scroll 0 0 white;
	border: 1px solid black;
	border-radius: 3px 3px 3px 3px;
	/*box-shadow: 1px 1px 1px #E1E1E1, 0 0 1px #F0F0F0 inset;*/
	color: black;
	display: block;
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	height: 45px;
	line-height: 44px;
	margin: 2px;
	padding: 0;
	text-align: center;
	text-decoration: none;
	/*text-shadow: 0 1px 1px white;*/
	width: 302px;
	cursor:pointer;
	position:relative;
	left:-1px;
}
#submit:hover {
	background: none repeat scroll 0 0 black;
	color: white;
}
.c-Cancel-btn{text-align: center;}
.c-Cancel-btn a {
	color: #e5e5e5;
	font-size: 12px;
	line-height: 0px;
	text-align: center;
	text-decoration: none;
}
::-webkit-input-placeholder {line-height: 42px !important; color: black;}
:-moz-placeholder  {line-height: 42px !important; color: black;}
::-moz-placeholder {line-height: 42px !important; color: black;}
:-ms-input-placeholder {line-height: 42px !important; color: black;}
