
*{margin:0px;
padding:0px;}



#page form{
	margin:20px auto;
	width:155px;
}

.tzSelect{
	
	/* This is the container of the new select element */
	
	height:26px;
	display:inline-block;
	min-width:160px;
	max-width:160px;
	position:relative;
	
	/* Preloading the background image for the dropdown */
	background:url("../images/dropdown_slice.png") no-repeat -99999px;
}

.tzSelect .selectBox{
	position:absolute;
	height:100%;
	width:100%;
	/* Font settings */
	
	font:12px/26px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	text-align:right;
	text-shadow:1px 1px 0 #EEEEEE;
	color:#666666;
	padding-right:18px;
	
	cursor:pointer;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	background-repeat: repeat-x;
	background-position: right top;
	background-image: url(../images/language.png);
    z-index:100;
}

.tzSelect .selectBox:hover,
.tzSelect .selectBox.expanded{
	filter: alpha(opacity=60);opacity:0.60;
	
}

.tzSelect .dropDown{
	position:absolute;
	top:33px;
	left:0;
	width:100%;
	border:1px solid #32333b;
	border-width:0 1px 1px;
	list-style:none;
	
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	
	-moz-box-shadow:0 0 4px #111;
	-webkit-box-shadow:0 0 4px #111;
	box-shadow:0 0 4px #111;
	z-index:100;
}


.tzSelect li{
	height:26px;
	cursor:pointer;
	position:relative;
	color:#CCCCCC;
	font-size:12px;
	min-width:160px;
	max-width:160px;
	background-image: url(../images/dropdown_slice.png);
	background-repeat: repeat-x;
	background-position: left top;	
	
}

.tzSelect li:hover{
	background-image: url(../images/dropdown_sliceb.png);
	background-repeat: no-repeat;
	background-position: left top;	
}

.tzSelect li span{

	padding-top: 5px;
	padding-left: 5px;
}


.tzSelect li i{
	color:#999999;
	display:block;
	font-size:12px;
}

.tzSelect li img{
	left:9px;
	position:absolute;
	top:13px;
}

/* Page Styles */


.tzine,.tzine:visited{
	background:url("../images/tzine.png") no-repeat right top;
	border:none;
	color:#FCFCFC;
	font-size:12px;
	height:70px;
	left:50%;
	line-height:31px;
	margin:23px 0 0 110px;
	position:absolute;
	top:0;
	width:290px;
}

.tri{
	border-color:transparent transparent #212121;
	border-style:solid;
	border-width:20px 17px;
	height:0;
	left:50%;
	margin:-40px 0 0 -400px;
	position:absolute;
	top:0;
	width:0;
}







.clear{
	clear:both;
}
