.input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	width: 200px;
	padding-left: 4px;
	background-color: #C9C5B9;
	background-attachment: fixed;
	background-image: url(../img/bg_input.gif);
	border-top: 1px solid #C9C5B9;
	border-right: 1px solid #F1EDE1;
	border-bottom: 1px solid #F1EDE1;
	border-left: 1px solid #C9C5B9;

}
.inputmulti {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	letter-spacing: 1px;
	height: 100px;
	width: 200px;
	padding: 10px;
	border-top: 1px solid #C9C5B9;
	border-right: 1px solid #F1EDE1;
	border-bottom: 1px solid #F1EDE1;
	border-left: 1px solid #C9C5B9;
	background-color: #C9C5B9;
	background-attachment: fixed;
	background-image: url(../img/bg_input.gif);
}

 om du vill ändra scrollbar: scrollbar-face-color: #444444; scrollbar-highlight-color: #666666; scrollbar-3dlight-color: #111111;scrollbar-arrow-color:  #CCCCCC; scrollbar-track-color: #111111; scrollbar-darkshadow-color: #111111; scrollbar-shadow-color: #111111; 
 

.buttons {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #333333;
	background-color: #C9C5B9;
	letter-spacing: 1px;
	cursor: hand;
	border: 1px solid #C9C5B9;
}
