body {
	background-color: #000000; 
	font-family:"Trebuchet MS";
	font-size:12px;
	color: #aaccff;
	}

p {
}
table {
	border: 1px dotted #eeeeee;
	width: 80%;
	text-align: justify;
	margin-left: auto;
	margin-right: auto; 
}

td {
	border: 2px solid #d0d0d0;
}

a {
    color: red;
}

label#form {
	display: block;
	width: 100px;
	float: left;
	font-style: bold;
}

label#form2 {
        display: block;
        width: 200px;
        float: left;
        font-style: bold;
}
				

input, textarea, select {
	display: block;
	float: left;
 	background: #f4f4f4;
	 border: 1px solid #b2b2b2;
 	margin: 2px;
 	padding: 3px;
 	width: 150px;
}

div#form {
	overflow: auto;
	clear: both;
	margin-bottom: 0.5em;
}

input.check id="form",
input.submit id="form" {
	margin-left: 100px;
}

label.check {
	width: auto;
}	

