#form-header {
	background-image: url("/img/shattered1.jpg");
	background-repeat: repeat-x;
	border-color: rgb(220, 224, 233);
	border-style: solid;
	border-width: 1px;
	padding-left: 30px;
	padding-bottom: 40px;
}

.page-header-ols {
	background-color: rgb(0, 112, 131);
	border-style: solid;
	border-width: 1px;
	border-color: rgb(255, 100, 5);
	border-style: none none solid;
	border-width: 4px;
	height: 96px;
}

.page-footer-ols {
	background-color: rgb(220, 224, 233);
	border-radius: 26px 26px 26px 26px;
	-moz-border-radius: 26px 26px 26px 26px;
	-webkit-border-radius: 26px 26px 26px 26px;
	border-color: rgb(218, 218, 221);
	border-width: 1px;
	height: 54px;
}

.logo {
	width: 240px;
	/*  height: 105px; */
	margin: 20px 0px;
	display: inline-block;
}

.top_icon_cell {
	padding: 20px 0px 0px 0px;
	vertical-align: top;
}

.bottom_border {
	background-color: rgb(255, 255, 255);
	border-color: rgb(35, 31, 32);
	border-width: 1px;
	border-style: none none solid none;
}

.right_border {
	border-color: rgb(0, 0, 0);
	border-width: 1px;
	border-style: none solid none none;
}

.help_container {
	padding: 19px 30px 19px 30px;
	margin: 19px 0px 19px 0px;
	vertical-align: top;
	background-color: rgb(248, 248, 248);
	background: -webkit-linear-gradient(top, rgb(248, 248, 248) 0%, rgb(220, 224, 233) 100%);
	border-radius: 4px 4px 4px 4px;
	-moz-border-radius: 4px 4px 4px 4px;
	-webkit-border-radius: 4px 4px 4px 4px;
	border-color: rgb(220, 224, 233);
	border-width: 1px;
	border-style: solid;
}

.ui-grid-vcenter div {
	text-align: center;
	vertical-align: middle !important;
	margin-top: 8px;
}

.ui-grid-vright div {
	text-align: right;
	vertical-align: middle !important;
	margin-top: 8px;
	margin-right: 8px;
}

.help-text {
	font-style: italic;
	font-weight: bold;
	color: rgb(101, 101, 102);
	font-family: Helvetica, Arial, sans-serif;
}

.grid {
	height: 230px;
}

.span-footer {
	color: #fff;
	font-size: 95%;
	margin-left: 20px;
}

.span-footer>a {
	color: #fff;
	text-shadow: none;
	text-decoration: underline;
	font-size: 95%;
}

.span-footer>a:hover,
.span-footer>a:focus {
	color: #c53100;
	background-color: #efeee9;
	text-shadow: none;
}

.span-footer>a:active {
	color: #333;
	background-color: #fff;
}

.page-footer {
	background-color: #868684;
	padding-bottom: 9px;
	margin-top: 0;
	margin-bottom: 0;
	border-bottom: 1px solid #eee;
	color: #ffffff;
	border-radius: 4px;
}

.well {
	min-height: 20px;
	padding: 19px;
	margin-bottom: 20px;
	background-color: #f5f5f5;
	border: 1px solid #e3e3e3;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
}

label {
	display: inline-block;
	max-width: 100%;
	margin-bottom: 5px;
	font-weight: 400;
}

.btn-clear {
	color: #333;
	background-color: #fff;
	border-color: #ccc;
}