
/* ===== Layout ==================================================== */
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size: .7em;
	text-align: center;
}

#clear {
	clear:both;
	height:1px;
	overflow:hidden;
}

#wrapper {  
	width: 740px;
	margin: auto;
	text-align: left;
	}
	
	#header { 
		height: 75px;
		}
		#brandlogo { 
			float: left;
			margin-top: 15px;
			margin-left: 10px;
			display: inline;

		}
		#topbar {
			height: 34px; 
			width: 740px;
			background: url(../images/bg_redgradient.jpg) repeat-x;
		}
		
	#content {
		background: url(../images/bg_maingradient.jpg) repeat-x;
		}
	
		#content form { 
			padding: 0px; 
			margin: 0px;
		}
		
			#content form table td.space { 
				width: 30px;
			}
					
			#content form table td.title {
				width: 230px; 
				background: #E4E4E4; 
				height: 30px;
			}	
					
			#content form table td.savingText {
				width: 130px; 
				height: 30px;
			}	
					
			#content form table td.savingText span{
				color: red;
				font-size: 12px;
				font-weight: bold;
			}	
					
			#content form label { 
				padding: 0 0 0 12px; 
				font-size: 1.2em; 
				font-weight: bold;
			}
			
			#content form label.code { 
				padding: 0px;
				margin: 0px;
				font-weight: normal;
				font-size: 1.0em;
			}
			
			#content form input.code {
				color: #000000;	font-size: 1.0em;
				width: 75px;
			}
	
			
		#content #activitycode { 
			text-align: right; 
			background: #EEEEEE; 
			padding: 10px 10px 0 0;  
		}		
				
		#content #line	 { 
			background: #EEEEEE; 
			height: 1px; 
			margin: 25px 0 5px 0;
		}
		
		#content #linetwo	 { 
			background: #EEEEEE; 
			height: 1px; 
			margin: 5px 0 5px 0;
		}
		
		.submit {
			background: url(../images/bg_button.jpg);	
			border: none;
			color: #FFFFFF;
			height: 22px;
			font-size: 1.2em; font-weight: bold;
			font-family: Arial, Helvetica, sans-serif;
		}

		.submithover {
			background: url(../images/bg_button_over.jpg);	
			border: none;
			color: #FFFFFF;
			height: 22px;
			font-size: 1.2em; font-weight: bold;
			font-family: Arial, Helvetica, sans-serif;
		}


#footer {
	color: #999999;	 
	font-size: .8em;
	padding: 10px 0 0 0; 
	margin: 0px;
}
	
	
.inputFieldErrorMsg{
	color: red;
	font-weight: bold;
	display: none;
}




	
	

	
	


