﻿body
{
	margin:0;
	padding:0; 	
}
body, input, textarea, select, option
{
	font-family:Verdana;
	font-size:12px;	
	
	color:#333;
	background-image: url(../images/backgroud.png);
	background-repeat:repeat-x;
	scrollbar-base-color: #efe;
	scrollbar-arrow-color: #666;
	scrollbar-3dlight-color: #666;
	scrollbar-darkshadow-color: #666;
	scrollbar-face-color: #efe;
	scrollbar-highlight-color: #efe;
	scrollbar-shadow-color: #efe;
	scrollbar-track-color: #eee;
}
input, textarea, select, option
{
	border:1px solid #a7a5a5;
	background:#efe;
}
.checkbox input, .checkbox
{
	border:0;
	background:none;
}
.removeInputStyle input, .removeInputStyle
{
	border:0;
	background:none;
}
.button
{
	background:#cfc;
}
.buttonImportant
{
	background:#f99;
}
.menu
{
	color:#eee;
}
.menu:hover, .menuSelected
{
	color:#fff;
	background:#090;	
}
.readonly
{
	background:#eee;
}
.ButtonArea
{
	background:#efe;
	padding:5px;
	text-align:center;
}
.main
{
	background-image: url(../images/backgroud.png);
	background-color:Red;
	background-repeat:no-repeat;	
}