/* CSS Document */

.site2 {
		width:			22px;
		height:			20px;
		float:			left;
		background-color:	#00FF00;
		
		color:			#3e3e3e;
		font-family:	Verdana;
		font-size:		11px;
		font-weight:	700;
	}
.site1 {
		width:			22px;
		height:			20px;
		float:			left;
		background-color:	#FFFF99;
		
		color:			#3e3e3e;
		font-family:	Verdana;
		font-size:		11px;
		font-weight:	700;
	}
.site0 {
		width:			22px;
		height:			20px;
		float:			left;
		background-color:	#FF4D00;
		
		color:			#3e3e3e;
		font-family:	Verdana;
		font-size:		11px;
		font-weight:	700;
	}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: 200;
	color: #1b1b1b;
	
	background-color: #FFFFFF;
}
input.text { 
		width: 300px;
	}
textarea {
		width: 300px;
	}