* {
	margin: 0;
	padding: 0;
	font-family: verdana, arial, sans-serif;
	font-size: 12pt;
}
body {
	height: 100%;
	background-image: url('images/stripe.png');
}
table {
	border-collapse: collapse;
}

fieldset {
	margin: 4px;
	padding: 4px;
	background-image: url('images/green-stripe.png');
	width: 490px;
	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;
}
select, input {
	float: left;
}
fieldset fieldset {
	width: 475px;
	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: 300px;
	height: 394px;
	background-image: url('images/blue-stripe.png');
  text-align: center;
padding-top: 50px;
}
#image legend {
	background-color: blue;
}
