div.box600 {
	position:absolute;
	left:50px;
	width:600px;
	padding: 10px;
	border: 2px;
	margin-top: 5px;
	border-style: solid;
	border-color:lightgray;
}
div.box600-curve {
	border-radius: 25px;
	left:50px;
	width:600px;
	padding: 10px;
	border: 2px outset green;
	background-color: lightgreen;
}
div.box600-dark {
	left:50px;
	width:600px;
	padding: 10px;
	border: 2px outset #B8B9BB;
	background-color: #666;
	color:#B8B9BB;
}
.box600-dark b {
	font-weight: bold;
}

.box600-dark a {
	font-weight: underline;
	color:#B8B9BB;
}
div.bordertab {
	border:2px;
	border-color:grey;
	border-style:dotted;
}
