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

.dimmer {
	background-color: rgb(0, 0, 0);
	opacity: 0.7; /* Safari, Opera */
	-moz-opacity:0.70; /* FireFox */
	filter: alpha(opacity=70); /* IE */
	z-index: 20;
	height: 100%;
	width: 100%;
	background-repeat:repeat;
	position:fixed;
	top: 0px;
	left: 0px;
	display: none;
}

.editform {
	z-index: 30;
	background-color: #CC9966;
	position: absolute;
	top: 40px;
	left: 50%;
	margin-left: -300px;
	padding:20px;
	width: 500px;
	height: 550px;
}
.updatetable {
	width: 500px;
	}

#main {
	width: 600px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
}
.control {
	height: 20px;
	width: 100px;
	margin: 5px 27px;
	display: block;
	text-decoration: none;
	border:none;
}
