@charset "utf-8";
/* CSS Document */
.sign-in {
	margin: auto;
}

.signin-box,.accountchooser-box {
	font-size: 90%;
	margin: auto; /*100px 200px 0;*/
	padding: 20px 25px 15px;
	background: #f1f1f1;
	border: 1px solid #e5e5e5;
	width: 250px;
	font: arial bold;
	font-family: arial, helvetica, sans-serif;
}

.signin-box h2 {
	font-size: 16px;
	line-height: 17px;
	height: 16px;
	margin: 0 0 1.2em;
	position: relative;
}

li {
	text-align: -webkit-match-parent;
}

ol,ul {
	list-style: none;
	line-height: 17px;
}

.signin-box .email-label,.signin-box .passwd-label {
	font-weight: bold;
	margin: 0 0 .5em;
	display: block;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
}

.signin-box .email-label,.signin-box .passwd-label {
	font-weight: bold;
	margin: 0 0 .5em;
	display: block;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
}

.g-button {
	margin-top: 10px;
	display: inline-block;
	min-width: 46px;
	text-align: center;
	color: #444;
	font-size: 11px;
	font-weight: bold;
	height: 27px;
	padding: 0 8px;
	line-height: 27px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	-webkit-transition: all 0.218s;
	-moz-transition: all 0.218s;
	-ms-transition: all 0.218s;
	-o-transition: all 0.218s;
	transition: all 0.218s;
	border: 1px solid #dcdcdc;
	background-color: #855;
	bkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	cursor: default;
}

.g-button-submit {
	border: 1px solid #DDD;
	color: white;
	text-shadow: 0 1px rgba(0, 0, 0, 0.1);
	background-color: #855;
}