.b-container-auth {
	display:inline-block;
	left:50%;
	position:absolute;
	top:50%;
	margin-left:-204px;
	margin-top:-204px;
}
	.b-logo {
		margin-bottom:20px;
	}
	.b-sign-in {
		background:#ecf0f9;
		border:1px solid #838fae;
		border-radius:10px;
			-moz-border-radius:10px;
			-webkit-border-radius:10px;
		display:inline-block;
		margin-bottom:115px;
		padding:15px;
	}
		.f-sign-in_title {
			color:#039000;
			font-size:14px;
			font-weight:bold;
		}
		.tbl-sign-in {
			width:260px;
			margin:15px auto;
		}
		.tbl-sign-in td {
			padding:2px;
		}
		.tbl-sign-in input {
			border:1px solid #a6adbd;
			height:21px;
			line-height:21px;
			width:100%;
		}
		.b-sign-in_submit {
			padding:0 56px;
		}