body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #edebeb;
}
.text {
	font-family:Tahoma, sans-serif; 
	font-size:11px; 
	color:#b5acac;
}
.text_dark {
	font-family:Tahoma, sans-serif; 
	font-size:11px; 
	color:#666363;
}
.text_alert {
	font-family:Tahoma, sans-serif; 
	font-size:11px; 
	font-weight: bold;
	color:#CC0000;
}

#login {
	padding-top:5px;
}

#login .theInput {
	font-family:Tahoma, sans-serif; 
	font-size: 11px;
	width: 200px;
	height: 18px;
	color: #333333;
	text-align:left;
	padding-top: 5px;
	padding-left: 3px;
	border: 1px solid #ccc4c4;
	margin-bottom:3px;
}


#login .theSubmit {
	font-family:Tahoma, sans-serif; 
	font-size: 11px;
	font-weight:bold;
	width: 60px;
	height: 22px;
	background-color: #333333;
	color: #FFFFFF;
	margin-top:5px;
	border:none;
}

#myForm {
	padding-top:5px;
}

#myForm .theInput {
	font-family:Tahoma, sans-serif; 
	font-size: 11px;
	width: 200px;
	height: 18px;
	color: #333333;
	text-align:left;
	padding-top: 5px;
	padding-left: 3px;
	border: 1px solid #ccc4c4;
	margin-bottom:3px;
}

#myForm .theSubmit {
	font-family:Tahoma, sans-serif; 
	font-size: 11px;
	font-weight:bold;
	width: 60px;
	height: 22px;
	background-color: #333333;
	color: #FFFFFF;
	margin-top:5px;
	border:none;
}

#register {
	padding-top:0px;
}

#register .theInput {
	font-family:Tahoma, sans-serif; 
	font-size: 11px;
	width: 330px;
	height: 18px;
	color: #333333;
	text-align:left;
	padding-top: 5px;
	padding-left: 3px;
	border: 1px solid #ccc4c4;
	margin-bottom:3px;
}
#register .theInputCombo {
	font-family:Tahoma, sans-serif; 
	font-size: 11px;
	width: 335px;
	height: 20px;
	color: #333333;
	text-align:left;
	border: 1px solid #ccc4c4;
}

#register .theInputTextArea {
	font-family:Tahoma, sans-serif; 
	font-size: 11px;
	width: 330px;
	height: 200px;
	color: #333333;
	text-align:left;
	padding-top: 5px;
	padding-left: 3px;
	border: 1px solid #ccc4c4;
	margin-bottom:3px;
}

#register .theSubmit {
	font-family:Tahoma, sans-serif; 
	font-size: 11px;
	font-weight:bold;
	width: 60px;
	height: 22px;
	background-color: #333333;
	color: #FFFFFF;
	margin-top:5px;
	border:none;
}

.log {
	font-family:Tahoma, sans-serif; 
	font-size: 11px;
	font-weight:bold;
}

a.log:link {
	color:#666363;
	text-decoration: none;
}
a.log:visited {
	color:#666363;
	text-decoration: none;
}
a.log:hover {
	color:#666363;
	text-decoration: underline;
}
a.log:active {
	color:#666363;
	text-decoration: none;
}