BODY,TD, INPUT{
	FONT-SIZE: 8pt;
	FONT-FAMILY: Tahoma;
	margin: 0;
	line-height: 16px;

}
A{
color: #3C70D1;
text-decoration: underline;
}


.canvas{
	WIDTH: 498px;
	HEIGHT: 400px;
	background: url(../Graphics/main.png);
	background-repeat: no-repeat;
	float: left;
}
.content{
float:right;
	height: 220px;
	margin: 135px 20px 0px 18px;
	width: 93%;
}

.label{
	font-size: 10pt;
	color: #a8a8a8;
	font-weight: bold;
}

FIELDSET{
	margin: 4px;
	border: 1px solid #c8c8c8;
	width: 100%;
}
LABEL{
font-weight: bold;
cursor: pointer;
padding-right: 2px;
}
.tip{
	padding: 4px 4px 4px 30px;
}
.buttonRow{
	float: right;
	padding-right: 14px;
}
.btn{
	width: 50px;
	text-align: center;
	font-size: 7pt;
	background-image: url(../Graphics/button_reg_1.gif);
	background-repeat: repeat-x;
	border-width:0;
        CURSOR: hand; 
	COLOR: black;

}

.btn a{
	font-size: 7pt;
	color: black;
	text-decoration: none;
	width: 100%;
}
.btn a:hover{
	color: #6c6c6c;
	text-decoration: none;
}
.btn_disabled{
	width: 50px;
	text-align: center;
	background-image: url(../Graphics/button_disabled_1.gif);
	background-repeat: repeat-x;
	font-size: 7pt;
	color: gray;
	text-decoration: none;
	cursor: default;
}

ul.successful{
	list-style-image: url(../Graphics/Checked_OK.gif);
}

.tip_installed{
	font-size:7pt;
	color:#a8a8a8;
	font-weight: bold;
}
