html{
	background:#eee;
}

#container{
	background:#fff;
	border:1px solid #ccc;
	width: 850px;
	-webkit-box-shadow:rgba(0,0,0,.2) 0px 0px 5px;
	-moz-box-shadow:rgba(0,0,0,.2) 0px 0px 5px;
	margin: 40px auto;
}

body{
	text-align:center;
	font-size:small;
	font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
}

form.commissioning { 
	margin:20px 20px 0 20px;
	padding:0 0 20px 0; 
}

table.main {
	border: 1px solid;
	border-collapse: collapse;
	border-color: gray;
}

table.main th {
	border-width: 1px;
	padding: 1px;
	border-style: inset;
	border-color: gray;
	background-color:#eee;
	text-align:left;
	text-indent:5px;
	color:#444;
	font-size:90%;
	font-weight:bold;
	line-height:180%;
}

table.main td {
	border-width: 1px;
	padding: 1px;
	border-style: inset;
	border-color: gray;
	background-color: white;
}

table.nested {
	border: none;
	border-collapse: collapse;
	padding:0;
	margin-left:5px;
	margin-bottom:10px;
	margin-top:10px;
}

table.nested td {
	border:none;
	padding:0;	
}

table.nested th {
	border:none;
	padding:0;	
	background-color: white;
	text-align:center;
}


h1 {
	margin-top:20px;
	text-align:center;
	color:#333;
	font-size:300%;
	font-weight:bold;
	line-height:100%;
}

.info {
	text-align:center;
	color:#444;
	font-size:95%;
	font-weight:bold;
	line-height:135%;
	margin: 15px;
}

.leftmargin {
	margin-left:10px
}

.txt {
	text-align: left;
	margin-left: 10px;
	margin-top:10px;
}

.checkboxes{
	font-size:100%;
	text-align:left;
}
