html{
	font-size: 75%;
	min-height:100%;
	height:100%;
}
body{
	background-color:#F6F6F6;
	margin: 0;
	font-family: gotham,helvetica,arial,sans-serif;
	font-style: normal;
	font-weight: 400;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
div {
  display: block;
}
.header{
	position:absolute;
	width:100%;
	height:4px;
	top:0px;
	left:0px;
	background-color:#090;
}
.content{
	text-align:center;
}
.head_content{
	margin-top:50px;
	margin-bottom:30px;
}
.head_content h1{
	font-family: caecilia,Times,serif;
	font-size:36px;
	line-height:30px;
	margin-bottom:6px;
	color:#F60;
}
.minimal-wrapper {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding: 0 10px;
}
.minimal-body{
	background: #fff;
	max-width: 384px;
  	margin: 0 auto 28px;
  	border: 1px solid #dedede;
  	-webkit-border-radius: 2px;
  	-moz-border-radius: 2px;
  	border-radius: 2px;
  	text-align: left;
}
label {
  color: #747474;
  display: inline-block;
  margin-bottom: .33333333em;
  margin-left:30px;
}
form ol, form ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.TextInput{
	border: 1px solid #cacaca;
	width: 80%;
	line-height: 1.1875;
	font-size: 1.33333333em;
  	padding: .59375em .75em;
}
.Button{
	  font-size:15px;
	  color: #fff;
	  padding: 10px;
	  background: #405dca;
	  text-align: center;
	  display: block;
	  margin-top:20px;
	  text-decoration: none;
	  border:0px;
	  width:100%;
	  cursor: pointer;
}
.Button:hover{
	background-color:#06F;
}
#context-switch{text-align:center}
.wrapper{
	background:#f3f3f3;
}

.wrapper #container-boundingbox,.wrapper #container{
		width:auto;border:none;margin:0;padding:0;min-height:100%;height:100%
}
.heading{
	font-family:caecilia,Times,serif;
	font-style:normal;
	font-weight:300;
	text-align:center;
	color:#aaa;
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing:grayscale;
	margin:68px 0 26px}:lang(zh-cn)
.heading{
	font-family:caecilia,Hiragino Sans GB,STHeiti,Microsoft Yahei,helvetica,arial,serif
}
.error{
	color:#F00;
	margin-bottom:10px;
	text-align:center;
}

	.heading h1{
		font-size:32px;
		line-height:36px;
		margin-bottom:6px;
		color:#003300;
	}
	.heading .branding{height:68px;margin-bottom:19px}
	.minimal-body{max-width:384px;margin:0 auto 28px;border:1px solid #dedede;-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px;text-align:left}


.minimal-form{margin:32px}
.tos{margin-bottom:16px}
.forgot-password{display:inline-block;margin-top:14px}
#rememberMe{color:#8f8f8f}
.arrow{display:inline-block;text-decoration:none;position:absolute;top:1px}
#email-wrapper,#password-wrapper{
	margin-left:40px;
	margin-bottom:16px
}

