body {
	margin-top: 0px;
	background-image: url();
	margin-left: 0px;
	margin-right: 0px;
	background-color: #000000;
}
body,td,th { font-size: medium; }
.style1 { font-size: 12px; color: #0066CC; }
.style2 { font-size: 12px; color: #FFFFFF; }
.input {
	line-height: 12px;
	background-color: #FFFFCC;
	height: 16px;
	border: 1px solid #7F9DB9;
}
.video-container {
	position: relative;
	width: 160px;
	height: 160px;
	margin-top: 10px;
	margin-left: 10px;
}
.video-container video {
	position: absolute;
	width: 100%;
	height: 100%;
}
.form-table {
	margin-top: 10px;
}
