
	/* functional classes */
input.text.disabled 
{
	color:#999;
	background-color:#eee;
}

#content 
{
	width: 770px;
	height: 344px;
	padding: 0;
	margin: 0;
}

#imgMessage 
{
	position: relative;
	float: left;	
	margin: 0;
	padding: 0;
	
}

#cultureSelect 
{
	position: relative;
	float: left;	
	height: 324px;
	margin: 0;
	padding: 10px;
	width: 283px;
	height: 335px;
	/* IE5 box model hack*/	
	voice-family: "\"}\"";
	voice-family: inherit;
	width:283px;
	height: 315px;
}
html>body #cultureSelect 
{
	width:263px;
	height: 315px;
}


#map 
{
	position: absolute;
	top: 224px;
	left: 512px;
	width: 227px;
	height: 119px;
	border: 0;
}

.cultures 
{
	position: absolute;
	top: 230px;
	left: 311px;
	background: #fff;
	border: 1px solid #8f8f8f;
	width: 140px;
	padding: 10px;	
	font-size: 11px;
}

#region1, #region2, #region3, #region4 
{
	display: none;
}

a.closeDiv, a.closeDiv:link, a.closeDiv:visited 
{
	position: absolute;
	top: 5px;
	right: 5px;
	color: #fff;
	background: #058D5F;
	padding: 0 4px 3px 4px;
	text-decoration: none;	
}

a.closeDiv:hover, a.closeDiv:active 
{
	text-decoration: underline;	
}

#culture {
	position: relative;
	top: 40px;
	padding: 0;
}
#selectBtn {
	position: relative;
	top: 42px;
	padding: 0;
}
