body {
	font-family: Arial;
}

div.center {
	position: absolute;
	top: 50px;
	left: 50%;
	margin-left: -210px;
	width: 420px;
	box-shadow: 0px 0px 20px #444; -moz-box-shadow: 0px 0px 20px #444;
}


div.title {
	padding: 3px 0px;
	border-bottom: solid 1px #C0C0C0;
	background-image: url('../images/titleBg.png');
	font-weight: bold;
	width: 100%;
}

div.content {
	overflow: hidden;
	padding: 5px;
}

div.row {
	overflow: hidden;
	padding: 3px;
}

div.left {
	float: left;
	width: 170px;
}

div.right {
	margin-left: 170px;
}

a img {
	border: none;
}

#tooltip {
	display: none;
	position: absolute;
	z-index: 1000;
	background-color: #FFFFCC;
	font-size: 10pt;
	border: solid 1px #C0c0C0;
	padding: 2px;
}

input
{
	border: 1px solid #CCCCCC;
}

option.language
{
	background-repeat: no-repeat;
	background-position: 2px 50%;
	padding-left: 20px;
}
