html, body {
   margin: 0px;
   padding: 0px;
 }

  

.locale_dropdown {
   z-index: 20;
   float:  right;  
   width:  174px; 
   background-color: #141414;
   display: none;
   position: absolute;
   top: 40px;
   right: 0px;
}

.locale_dropdown_innerdiv {
   padding: 0 13px 3px 13px;
   border-left: 1px solid #4a4b4a;
   border-right: 1px solid #4a4b4a; 
}

.continent-header {
   height: 18px; 
   width: 100%;
   font-weight: bold;
   color: #a0a0a0;
   margin: 0px;
   padding: 0px;
   padding-top: 5px;
   text-transform:capitalize;
}

.locales {
   height: 16px; 
   width: 100%;
   font-weight: normal;
   color: #5f5f5f;
   margin: 0px;
   padding: 0px;
   text-transform:capitalize;
   cursor: pointer;   
}

.locale_selector_dashed_line {
   background-image: url(../images/locale_selector/dashed_line_locale.jpg);
   background-repeat: no-repeat;
   height: 1px;
   width: 100%;
}

.locale_flag {
   width: 16px;
   height: 11px;
   padding-right: 5px;
}

.age_button_left {
	float: left;
	background-image: url(../images/age-button-left.gif);
	width: 8px;
	height: 34px;
	cursor: pointer;	
}

.age_button_middle {
	float: left;
	background-image: url(../images/age-button-back.gif);
	background-repeat: repeat-x;
	color: #fff;
	display:block;
	width:100%;
 	font-size: 11px;
	text-align: left;
	cursor: pointer;
}

.age_button_right {
	float: left;
	background-image: url(../images/age-button-right.gif);
	width: 8px;
	height: 34px;
	cursor: pointer;	
}

.enter_button_right {
	background-image: url(../images/enter-killzone.jpg);
	width: 151px;
	height: 40px;
	margin: auto;
	cursor: pointer;	
}

.enter_button_right_hover {
	background-image: url(../images/enter-killzone-hover.jpg);
	width: 151px;
	height: 40px;
	margin: auto;
	cursor: pointer;	
}

 










