@charset "utf-8";
/* CSS Document */

body{
	margin:0;
	text-align:center;
	font-family:Verdana, Geneva, sans-serif;
	font-size:small;
}

#header{
	margin:0 auto 0 auto;
	border:0;
}

#bar{
	width:100%;
	background-color:#CCC;
	text-align:right;
	font-size:large;
}

form{
	float:left;
	margin:1em;
	position:relative;
}

.lineform label,.lineform div{
	text-align:left;
	clear:both;
}

.lineform input,.lineform select{
	float:right;
}

.lineform input.rev{
	float:none;
}

fieldset{
	margin:0 auto 0 auto;
}

label,form div{
	display:block;
	padding-bottom:5px;
	margin-bottom:1px;
}

.error{
	color:#F00;
	background-color:#FFF;
	width:auto;
}

.info{
	font-size:smaller;
	color:#00F;
}

td,th,label,form div,form dd{
	background-color:#DDF;
}

table{
	border-spacing: 1px;
	border-collapse: separate;
	background-color: white;
}

th,td{
	padding: 1px;
}

table,th,td{
	border-width: 1px;
	border-style: solid;
	border-color: white;
}

form dd{
	margin-bottom:1em;
}

form dt{
	background-color:#EEF;
}

form dt,form dd{
	text-align:left;
}

td{
	overflow:hidden;
}

td div{
	height:1em;
	text-align:left;
	overflow:hidden;
	background-color:transparent;
}

.limit{
	max-width:375px;
}

table input{
	width:90px;
}

