/* CSS Document */

html, body{ 
margin: 0; 
padding: 0; 
height: 100%; 
min-height: 100%;
background: #bc883f;
} 
html{ 
font: italic 12px Geneva, Arial, Helvetica, sans-serif; 
color: #232325; 
}
.bg_1 {
	background-image: url(img1/birzualus_bg1.jpg);
	background-repeat: repeat-y;
	background-position: right top;
}
.bg_2 {
	background-image: url(img1/birzualus_bg2.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}
.textfield {
	border: none;
	background: #C49564;
	font: normal 12px "Times New Roman", Times, serif;
	color: #8a6846;
	scrollbar-arrow-color: #CAB066;
	scrollbar-face-color: #C49564;
	scrollbar-track-color: #C49564;
	scrollbar-3dlight-color: #CAB066;
	scrollbar-shadow-color: #CAB066;
	scrollbar-highlight-color: #C49564;
	scrollbar-darkshadow-color: #C49564;
	width: 12px;
	
	
}
form {
	margin: 0px;
	padding: 0px;
}
