body {
	width: 100%;
	background-color: #FFDAB9;
	font-size: 16px;
}

a {
	text-decoration: none;
}

input {
	font-size: 16px;
}

input[type="text"] {
	border: 1px solid #F4A460;
	padding: 0px;
	padding-left: 5px;
	width: auto;
	moz-border-radius: 5px;
	border-radius: 5px;
}

a.button {
	min-width: 100px;
	background-color: white;
	border: 1px solid #F4A460;
	padding-left: 5px;
	padding-right: 5px;
	moz-border-radius: 5px;
	border-radius: 5px;
}

a.button:hover {
	background-color: #FFDAB9;
	color: white;
	cursor: pointer;
	text-decoration: none;
}
div#wrapper {
	padding: 1%;
}
div#controlPanel {
	margin-top: 10px;
	padding: 1%;
	width: 98%;
	background-color: #FFEFD5;
	moz-border-radius: 10px;
	border-radius: 10px;
	border: 3px solid #F4A460; 
}
div#connectDiv {
	text-align: center;
}

div#settings input[type="range"] {
	width: 40%;
}
div#settings input[type="checkbox"] {
	display: inline;
}
div#settings span.label {
}
div#settings div#slider {
	display: inline;
}
div#settings span {
	padding-left: 10px;
	padding-right: 10px;
}

div#widgetsPanel {
	width: 98%;
	padding: 1%;
	margin-top: 5px;
	background-color: #FFEFD5;
	moz-border-radius: 10px;
	border-radius: 10px;
	border: 3px solid #F4A460; 
}
div.widget {
	padding-top: 5px;
	padding-bottom: 5px;
	width: 100%;
	vertical-align: middle;
	display: block;
}
div#messages a.button {
	display: block;
	text-align: center;
	margin-bottom: 2px;
}
div#vars div.var span , div#vars div.var input {
	text-align: center;
	display: block;
	width: 100%;
}
div#pointer {
	margin-right: auto;
	margin-left: auto;
	cursor: crosshair;
	position: relative;
	overflow: hidden;
	min-width: 480px;
	min-height: 360px;
	width: 480px;
	height: 360px;
	background-color: white;
	border: 1px solid #F4A460;
}
div#pointer span.pointer {
	cursor: crosshair;
	font-size: 10px;
	padding-left: 5px;
	padding-top: 5px;
	color: gray;
}
div#log {
	background-color: white;
	max-height: 350px;
	min-height: 350px;
	border: 1px solid #F4A460;
	overflow: auto;
	font-size: 12px;
	font-family: Courier, Consolas, Monospace;
}
