/* DATA / REGISTR PANEL */
.extraItem {
	overflow: hidden;
	margin: auto;
	width: 184px;
	height: 230px;
}
div.extraWindow {
	display: block;
	margin: auto;
	width: 180px;
	height: 220px;
	text-align: center;
	color: black;
	border-bottom: 1px solid #AAAAAA;
	border-right: 1px solid #CCCCCC;
	background-color: #EEEEEE;
	
}
div:hover.extraWindow {
	border-bottom: 1px solid #AAAA66;
	border-right: 1px solid #CCCC88;
	background-color: #EEEEAA;
}
a.extraHref {
	width: 170px;
	height: auto;
	display: block;
	text-decoration: none;
	color: black;
	clear: both;
}
a:hover.extraHref {
	color: red;
}
#regBlock {
	overflow: hidden;
	margin: auto;
	width: 600px;
	height: auto;
	background-color: #DDDDDD;
}
#regCenter {
	margin: auto;
	width: 580px;
	height: auto;
	clear: both;
}
#regCenter2 {
	margin: auto;
	width: 580px;
	height: auto;
}

#regLabel {
	float: left;
	width: 200px;
	height: 23px;
}
#regInput {
	float: left;
	width: 380px;
	height: 23px;
}
#regButtons {
	width: 600px;
	height: 30px;
	text-align: center;
}
#regDescript {
	float: left;
	width: 200px;
	height: 60px;
}
#regDescriptText {
	float: left;
	width: 300px;
	height: 60px;
}
#default {
	width: 200px;
	height: 16px;
	font-family: Tahoma;
	font-size: 10pt;
}
#halfDefault {
	width: 95px;
	height: 16px;
	font-family: Tahoma;
	font-size: 10pt;
}
#formStreet {
	width: 150px;
	height: 16px;
	font-family: Tahoma;
	font-size: 10pt;
}
#formCP {
	width: 40px;
	height: 16px;
	font-family: Tahoma;
	font-size: 10pt;
}
#formCity {
	width: 150px;
	height: 16px;
	font-family: Tahoma;
	font-size: 10pt;
}
#formPSC {
	width: 40px;
	height: 16px;
	font-family: Tahoma;
	font-size: 10pt;
}
#formVSpace {
	float: left;
	width: 5px;
	height: 16px;
}
#formStar {
	display: inline;
	color: red;
	font-weight: bold;
}
#formLegends {
	float: right;
}
#formTitle {
	float: left;
}
#formSwitcher {
	float: left;
	width: 193px;
	height: 20px;
	text-align: center;
	font-weight: bold;
}
#formSpace {
	width: 580px;
	height: 10px;
}
#formArea {
	width: 200px;
	height: 50px;
	font-family: Tahoma;
	font-size: 10pt;
}
a#formPanelSwitch {
	display: block;
	font-family: Tahoma;
	font-size: 10pt;
	font-weight: bold;
	color: black;
	text-decoration: none;
	height: 20px;
	width: 193px;
}
a:hover#formPanelSwitch {
	color: red;
	background-color: #AAAAAA;
}
#formPanelSelect {
	display: block;
	font-family: Tahoma;
	font-size: 10pt;
	font-weight: bold;
	text-decoration: none;
	height: 20px;
	width: 193px;
	color: red;
	background-color: #AAAAAA;
}

