#footer {
	clear: left;
	background: #ccc;
	position: absolute;
	bottom: 2em;
}

#footer p {
	margin: 0;
}
/**************** Forms ****************/

form {
	font-weight:bold;
	color:#333333;
}
.form-table {
	padding:10px;
}
label {
	font-weight:bold;
}
.form-default-input {
	  color:#3F3F3F;
	  font:normal 8pt Arial,Helvetica,Sans-Serif;
	  padding: 0 3px;
	  margin: 1px 0 1px 0;
	  border-top: 1px solid #B0B3A7;
	  border-right: 1px solid #E9EDDD;
	  border-bottom: 1px solid #E9EDDD;
	  border-left: 1px solid #B0B3A7;
	  background-color:#f4f4f4;
	  height:18px;
}
.form-required-input {
	color:#3F3F3F;
	background-color:#FFFFCC;
	height:18px;
	font:normal 8pt Arial,Helvetica,Sans-Serif;
	padding: 0 3px;
	margin: 1px 0 1px 0;
	border-top: 1px solid #B0B3A7;
	border-right: 1px solid #E9EDDD;
	border-bottom: 1px solid #E9EDDD;
	border-left: 1px solid #B0B3A7;
}
.disabled-input {
	  color:#3F3F3F;
	  font:normal 10pt Arial,Helvetica,Sans-Serif;
	  padding: 0 3px;
	  margin: 1px 0 1px 0;
	  border-top: 1px solid #B0B3A7;
	  border-right: 1px solid #E9EDDD;
	  border-bottom: 1px solid #E9EDDD;
	  border-left: 1px solid #B0B3A7;
	  background-color:#D3D3D3;
	  height:18px;
}
.form-button {
	color:#ffffff;
	background:url(loyalty/images/submitbtn.gif) no-repeat;
	height:18px;
	font:normal 8pt Arial,Helvetica,Sans-Serif;
	border:none;
	padding-bottom:5px;
	cursor:hand;
}
.titlebar-button {
	float:right;
	text-align:center;
	padding:3px 2px 3px 2px;
	background-color:#5A93AC;
	color:#fff;
	border-left:1px solid white;
	border-top:1px solid white;
	border-bottom:1px solid #215d7b;
	border-right:1px solid #215d7b;
	height:25px;
}
.form-table {
  	font:normal 8pt Arial,Helvetica,Sans-Serif;
  	width:100%; 
  	background-color:#FFFFFF; 
  	border:6px solid #ddd;
  	font-size:9pt;
  	text-align:left;
  	margin-bottom:2px;
}
.required-input {
	color:#3F3F3F;
	background-color:#FFFFCC;
	height:18px;
	font:normal 8pt Arial,Helvetica,Sans-Serif;
	padding: 0 3px;
	margin: 1px 0 1px 0;
	border-top: 1px solid #B0B3A7;
	border-right: 1px solid #E9EDDD;
	border-bottom: 1px solid #E9EDDD;
	border-left: 1px solid #B0B3A7;
}
.hidden-label {
	color:#333333;
	height:18px;
	font:normal 8pt Arial,Helvetica,Sans-Serif;
	padding: 0 3px;
	margin: 1px 0 1px 0;
	border: 0px dashed white;
	disabled: true
	background-color:white;
}

.invalid-input {
	color:#3F3F3F;
	background-color:#FF9999;
	height:18px;
	font:normal 8pt Arial,Helvetica,Sans-Serif;
	padding: 0 3px;
	margin: 1px 0 1px 0;
	border-top: 1px solid #B0B3A7;
	border-right: 1px solid #E9EDDD;
	border-bottom: 1px solid #E9EDDD;
	border-left: 1px solid #B0B3A7;
}
/****************** Banner and NavBar ******************/

#banner {
	width: 100%;
	height: 50px;
	background: url("../images/background.gif") repeat-x;
	margin: 0px;
	font: bold 15pt Arial, Helvetica, sans-serif;
	color: BLACK;
	text-align: center;
	line-height: 2.4em;
}
