html,body {
	height: 100%;
	font-family: Arial, Verdana, sans-serif;
}

body {
	margin: 0;
	padding: 0;
	font-size: 12px;
	background-color: #F3F2F2;
}

#standardSystemTitleDiv {
    position: absolute;
    top: 0;
    left: 35%;
    width: 30%;
    text-align: center;
    padding: 10px;
}

p {
	font-size: 1.0em;
}

.standardSystemTitle {
	font-size: 1.4em;
	color: #FFF;
	padding: 5px;
}

.standardPageTitle {
	font-size: 1.1em;
	color: #FFF;
	padding: 5px;
}

#standardHeaderInfoDiv {
	position: absolute;
	top: 5px;
	right: 20px;
	font-size: 1.0em;
	color: #FFF;
	padding: 5px;
}

#standardBreadcrumbDiv {
    position: absolute;
    top: 48px;
    left: 5px;
    font-size: .85em;
    color: #FFF;
}

#standardLogoutDiv {
	position: absolute;
	top: 70px;
	right: 20px;
	font-size: 0.8em;
}

.standardMainMenu {
	height: 40px;
}

#top,.opusOnlineHeader,.header {
	background-image: url(/images/bg_top.gif);
	background-repeat: repeat-x;
	height: 60px;
	width: auto;
}

<!-- These styles are used by the standard login page -->
.formOuterDiv { 
	margin:0px auto; 
	text-align: center; 
	display: table; 
} 
.formOuterBorderDiv { 
	margin-left: auto; 
	margin-right: auto; 
	padding:2px; border:solid; 
	border-color: #aaaaaa; 
	border-width: 1px 2px 2px 1px; 
	background-color:white; 
} 
.stdForm {  
	background-color: white; 
	border-collapse: collapse; 
	border: 0; 
	padding-top:5px; 
}	
.stdFormHeader { 
	padding:2px; 
	border: 1px solid #e3e3e3; 
	background-position:top left; 
	background-repeat:repeat-x; 
	background-image:url(/images/ltblueheader.png);
	background-color:#4A75B5; 
   	color: white;
	font-weight: bold;
	text-shadow: black 0px 0px 1px;
	-webkit-font-smoothing:antialiased;
	font-size:1.0em; 
} 
.stdErrors { 
	color: red; 
	font-weight: bold; 
} 
.stdLabel { 
	padding: 5px 5px 5px 5px; 
	font-size: 1em; 
	color: #000000; 
} 
.stdLabelBlue { 
	padding: 5px 5px 5px 5px; 
	font-size: 1em; 
	color: #1D5987; 
}
.changePword {
	color: #1D5987;
	text-decoration: none;
	font-size: .9em;
}

#changePwordButton{
	border: 1px solid #aaaaaa; 
	border-radius: 3px;
	text-align:center;
    	float:right;
    	margin-right: 6px;
	padding: 2px 6px 0px 5px; 
	vertical-align: middle;
	background-color: #EDEDEF;
	transition: all 0.3s ease 0s;
	box-shadow: 1px 1px;
}
#changePwordButton:hover{
	background-color: lightgray;
}
#loginButton {
	color: #1D5987;
	border: 1px solid #aaaaaa; 
	border-radius: 3px;
	text-align:center;
	vertical-align: middle;
	padding: 2px 8px 2px 8px;
	background-color: #EDEDEF;
	box-shadow: 1px 1px;
	transition: all 0.3s ease 0s;
}
#loginButton:hover {
    	background-color: lightgray;
}