* {font-family: Arial, sans-serif}
html, body, div, img, h1, h2, h3, h4, h5, h6, a, p, table, td, ul, ol, li{
	padding:0;
	margin:0;
	border:0;
	outline:0;
	font-size: 13px;
	color:#F28F32;

}

#container{width:900px; margin:0 auto; padding:30px; position:relative; background-color: white}
#container2{width:1100px; margin:0 auto; padding:30px; position:relative; background-color: white}
#employedDiv, #retiredDiv, #selfEmployedDiv, #maternityDiv, #previousYearDiv, #previousYear2Div, #unemployedDiv{display:none}
/*#fastTrackDiv{display:none}*/

/*************HEADER AND FOOTER***********/

#header{width:100%; height:155px; border: 1px solid #eee; margin-bottom: 20px;}

#header .left_header{


float: left;
width: 300px;
}

#header .right_header{


float: right;
width: 360px;
}

.cl{

clear: both;
}


#footer{
width:100%; 
height:30px; 
background-color:#eee; 
margin-top: 20px;
padding-top: 15px;
font-size: 8pt;
color: #666;
padding-left: 10px;
}

.buttons_land {
	border: 0px;
	font-size: 12px;
	font-weight: bold;
	background-color: #fff;
	background-image:url(../images/next.jpg);
	color: #000;
	padding: 0px 5px 0px 5px;
	margin-right: 5px;
	width:73px;
	height:19px;

}
.buttons_cancel {
	border: 0px;
	font-size: 12px;
	font-weight: bold;
	background-color: #fff;
	background-image:url(../images/cancel.jpg);
	color: #fff;
	padding: 0px 5px 0px 5px;
	margin-right: 5px;
	width:73px;
	height:19px;

}