*{
	margin: 0px; 
	padding: 0px;
}
body {
	background: #FFF url(/resources/images/dealer_application/cellnet_bg.png) repeat-x top; 
	color: #333; 
	font-family: Helvetica, Arial, sans-serif; 
	margin: 0px; 
	padding: 0px;
}
.wrapper {
	margin: 0 auto; 
	padding: 0px; 
	width: 800px;
	background: #FFF url(/resources/images/dealer_application/cellnet_bg.png) repeat-x top;
}
h1.title {
	text-indent: -9999px; 
	float: left; 
	width: 370px; 
	height: 35px; 
	margin: 18px 0 0 0;
	background: url(/resources/images/dealer_application/cellnet_dealer_application.png) no-repeat bottom left;
}
h2.subTitle { 
	float: left; 
	width: 430px;
	margin: 20px 0 0 0; 
	font-style: italic; 
	color: white;
	font-size: 20px;
}
h3.title {
	color: #00A700;
	border-bottom: 1px solid #00A700;
	line-height: 16px;
	margin: 10px 0 5px 0;
	padding: 0 0 5px 5px;
	text-align: left;
}
.progressBar {
	width: 780px; 
	margin: 25px 0 30px 0; 
	float: left; 
	height: 32px; 
	background: url(/resources/images/dealer_application/progress_selected_left_end.png) no-repeat left;
}
.progressBar .inner { 
	width: 780px; 
	height: 32px; 
	display: block; 
	padding: 0 7px 0 6px; 
	background: url(/resources/images/dealer_application/progress_right_end.png) no-repeat right;
}
.progressBar .inner .steps {
	width: 100%;
	border-top: 1px solid #b3e6cc; 
	border-bottom: 1px solid #c7ecd9; 
	background: url(/resources/images/dealer_application/progress_light_bg.png) -1px repeat-x;
	height: 30px;
}
.progressBar .inner .steps .step { 
	float: left; 
	color: #fff;  
}
.progressBar .inner .steps .step span {
	padding: 7px 20px 3px 20px; 
	display: block; 
	height: 20px;
	font-size: 14px;
}
.progressBar .inner .steps .step.selected { 
	background: #333 url(/resources/images/dealer_application/progress_selected_bg.png) -1px repeat-x; 
	color: #26b66c; 
	font-weight: bold; 
	margin-right: 10px;
}
.progressBar .inner .steps .step.selected span { 
	display: block; 
	padding: 7px 38px 3px 15px; 
	font-size: 14px;
	height: 20px; 
	background: url(/resources/images/dealer_application/progress_selected_end.png) right no-repeat; 
}
.progressBar .inner .steps .step.past_selected{ 
	margin:0px;  
	background:#333 url(/resources/images/dealer_application/progress_selected_bg.png) -1px repeat-x; 
	color:#999;
	width:100%
}
.progressBar .inner .steps .step a {
	color: white;
	font-size: 14px;
	text-decoration: none;
}
.progressBar .inner .steps .step.selected a:link, 
.progressBar .inner .steps .step.selected a:visited {
	color: #26B66C;
}
.progressBar .inner .steps .step.past_selected a:link, 
.progressBar .inner .steps .step.past_selected a:visited {
	color: #999999;
}
.progressBar .inner .steps .step.past_selected a:hover, 
.progressBar .inner .steps .step.past_selected a:active {
	color: #BBB;
	font-weight: normal;
}
ol {
	padding: 0 0 0 15px;
}
ol li {
	margin: 2px 0 3px 15px; 
}

.content {display: block; padding: 0 0 0 50px;}
.content .firstColumn {width:150px;}
.content .secondColumn {width:200px;}
.content .thirdColumn {width:130px;}
.content .fourthColumn {width:200px;}
