* {
	padding: 0;
	margin:0;
}

body {
	font-family: 			Arial, Helvetica;
	font-size:				12px;
	color:					#4C4C4C;
}

.selectBox{
	width: 200px;
	float:left;
}

#selectboxHolder{
	border-color:#E0EAEF;
	width:201px;
}


/*ie*/
* html .selectBox{
	width: 400px;
	float:left;
}

* html #selectboxHolder{
	border-color:#E0EAEF;
	width:401px;
}



.hidden{
	display:none;
}

.visible{
	
	display:block;
	
}

#debug {
	position: absolute;
	top:0;
	left:10px;
	text-align:left;
	border: 1px solid #f00;
	width:200px;
	height:300px;
	overflow:scroll;
	background-color:#f00;
}

.jqmWindow .centertext{
	text-align:				center;
}
