﻿body {
    background-image: none !important;
    line-height: 18px;
}
.navbar-inner {
	height: 45px;
	padding-left: 5px;
	padding-right: 5px;
}
		
div#container {
	background: none repeat scroll 0 0 #FFF;
	border: 1px solid #CCC;
	border-radius: 6px 6px 6px 6px;
	margin: 40px auto;
	position: relative;
	width: 720px;
}
#mainPanel {
	padding: 30px;
	height: 450px;
}
#headerPanel {
	border-radius: 6px 6px 0 0;
}
#loginLogo {
	float: left;
	padding: 12px 10px;
}
.HelpLink {
	color: #FFF;
	float: right;
	padding: 15px 20px;
}
#footer {
	bottom: -22px;
	font-size: 0.9em;
	position: absolute;
}
h1 {
	font-size: 24px;
	font-weight: normal;
}
.textContent {
	padding: 6px 3px;
	line-height: 150%;
	font-size: 14px !important;
}
h2 {
	color: #333 !important;
	padding-bottom: 4px;		    
}
		