input,file {
	background-color: #F0F0E8;
	font-size: 9pt;
}

select {
	background-color: #F0F0E8; 
	font-family: "Arial", "Helvetica", "sans-serif"; 
	font-size: 9pt; 
	font-weight: normal; 
	color: #333333
}

textarea {
	background-color: #F0F0E8;
	font-size: 9pt;
}

.pp {
	font-family: "Arial", "Helvetica", "sans-serif";
	font-size: 8pt;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #666666;
	letter-spacing: normal;
	word-spacing: normal;
	border-style: none;
	background-color: #cccccc
}

.no_bg {
	background-color: #FFFFFF
}

.no_bg2 {
	background-color: #EEEEEE
}

.form {
	font-family: "Arial", "Helvetica", "sans-serif";
	font-size: 8pt;
	color: #666666;
	font-weight: normal;
	font-variant: normal;
	text-decoration: none
}

.box {
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	border: #CCCCCC;
	border-width: 1px 2px 2px 1px
}

.link {
	font-family: "Verdana", "Arial", "Helvetica", "sans-serif";
	font-size: 8pt;
	font-weight: normal;
	font-variant: normal;
	color: #993300;
	text-decoration: none;
	text-transform: none;
	font-style: normal
}
/*
.tabdown { border-bottom: thin solid #AAAAAA }
.tableft { border-left: thin solid #AAAAAA }
.tableftdown { border-bottom: thin solid #AAAAAA; border-left: thin solid #AAAAAA }
*/
hr {
	color: #AAAAAA;
}

.hr {
	background-color: #AAAAAA;
}

.debug_header {
	font-family:Arial;
	font-size:9pt;
}

.debug_content {
	font-family:Arial;
	font-size:8pt;
}

.codetitle, .code {
	border:1px solid #888888;
	padding:2px 2px 3px 3px
} 

.codetitle {
	font-size:11px;
	background: #E0E0E0;
	font-weight:bold;
	margin:0px 20px 0 20px
}

.code {
	background:#FFFFFF;
	border-top-width:0;
	color:#060;
	font:12px Fixedsys,Courier;
	overflow:auto;
	height:80px;
	margin:0 20px 0 20px
} 

.alert_message {
  color:#AA0000;
}
