body {
}
#header {
	background: url(../images/mtad.jpg);
	height: 109px;
	width: 402px;
}
#main_container {
	width: 450px;
	overflow: hidden;
	position: relative;
	visibility: visible;
	z-index: 100;
	height: 420px;
	margin-top: 10%;
	background: url(images/virtuscms.jpg) no-repeat;
	border: 1px solid #FFFFFF;
}
#log {
	font: 11px "Trebuchet MS";
	color: #5AA426;
	float: left;
	height: 200px;
	width: 450px;
}
#log h3 {
	font: bold 11px "Trebuchet MS";
	color: #5AA426;
	margin: 10px 0px 5px;
}
#log_btn {
	font: bold 11px "Trebuchet MS";
	color: #000033;
	height: 22px;
	width: 100px;
	border: 1px solid #5AA426;
	margin-top: 10px;
	background: #5AA426;
	margin-left: 90px;
}
#log_input {
	font: normal 11px "Trebuchet MS";
	color: #000033;
	background: url(images/bg_form.gif);
	width: 100px;
	border: 1px solid #666666;
	padding: 2px;
}
#log_input:focus, #log_input:hover {
	font: normal 11px "Trebuchet MS";
	color: #000033;
	background: #CCCCCC;
	width: 100px;
	border: 1px solid #FF0000;
	padding: 2px;
}
#who {
	font: bold 13px "Trebuchet MS";
	color: #5AA426;
	margin-top: 220px;
}
#alert {
	font: bold 13px "Trebuchet MS";
	color: #FF0000;
	margin-top: 5px;
	margin-bottom: 5px;
}
