/* CSS Document */

body {
	
 scrollbar-face-color: #009900;
scrollbar-highlight-color: #FFFFFF;
scrollbar-3dlight-color: #00CC00;
scrollbar-shadow-color: #CCCCCC;
scrollbar-darkshadow-color: #000000;
scrollbar-arrow-color: #FFFFFF;
scrollbar-track-color: #FFFFFF;
}

blockquote {
	color: #0033cc;
	width: 30em;
	margin: 0;
	float: centert;
	font-size:14;
	font-weight : bolder;
	font-style : italic;
}


		
.commentbox{
background-color: #ececec;
width: 250px;
padding: 10px;
}

.commentfooter{
background:  url(arrow.gif) 20px 0 no-repeat; /*20px 0 equals horizontal and vertical position of arrow. Adjust as desired (ie: 20px -5px).*/
padding-left: 58px;
padding-top: 1px;
margin-bottom: 2em;
font-size: 90%;
background: green;
}
	
	
.tiny {
	font-size: 12px;
	line-height: 16px;
	}
	
label{
float: center;
width: 120px;
font-weight: normal;
}

input, textarea{
width: 180px;
margin-bottom: 5px;
}

textarea{
width: 350px;
height: 150px;
}

.boxes{
width: 1em;
}

#submitbutton{
margin-left: 120px;
margin-top: 5px;
width: 90px;
}

br{
clear: left;
}
	
