@charset "utf-8";

.account {
	display: inline-block;
	*display: inline;
	zoom: 1;
	vertical-align: top;
	margin: 0;
	padding: 0;
	position:absolute;
	right:40px;
}
.account>a,
.account>.info .logout {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	color: #111;
	text-decoration: none;
	padding: 0;
	font-size: 14px;
	position: relative;
	z-index:100;
}
.account>fieldset {
	position: fixed;
	z-index: 99;
	width: 697px;
	top: 50px;
	right: 50%;
	margin:0 -365px 0 0;
	display: none;
	border: 0;
	background: #fff;
	border: 1px solid #d7d7d7;
	border-radius: 3px;
	padding: 38px 16px 0px 16px;
	box-shadow: 0 1px 0 #aaa;
	/*background:url(login21.png) no-repeat;*/
}

.idpw {	
	text-align: right;
	float: left;
	width: 500px;
}

.account h2 {
	text-align:center;
	font-size: 13px;
	color: #666;
	margin: 0 0 18px 0;
	line-height: 1;
}
.account label {
	display: inline-block;
	text-align:left;
	width:84px;
	margin: 0 0 5px 0;
	color: #666;
	font-size: 14px;
	font-weight:bold;
}
.account input[type="text"],
.account input[type="email"],
.account input[type="password"] {
	/*height: 21px;*/
	line-height: 21px;
	padding: 22px 4px;
	margin: 0 0 8px 0;
	width: 356px;
	background: #f6f6f6;
	border: 1px solid #f6f6f6;
	border-radius:7px;
	border-bottom: 0;
	box-shadow: 0 1px 0 #eae9e9 inset;
}
.account input[type="checkbox"] {
	width: 13px;
	height: 13px;
	margin: 0;
	padding: 0;
	vertical-align: middle;
}
.account input[type="checkbox"]+label {
	display: inline;
	vertical-align: middle;
	cursor: pointer;
}

#submit{float:left;}


.account input[type="submit"] {
	float:left;
	background: #8a8a8a;
	border: 1px solid #8a8a8a;
	color: #fff;
	height: 66px;
	line-height: 27px;
	padding: 0 38px;
	font-size:17px;
	margin: 0 0 0 21px;;
	vertical-align: top;
	border-radius: 7px;
	cursor: pointer;
}
.account input[type="button"]
{
		background: #8a8a8a;
	border: 1px solid #8a8a8a;
	color: #fff;
	height: 66px;
	line-height: 27px;
	padding: 0 18px;
	font-size:17px;
	margin: 0 0 0 21px;;
	vertical-align: top;
	border-radius: 7px;
	cursor: pointer;
  margin-top: 24px;
}

.account .warning {
	display: none;
	color: #666;
	line-height: 1.4;
}
.account .close {
	background: none;
	border: 0;
	color: #ccc;
	font-size: 22px;
	position: absolute;
	top: 10px;
	right: 8px;
	margin: 0;
	padding: 0;
	width: 32px;
	height: 32px;
	cursor: pointer;
	opacity: 1;
	filter: alpha(opacity=100);
	font-weight: normal;
}
.account .close:hover,
.account .close:focus {
	color: #666;
}
.account .help {
	display:none;
	list-style: none;
	margin: 15px 0 0 0;
	padding: 15px 0 0 0;
	border-top: 1px solid #e5e5e5;
}
.account .help li {
	margin: 0 0 3px 0;
}
.account .help a {
	position: relative;
	background: #f5f5f5;
	border: 1px solid #d0d0d0;
	border-bottom-color: #b7b7b7;
	border-radius: 2px;
	text-decoration: none;
	color: #666;
	display: block;
	line-height: 24px;
	padding: 0 11px;
	font-size: 12px;
}
.account .help a:after {
	content: "";
	position: absolute;
	right: 4px;
	top: 7px;
	border: 4px solid transparent;
	border-left-color: #b2b2b2;
}
.account .info {
	list-style: none;
	margin: -2.5px 0 0 0;
	padding: 0;
}
.account .info>li {
	display: inline-block;
	*display: inline;
	zoom: 1;
}
.account .info .user {
	display: inline-block;
	font-size: 13px;
	font-weight: bold;
	color: #111;
	text-decoration: none;
	margin: 0 10px 0 0;
	z-index:100;
}
.account .info .user:before {
	content: "";
	display: inline-block;
	width: 14px;
	height: 14px;
	vertical-align: middle;
	margin: 0 2px 0 0;
}
.account .info .admin {
	display: inline-block;
	font-size: 13px;
	font-weight: bold;
	color: #111;
	text-decoration: none;
	margin: 0 10px 0 0;
	z-index:100;
}
.account .info .admin:before {
	content: "";
	display: inline-block;
	width: 14px;
	height: 14px;
	vertical-align: middle;
	margin: 0 2px 0 0;
	background: url() no-repeat;
}
.account .info .admin:before {
	content: "";
	display: inline-block;
	width: 14px;
	height: 14px;
	vertical-align: middle;
	margin: 0 2px 0 0;
	background:  url(../../../../common/img/glyphicons-halflings.png) no-repeat -433px -2px;
}

@media(max-width:768px)
{
	.account>fieldset { width:100%; left:0px; }
	.login_title { width:100%; }
	.idpw { width:100%; }
	.account input[type="text"], .account input[type="email"], .account input[type="password"] { width:100%; }
	.account input[type="button"] { margin-top:0px; }
	.account input[type="submit"] { margin-left:0px; float:none !important; }
	.submit { margin-bottom:30px; text-align:center; }
}
