* {
	margin: 0px;
	padding: 0px;
}

html, body {
	overflow: hidden;
}

label {
	display: inline-block;
	font-weight: bold;
	padding-left: 12px;
	/*width: 80px;*/  /* 120px */
}

label_normal {
	display: inline-block;
	font-weight: normal;
	padding-left: 12px;
}
a1 {
	display: inline-block;
	margin: 3px 8px;
	padding: 3px 4px;
	border: 1px solid #888;
	border-radius: 4px;
	box-shadow: 1px 1px 3px rgba(0,0,0,0.4);
	cursor: default;
	color: #444;
	text-decoration: none;
}
a1:hover {
	box-shadow: 1px 1px 1px rgba(0,0,0,0.8);	
	background-color: #eee;
	color: black;
}

a2 {
	display: inline-block;
	margin: 3px 8px;
	padding: 3px 40px;
	border: 1px solid #888;
	border-radius: 4px;
	box-shadow: 1px 1px 3px rgba(0,0,0,0.4);
	cursor: default;

	background-color: #eee;
	color: #444;
	text-decoration: none;
}
a2:hover {
	box-shadow: 1px 1px 1px rgba(0,0,0,0.8);
	background-color: #ddd;
	color: black;
}

input {
	margin: 3px 6px;
	vertical-align:middle;
}

.controlPanel {
	border-top: 1px solid rgba(0,0,0,0.5);
	padding: 5px 16px;
}