body{	
	/*margin:1em 5em 5em 5em;*/ 
	font-family:"Verdana", Geneva, sans-serif;
}
input{	text-align: right; width:10em;}
input[type=button], input[type=reset]{	text-align:center;}
input[type=button]{ font-size: 1em; text-align:center; margin:0.1em; border-radius:6px; background:#2e6e9e; color:white; padding:0.1em; line-height: 1.2;}

select{	text-align: center; background-color:#FAEBD7; width:10em;}
table{	cellspacing: 50; border:1; margin:auto;}
td{	text-align:right; padding:.1em .2em .1em .2em;}
form{
	border : .2em solid;
	padding : 0em;
	border-color:black;
	background: #D5ECFF;
}
label{
	width: 18em;
	float: left;
	text-align: right;
	margin-right: 0.5em;
	display: block
}
fieldset{width:40em; margin:auto;}
div.titlebar{background:black; color:white; margin: 0em 0em 0em 0em; cursor:pointer;}