/*** These styles are NOT Netscape 4.x compatible ***/

table {
	color: #888888;
	}    

.label { 
	font-size:12px;
	letter-spacing:2px;
	}

.textlabel { 
	font-size:12px;
	letter-spacing:2px;
	}

.checkboxlabel {
	font-size:12px;
	letter-spacing:2px;
	}

.radiolabel { 
	font-size:12px;
	letter-spacing:2px;
	}   

.font { 
	width:100%;
	}	   

.err {
	font-size:10px;
	color:red;
	}

.errBox{
	width:455;
	padding:10px;
	background-color:#F1F3F3;
	text-align:left;
	color: #888888;
	border:1px solid #CCCCCC;
	}

.errBoxName{
	font-weight: bold;
	}

.text { 
	font-family:arial,helvetica,verdana,sans-serif;
	font-size:12px;
	color: #888888;
	width:100%;
	height:20px;
	border:1px solid #CCCCCC;
	}

.textarea { 
	font-family:arial,helvetica,verdana,sans-serif;
	font-size:12px;
	color: #888888;
	width:100%;
	height:125px;
	border:1px solid #CCCCCC;
	overflow:auto;
	scrollbar-track-color: #CCCCCC;
	scrollbar-face-color: white;
	scrollbar-highlight-color: white;
	scrollbar-3dlight-color: white;
	scrollbar-darkshadow-color: white;
	scrollbar-shadow-color: white;
	scrollbar-arrow-color: #888888;
	}

.select { 
	font-family:arial,helvetica,verdana,sans-serif;
	font-size:12px;
	color: #888888;
	width:100%;
	height:19px;
	}

.multiselect { 
	font-family:arial,helvetica,verdana,sans-serif;
	font-size:12px;
	color: #888888;
	width:100%;
	height:75px;
	}	  

.fieldset { 
	border:1px solid #CCCCCC;
	padding:3px;
	}	   

.button {
	font-family:arial,helvetica,verdana,sans-serif;
	font-size:12px;
	color: #888888;
	letter-spacing:2px;
	border:1px solid #CCCCCC;
	background-color:white;	    
	width:146px;
	margin:2px;
	cursor:hand;
	}    