body{

scrollbar-face-color:#FFFFFF;
scrollbar-highlight-color:#FF8000;
scrollbar-3dlight-color:#C0C0C0;
scrollbar-darkshadow-color:#000000;
scrollbar-shadow-color:#FF0000;
scrollbar-arrow-color:#400040;
scrollbar-track-color:#E0E0E0;

margin: 0px;
	background-image: url(./img/fondo.gif);
	background-repeat: no-repeat;
	background-position: top right;
	
	
}
.raya{
	background-image: url(./img/raya.gif);
	background-repeat: no-repeat;
	background-position: top 75px;

}
.esq{
	background-image: url(./img/esquina.gif);
	background-repeat: no-repeat;
	background-position: top left;
}

select, input, textarea {	
	
	background-color: #E0F9E0;
	
}