.Terminal {
	margin-left: 1cm;
	font-family: "Courier New", Monospace;
}

table.layout {
	border: 0px;
	margin: 0px;
	padding: 0px;
}

.notebox {
	background-image: url('/img/note.png');
	background-repeat: no-repeat;
	background-position: 4px 4px;
	min-height: 50px;
	margin-left: 40px;
	padding-left: 52px;
	border: 1px solid navy
}

.cautionbox {
	background-image: url('/img/caution.png');
	background-repeat: no-repeat;
	background-position: 4px 4px;
	min-height: 50px;
	margin-left: 40px;
	padding-left: 52px;
	border: 1px solid orange
}



