body {
	margin: 0;
	background-color: #eee;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
 	font-size: 14px;
    line-height: 20px;
    color: #333333;
}
a {
	color: #0088cc;
    text-decoration: none;
}
a:hover, a:focus {
	color: #005580;
    text-decoration: underline;
}
label {
	font-size: 14px;
    font-weight: normal;
    line-height: 20px;
}
.notice {
    color: tomato;
    text-align: center;
    margin-bottom: 10px;
}
.notice-info {
	color: #0044cc;
    text-align: center;
    margin-bottom: 10px;
}
.btn {
    display: inline-block;
    
    padding: 4px 12px;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 20px;
    color: #333333;
    text-align: center;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    vertical-align: middle;
    cursor: pointer;
    background-color: #f5f5f5;
    *background-color: #000000;
    background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
    background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
    background-repeat: repeat-x;
    border: 1px solid #cccccc;
    border-color: #e6e6e6 #e6e6e6 #bfbfbf;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    border-bottom-color: #b3b3b3;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    text-decoration: none;
}
.btn:hover, .btn:focus, .btn:active, .btn.active, .btn.disabled, .btn[disabled] {
    color: #333333;
    background-color: #e6e6e6;
}
.btn:hover, .btn:focus {
    color: #333333;
    text-decoration: none;
    background-position: 0 -15px;
    -webkit-transition: background-position 0.1s linear;
    -moz-transition: background-position 0.1s linear;
    -o-transition: background-position 0.1s linear;
    transition: background-position 0.1s linear;
}
.btn.active, .btn:active {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.btn.btn-primary {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #006dcc;
    background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
    background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
    background-image: -o-linear-gradient(top, #0088cc, #0044cc);
    background-image: linear-gradient(to bottom, #0088cc, #0044cc);
    background-repeat: repeat-x;
    border-color: #0044cc #0044cc #002a80;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0044cc', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
.btn.btn-primary:hover, .btn.btn-primary:focus, .btn.btn-primary:active, .btn.btn-primary.active, .btn.btn-primary.disabled, .btn.btn-primary[disabled] {
    color: #ffffff;
    background-color: #0044cc;
}

.top-bar {
	background-color: #1b1b1b;
	line-height: 41px;
}
.inner-container {
	max-width: 1170px;
	margin: 0 auto;
}
.top-bar .logo-text {
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	color: #999999;
	text-decoration: none;
	font-size: 20px;
	font-weight: 200;
}
.top-bar .logo-text:hover {
	color: #ffffff;
}
.main-wrapper {
	background-color: #fff;
	padding: 20px;
	border-radius: 0 0 6px 6px;
	max-width: 1170px;
	margin: 0 auto;
	box-shadow: 0 1px 2px rgba(0,0,0,.15);
}
.page-header {
	background-color: #f5f5f5;
    padding: 20px 20px 10px;
    margin: -20px -20px 20px;
    text-align: center;
}
.page-header h1 {
	font-size: 38.5px;
	line-height: 40px;
	margin: 10px 0;
}
.login-form {
	width: 570px;
	margin: 0 auto;
}
.login-form label {
	float: left;
    width: 160px;
    text-align: right;
    vertical-align: middle; 
}
.login-form .form-row {
	margin-bottom: 20px;
}
.login-form .form-row:after {
	display: block;
	content: '';
	clear: both;
}
.login-form .input-item {
    margin-left: 180px;
}
.login-form .input-item .input-element {
	border: 1px solid #cccccc;
	width: 256px;
 	vertical-align: middle;
  	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
   	height: 20px;
    padding: 4px 6px;
    font-size: 14px;
    line-height: 20px;
    border-radius: 4px;
}
.login-form .buttons-set {
	padding: 19px 20px 20px;
    margin-top: 20px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border-top: 1px solid #e5e5e5;
    text-align: center;
}
footer {
	padding-top: 30px;
}
footer p {
	text-align: center;
	    margin: 0 0 10px;
}