body{
	background-image: url('/img/bg.jpg');
	background-repeat: repeat-x;
}
body, table {
	/*background-color: ;
	color: white;*/
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	
}

h1
{
	font-size:170%;
	/*color: White;*/
	text-align: center;
	/*text-transform: uppercase;*/
}
/*
label {
	position: relative;
	top: -10px;
	top: expression(true ? '0px' : '-10');
}*/

input {
	position: relative;
	width: 140px;
}
/*
input[type="checkbox"] {
	
	top: -8px;
	width: 0px;
}

input {
	
	top: expression(this.type=='checkbox' ? '0px' : 'a');
	width: expression(this.type=='checkbox' ? '0px' : 'a');
}*/

.cat_div
{
	padding: 8px 10px 0px 10px;
}