
body {
	font-family: Arial;
}

#clock {
	position: absolute;
	left: 580px;
	top: 300px;
	z-index: 10000000;
	overflow: hidden;
	visibility: hidden;
}

#birthdata {
	position: absolute;
	top: 10px;
	right: 10px;
}

.hname, .town {
	width: 100%;
	border: 1px solid;
	padding: 6px;
}

#loadWindow {
	width: 500px;
	margin: 10px;
	visibility: hidden;
}

.windowcontent {
	padding: 10px;
}

.butt {
	margin:10px;
}

#curr_year, #curr_month, #curr_day {
	width: 60px;
	height: 15px;	
}

.loadSelect {
	width: 100%;
}

#canv {
	position: absolute;
	left: 10px;
	top: 150px;
}

#datatab, #share {
	visibility: hidden;
	width: 600px;
}


#radix_aspects {
	position: absolute;
	left: 0px;
	top: 560px;
	width: 380px;
	height: 250px;
	padding: 10px;
	overflow: scroll;
}

#progr_aspects {
	position: absolute;
	left: 400px;
	top: 560px;
	width: 380px;
	height: 250px;
	padding: 10px;
	overflow: scroll;
}

#controls {
	position: absolute;
	left: 800px;
	top: 560px;
	width: 380px;
	height: 250px;
	padding: 10px;
}

.window .tinput {
	width: 60px;
	height: 15px;
	border: 1px solid;
	padding: 3px;
	font-size: 12px;
	margin: 5px;
}

.infostr {
	width: 600px;
}

.button {
	width:60px;
	margin-right: 15px;
	heigh: 15px;
	background-color: #ddd;
}
