table#login, table#content-table {
	margin: 0;
	padding: 0;
	border-spacing: 0;
	border-collapse: collapse;
}

table#content-table {
	z-index: 2;
	position: absolute;
	width: 100%;
		
	background: #E6E7EB; /*Touched up Aluminum */
	background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#D3D8DF)); /*White to Aluminum*/
	background: -moz-linear-gradient(top,  #FFFFFF,  #D3D8DF); /*White to Aluminum*/
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#D3D8DF'); /*White to Aluminum*/
	
	box-shadow: 0px 3px 6px #C0C5CE; /*Platinum*/
	border-bottom: 1px solid #777F91; /*Concrete*/	
}

td {
	border: 0;
}

table#login td {
	padding: .25em;
}

td#content-table-left, td#content-table-right {
	width: 50%;
}

td#content-table-middle {
	background: transparent;
	position: relative;
	display: inline-block;
	padding-top: 1em;
}

div#warningouter {
	position: relative;	
}

div#warning label {
	width: 100%;
}

label.message {
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-webkit-box-sizing: border-box; 
	text-align: center;
	padding: 3px 0;
}

td#legend label {
	color: #3E4460; font-size: 10px; font-weight: normal; /*A5*/
	height: 1.5em;
}

div#login {
	background: transparent;
	margin-bottom: 1em;
}

#logininformation label {
	white-space: nowrap;
	line-height: normal;
	padding: 0px;
	color: #3E4460; font-size: 15px; font-weight: bold; /*A2*/ 
	margin-right: .5em;
}

#logininformation input {
	width: 240px;
	border:1px solid #cccccc;
	padding: 5px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	box-shadow: inset 0 1px 2px rgba(0,0,0,0.2);
	color: #3E4460; font-size: 13px; font-weight: normal; /*A3 with font-size 13px*/
}

#remember label {
	color: #3E4460; font-size: 10px; font-weight: normal; /*A5*/
}

#remember input {
	width: auto;
	vertical-align: middle;
}

.button {
	margin: auto;
	padding: 4px 15px;
	width: 110px;
	margin-bottom: .5em;
}
.button#login, .button#cancel {
	margin-top: 1em;
}

.button#cancel {
	margin-left: 20px;
}

.button#login {
	color: #FAFBFC; /*Mist*/
	border: 1px solid #0064A0; /*Electric*/
}

.button#login {
	background: #0071BC; /*OceanDark*/
	background: -webkit-gradient(linear, left top, left bottom, from(#29ABE2), to(#0071BC)); /*Ocean*/
	background: -moz-linear-gradient(top,  #29ABE2,  #0071BC); /*Ocean*/
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#29ABE2', endColorstr='#0071BC'); /*Ocean*/
	color: #FFFFFF; /*White*/
	font-weight: bold;
}

#browserwarning label {
	color: #990000; font-size: 10px; font-weight: normal; /*A14*/
}
