html,body {
	text-align:center;
	height:100%;
}
.text,
input[type="text"],
input[type="password"]{
	font-size:20px;
	width:100%;
	max-width:300px;
}
select{
	font-size:30px;
	width:100%;
	max-width:300px;
}
select.harf{
	font-size:20px;

}
.button,
input[type="button"],
input[type="submit"]{
	font-size:30px;
	height:50px;
	width:90%;
	max-width:300px;
}
table {
	width:100%;
	border:1px #000 solid;
	border-collapse: collapse;
	max-width:350px;
}
th,td{
	border:1px #000 solid;
}
th {
	width:90px;
	background-color:#FCC;
}
.graph_ctl{
	border:0px #000 solid;
/*	position: fixed;
	bottom:0px;
	left:0px;
	clear:both;*/
	height:60px;
	width:100%;

}
.graph_ctl td ,
.graph_ctl th {
	border:0px #000 solid;
}