
* {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 16px
} 

body {
	background-color: #FFFFFF;
}

h1 {
	font-size: 32px
}
h3 {

}

div.title, div.content, div.menu {
	padding: 10px;
	margin: 5px;
	border: 1px solid #C0C0C0;
	box-shadow: 0px 2px 5px #888;
}

div.title {
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	height: 120px;
	text-align: center;
}
div.content {
	position: absolute;
	top: 150px;
	left: 300px;
	right: 0px;
	bottom: 10px;
}
div.menu {
position: absolute;
	top: 150px;
	left: 0px;
	width: 270px;
	bottom: 10px;
}

.button,.bswitchimg {
	box-shadow: 10px 10px 5px #888;
	width: 200px;
	background-color: #A0A0A0;
	padding: 10px;
	margin: 10px;
	font-weight: bold;
    border-radius: 3px;
}
.button:hover, .bswitchimg:hover {
	box-shadow: 2px 2px 1px #888;
	background-color: #C0C0C0;
}

#LOG_HTML {
	background-color: #C0C0C0;
	padding: 10px;
	margin: 0px;
	border: 1px solid;
	font-size: 15px;
}
#STATUS {
	background-color: #A0FFA0;
	padding: 10px;
	margin: 0px;
	border: 1px solid;
}
