body {
	background: #F4F4F4;
	font-family: "Arial", Helvetica, Helvetica Neue, Verdana, sans-serif;
	font-size: 13px;
	line-height: 18px;
	text-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
	color: #555;
}

div#container {
	position: relative;
	background: white;
	width: 280px;
	height: 185px;
	padding: 29px;
	margin: 0 auto;
	margin-top: 220px;
	border: solid 1px #CCC;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
}

div#sub_container {
    display: none;
	position: relative;
	background: white;
	width: 240px;
	padding: 10px;
	margin: 0 auto;
	border: solid 1px #CCC;
    border-top: none;
    text-align: center;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
}

div#header {
	display: block;
	position: relative;
	height: 54px;
	margin: 0 auto 27px;
	height: auto;
	margin: 0 0 27px;
}

div#header h1 {
	text-align: center;
	font-size: 22px;
	color: #222;
}

div#header img {
	display: block;
	margin: 0 auto;
	float: none;
}

form.login-form {
	display: block;
	width: 280px;
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: normal;
	font-style: normal;
	font-size: 100%;
	line-height: 1;
	font-family: inherit;p
	text-align: left;
}

label.inlined {
	margin: 0;
	padding: 0;
	border: 0;
	padding-left: 7px;
	font-weight: normal;
	font-size: 16px;
	opacity: 0.0;
	-webkit-transition: color 0.15s linear;
	position: relative;
	z-index: 5;
	display: block;
	line-height: 18px;
	font-style: normal;
	line-height: 1;
	font-family: inherit;
	text-align: left;
}

label#email-label
{
    display: none;
}

input.input-text {
	padding: 9px 7px 7px;
	margin-top: -26px;
	font-size: 16px;
	width: 100%;
	position: relative;
	z-index: 10;
	margin-bottom: 20px;
	background: none !important;
	display: block;
	border: 1px solid #CCC;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-webkit-box-shadow: 0 1px 1px white;
	font: 13px/18px Helvetica Neue, "Arial", Helvetica, Verdana, sans-serif;
	text-shadow: 0 0 1px white;
	letter-spacing: normal;
	word-spacing: normal;
	line-height: normal;
	text-transform: none;
	text-indent: 0px;
	text-align: -webkit-auto;
	
}

input#email
{
    display: none;
}

button.button {
    width: 100px;
    text-align: center;
	border: 0;
	margin: 0;
	font-weight: bold;
	background: #222 url(/images/alert-overlay.png) repeat-x;
	display: inline-block;
	overflow: visible;
	padding: 5px 10px 6px;
	color: white;
	text-decoration: none;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
	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;
	box-sizing: border-box;
	font-style: normal;
	font-size: 100%;
	line-height: 1;
	-webkit-box-align: center;
	font-family: inherit;
	letter-spacing: normal;
	word-spacing: normal;
	line-height: normal;
	text-transform: none;
	text-indent: 0px;
	font: -webkit-small-control;
}

button#loginBtn {
    width: 200px;
    margin-left: 40px;
}
button#newBtn {
    float: left; 
    margin-left: 20px;
}
button#cancelBtn {
    display: none;
    float: left; 
    margin-left: 20px;
}
button#submitBtn {
    display: none;
    float: right; 
    margin-right: 20px;
}
