body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url();
	background-color: #DBDBD9;
}
.textarea {
	font-family:Verdana; 
	font-size:11px; 
	border:1px solid #000000;
	FILTER: alpha(opacity=70);
}
.box {
	FILTER: alpha(opacity=70);
}
.txt {
	font-family:Verdana; 
	font-size:10px; 
}

.error {
   width:400px;
   height:200px;
   margin: auto;
   border: 1px solid #999999;
   background-color: #F0F0F0;
}

.warning {
   width:400px;
   height:122px;
   border: 1px solid #999999;
   background-color: #F0F0F0;
}

.info {
   width:400px;
   height:200px;
   border: 1px solid #999999;
   background-color: #F0F0F0;
}

.help {
   width:400px;
   height:200px;
   border: 1px solid #999999;
   background-color: #F0F0F0;
}

a {
	position: relative;
}

a:link {
	color: #666666;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #666666;
}
a:hover {
	text-decoration: none;
	color: #000000;
}
a:active {
	text-decoration: none;
	color: #666666;
}
.button {
	border: #999999 1px hidden;
	background-color: #CCCCCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	padding: 2px;
}
