﻿html, body
{
	font-family: tahoma;
	font-size: 11px;
	caption-side: top;
	padding:0;
	margin:0;
	width:100%;
	height:100%;
}

select
{
	font-family: tahoma;
	font-size: 11px;

}

textarea
{
	font-family: tahoma;
	font-size: 11px;

}
.Textbox
{
	width:130px;
	font-family:tahoma;
}

.Button
{
	border-left: 3px double #CCCCCC;
	border-right: 3px double #999999;
	border-top: 3px double #CCCCCC;
	border-bottom: 3px double #999999;
	background-attachment:scroll;
	background-image:url('fade-butt.png');
	background-position:0 0;
	background-repeat:repeat;
	color:#333333;
	font-family:Tahoma;
	font-size:8pt;
	font-weight:bold;
	padding:0.25em;
	width:139px;
	height: 29px;
}
