.gbulkscanner {
	border: 1px solid inherit;
	width: 420px;
	height: 130px;
}	
.gbulkscanner .title {
	border-bottom: 1px dotted #cccccc;
    font-size: 8pt;
    font-weight: bold;
    margin-bottom: 10px;
    padding: 3px;
    text-align: left;
}
.gbulkscanner .buttons {
	margin: 5px;
	height: 70px;
}
.gbulkscanner .button {
	width: 100px;
	height: 50px;
	float: left;
	text-align:center;	
}
.gbulkscanner a, .gbulkscanner a:visited {
	color: blue;
}
.gbulkscanner .button:hover {
	text-decoration: underline;
}
.gbulkscanner .appletLinkActive {
	cursor: pointer;
	cursor: hand;
	color: blue;
}
.gbulkscanner .appletLinkActive .button:hover {
	text-decoration: underline;
}
.gbulkscanner .appletLinkInactive {
	color: #333;
	cursor: auto;
}
.gbulkscanner .appletLinkInactive .button:hover {
	text-decoration: none;
}
.gbulkscanner .appletLinkInactive .button img {
	opacity: 0.6;
    filter: alpha(opacity=60); /* For IE8 and earlier */
}


	