body{
	padding:0px;
	margin:0px;
	font-family:Verdana,Tahoma,Arial,Helvetica,sans-serif;
	font-size:11px;
}
a,a.hover{
	color:#0000ff;
}
h2{
	color:#3080d0;
	font-weight:bolder;
	font-size:15px;
	margin-top:15px;
	text-align:center;
}
#info{
	margin:0px auto;
	width:600px;
	text-align:center;
}
.Table{
	margin:3px auto 12px auto;
}
#infoLine{
	width:620px;
	height:21px;
	margin:20px auto 0px auto;
}
#actionsBlock{
	float:left;
}
#actionsBlock a{
	font-weight:bold;
}
#resultBlock{
	float:right;
	font-size:13px;
	font-weight:bolder;
}
#result{
	font-weight:bold;
}
#stockLeft{
	color:#ffffff;
	font-weight:bolder;
}
.btn{
	cursor:pointer;
}
.screen{
	position:absolute;
	margin:20px;
	display:none;
	border:3px solid #1C6E34;
	background:#fff;
	text-align:center;
	line-height:16px;
	font-size:12px;
	z-index:100000;
}
.topscreen{
	text-align:right;
	margin:4px 6px;
}