﻿body 
{
	margin: 0px;
	background-image:url(images/bg.JPG);
	background-repeat:no-repeat;
	background-position:center top;
	background-color: #e7e7e7;
}
.label
{
	font-family:"Times New Roman", Times, serif;
	color:#333333;
	font-size:12px;
	font-weight: bold;
}
.button
{
	border: 0px;
	background-image:url(images/butten.JPG);
	background-repeat:repeat-x;
	height:30px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#FFFFFF;
}
a.button:hover
{
	border: 0px;
	background-image:url(images/butten1.JPG);
	background-repeat:repeat-x;
	height:30px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#FFFFFF;
	text-decoration: underline;
}
.withe
{
	width:150px;
}