body {
	background-color: rgb(69,85,108);
	margin: 0;
	color: #FFF;
    font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

input[type='text'], input[type='password'] {
	border: 1px solid rgb(130,136,153);
    width: 170px;
    margin-bottom: 6px;
}

p {
    margin: 0;
}

a {
    color: #1a2545;
}

#left-margin, #right-margin {
	background-repeat: repeat-x;
	height: 553px;
	width: 33%;
	position: absolute;
	top: 0;
	z-index: -1;
}

#left-margin {
	left: 0;
	 background-color: #45556C;
}

#right-margin {
	right: 0;
	background-color:#45556C;
}

#page-container {
	position: relative;
	width: 980px;
	height: 553px;
	background: url('../img/login_background.jpg') no-repeat;
	margin: auto;
}

#login-content {
	position: absolute;
	left: 510px;
	bottom: 90px;
	width: 461px;
}

.title {
	border-top: 2px solid #FFF;
	border-bottom: 2px solid #FFF;
	padding: 3px 0;
	letter-spacing: 1px;
	font-weight: bold;
}

#login-form  {
	margin: 15px 0;
}

#login-form label {
	display: inline-block;
	width: 87px;
	text-align: right;
}

#login-form-left {
	border: none;
	padding: 0;
	margin: 0;
	display: inline-block;
}

#login-form-right {
	display: inline-block;
	vertical-align: top;
    padding-left: 10px;
    text-align: center;
}

.large-button {
    background:  #00405C; /* Old browsers */
    background: -moz-linear-gradient(top,  #00405C 0%, #00405C 50%, #00405C 50%, #00405C 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#00405C), color-stop(50%,#00405C), color-stop(50%,#00405C), color-stop(100%,#00405C)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #00405C 0%,#00405C 50%,#00405C 50%,#00405C 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #00405C 0%,#00405C 50%,#00405C 50%,#00405C 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #00405C 0%,#00405C 50%,#00405C 50%,#00405C 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #00405C 0%,#00405C 50%,#00405C 50%,#00405C 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00405C', endColorstr='#00405C',GradientType=0 ); /* IE6-8 */
    height: 33px;
    width: 170px;
    color: #fff;
    font-weight: bold;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid rgb(130,136,153);
}

#register-button {
    margin: 5px 0 12px 0;
    width: 150px;
}

#forgot-links {
	font-size: 8pt;
}

#forgot-links > a {
    color: #FFF;
}

#not-member-yet {
	border-bottom: none;
}

#login-content > p {
    color: rgb(130,136,153);
    line-height: 1em;
}

#system-warning {
    font-size: 8pt;
}

.notification-message {
    position: relative;
    top: 16px;
    background-color: #fcf8e3;
    border: 2px solid #c09853;
    color: #000;
    padding: 5px;
    max-height: 65px;
    overflow-y: hidden;
}

.notification-message > h4 {
    margin: 0;
    padding: 0;
}

#webcontent {
    display: none;
}

#error-message {
    display: none;
    padding: 5px;
    background-color: #f2dede;
    color: #b94a48;
    border: 2px solid #b94a48;
    margin-top: 5px;
    font-weight: bold;
}

#footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    font-size: 12pt;
    text-align: center;
}

#mobile-link {
    display: none;
}