﻿body {
    margin: 0;
	padding: 0;
	background: white;
	font-size: 13px;
	font-family: Verdana,Arial,Tahoma,Helvetica, sans-serif;
}

.Button:hover
{
	border-style: none;
	background: url(Images/buttonMain.png) no-repeat;
	background-position: 0 -31px;
	height: 31px;
	width: 83px;
}
.Button:active
{
	border-style: none;
	background: url(Images/buttonMain.png) no-repeat;
	background-position: 0 -31px;
	height: 31px;
	width: 83px;
}
.Button
{
	border-style: none;
	font-family: Verdana,Arial, Helvetica, sans-serif;
	background: url(Images/buttonMain.png) no-repeat;
	background-position: 0 0;
	color: #FFF;
	width: 83px;
	height: 31px;
	vertical-align: middle;
	text-align: center;
	font-size: 13px;
	cursor: pointer;
	text-decoration: none;
}
.CommonControllStyle
{
	border: 1px solid #999999;
	background-color: #ffffff;
	font-family: Verdana;
	padding: 7px; /*padding:4px; firefox*/ /*color:#999999; 	 padding: 3px 2px;  height:16px; border-radius: 5px; -webkit-border-radius: 5px;  	-moz-border-radius: 5px;  	-khtml-border-radius: 5px;*/
}
