html, body 
{
	height: 100%;
/* The html and body elements cannot have any padding or margin. */
}

/* Wrapper for page content to push down footer */
#wrap {
	min-height: 100%;
    height: auto !important;
	height: 100%;
/* Negative indent footer by it's height */
    margin: 0 auto -40px;
}

#header {
  min-height: 40px;
  padding: 0 20px 10px 20px;
  background-color: #FFFFFF;
  background-image: url('/img/pattern_top_80x80.jpg');
  background-repeat: repeat-x;
  border-bottom: 1px solid #C0C0C0;
}     

#header-logo {
	float: left;
	margin: 10px 0 0 0;
}

#header-title {
	float: left;
	margin: 22px 0 0 20px;
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	font-size: 16pt;
	color: #333333;
}

#date {
	float: left;
	margin: 8px 20px 0 0;
	color: #333333;
}

#section {
	margin: 10px 10px 20px 10px;
	text-transform: uppercase;
	font-size: 18pt;
}

#login-btn, #submit-btn {
	margin-right: 20px;
}

.form-title, .CE-ST-SUBMIT {
	padding: 0 10px 0 10px;	
}

#result-text {	
	text-align:center; 
	padding-bottom: 20px;
}

.field_help {
	display:none; 
	margin: 10px 0 0 10px;	
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	font-size: 12px;
	font-size: 8pt;
	color: #333333;
}

.form-actions {
	text-align: left;	
}

#push, #footer {
   height: 40px;
}

#footer {  
  padding-top: 10px;  
  color: #333333;
  text-align: center;
  background-color: #FFC726;
  border: 1px solid #ce9900;
}

#footer span, #footer p, #footer a {
	color: #333333;
}

/* Lastly, apply responsive CSS fixes as necessary */
@media (max-width: 767px) {
  #footer {
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top:  -40px;
  }
}

.help-block > ul {
	list-style: none;	
	margin: 0;
}

.help-block > ul > li {
	list-style: none;
	margin: 0;
	font-size: 8pt;	
}
      
