#region_selector {
	text-align: right;
display: block;
position: absolute;
left: 0px;
top: 0px;
width: 1px;
height: 1px;
z-index: 100;
				border-top: 1px solid gray;
				border-right: 3px solid gray;
				border-bottom: 3px solid gray;
				border-left: 1px solid gray;
				background-color: white;
overflow: hidden;
					background-repeat: no-repeat;
					background-position: 50% 50%;
filter: alpha(opacity=90); filter:progid:DXImageTransform.Microsoft.Alpha(style=0, opacity=90); 
				-moz-opacity: 0.9; opacity: 0.9; -khtml-opacity: .9;  -opera-opacity: 90; mso-opacity: 90;
}

#region_selector_hook {
	text-decoration: none;
}
