html, body {
	font-family:Arial, sans-serif; 
	background-color:#fff; 
	color:#333;
	margin:0px;
	padding:0px;
	background-image:url(/Views/images/GEO/bg_gradient.gif); 
	background-repeat: repeat-x; 
	height:101%;
	}

#side_bar404 {
	width:300px;
	float:left;
	background-color:#FFF;
	border:1px solid #ccc;
	}
#side_bar404 h2{
	font-size:16px;
	color:#333333;
	border-bottom:1px solid #ccc;
	background-color:#F2F2F2;
	padding:10px 10px 10px 10px;
	margin:0px 0px 10px 0px;
	}
.txt_404 {
	color:#666;
	padding:0px;
	margin:0px;
	text-align:center;
	}
.txt_404 h3 {
	font-size:25px;
	color:#666;
	padding:10px 0px 20px 0px;
	margin:0px;
	}

#side_bar_con404 {
	width:180px;
	margin:0px auto;
	text-align:left;
	}
.position_label404 {
	font-size:12px;
	color:#666;
	}
.select_p404 {
	font-size:12px;
	color:#333;
	margin:0px 0px 10px 0px;
	}
.input_zip404 {
	color:#333;
	margin:0px 0px 10px 0px;
	}
.btn_continue404 {
	background:url(/Views/images/btnContinue.png) no-repeat 0 0;
    width: 180px;
    height: 40px;
    display: block;
	margin:0px;
	cursor:pointer;
	margin:0px 0px 10px 0px;
	border:0px;
	}
.btn_continueA:hover {
	ba-ckground-position: 0 -33px;	
	}



#divider {
	width:40px;
	height:450px;
	background-image:url(/Views/images/GEO/bg_mid.jpg);
	background-repeat:no-repeat;
	float:left;	
	}


#right_box404 {
	width:550px;
	float:right;
}

#right_box404 a {
	color:#666;
	font-weight:bold;
	text-decoration:none;
}
					
#right_box404 a:hover {
	color:#FD6A00;
	font-weight:bold;
	text-decoration:underline;
}

