html {
	margin: 0;
	overflow:auto;
	border: none;
}
* {
	margin: 0;
	padding: 0;
}
.clear {height: 1px;}
body {
	height: 100%;
}
table {
	border-collapse: collapse;
}

fieldset {
	margin: 4px;
	padding: 4px;
	/*background-image: url('images/green-stripe.png');*/
	width: 500px;
	/*height: 440px;*/
	float: left;
}

legend {
	background-color: green;
	color: white;
	border: 1px ridge #bbbbbb;
	padding: 1px 10px;
	/*background-image: url('images/bar-glare.png');*/
	font-weight: bold;
	font-size: .9em;
}

div {
	padding: 4px;
}

label {
	width: 100px;
	display:block;
	float: left;
	text-align: left;
}
#remotes label {
	width: 70px;
}
select, input {
	float: left;
}
fieldset fieldset {
	width: 95%;
	height: auto;
}
#basicInfo label {
	clear: left;
	/*text-align: right;*/
	margin-right: 2px;
}
.checkbox {
	margin-right: 4px;
}

#options label {
	width: 137px;
}
.right {
	text-align: right;
	padding-right: 2px;
}
#image {
	float: left;
	width: 250px;
	height: 394px;
	/*background-image: url('images/blue-stripe.png');*/
  text-align: center;
padding-top: 50px;
}
#image legend {
	background-color: blue;
}
