body {
	margin:0px;
	padding:0px;
	background-image:url(images/b.jpg);
	background-repeat:repeat-y;
	background-color:#7c7fee;
	font-family:"Comic Sans MS",serif;
	font-size:100%;
}

h1 {
	color:#ffffff;
	font-size:135%;
}

p {
	margin:0px;
	padding:0px;
}

h3 {
	font-size:100%;
	margin:0px;
	margin-bottom:5px;
}

ul {
	list-style-type: circle; 
	padding:0px;
	padding-left:15px;
	margin:0px;
}

li {
	font-size:80%;
}


#list, #sales, #address {
	border:1px solid #333333;
	border-bottom:2px solid #333333;
	border-right:2px solid #333333;
	background-color:#eeeeee;
	padding:3px;
}

#list {
	width:350px;
	float:left;
}

#sales {
	clear:left;
	float:left;
	width:350px;
	height:260px;
	top:30px;
	position:relative;
	font-size:80%;
}

#address {
	float:right;
	width:200px;
	top:30px;
	position:relative;
	margin-left:10px;
	font-size:80%;
}

#price {
	float:right;
	background-image:url(images/price.png);
	width:184px;
	height:181px;
}

#ventilator {
	width:323px;
	height:561px;
	float:right;
	background-image:url(images/venti.png);
}

#container {
	width:600px;
	min-height:561px;
}

#logo {
	position:relative;
	top:15px;
	left:20px;
	width:479px;
	height:39px;
	background-image:url(images/logo2.png);
}

#data {
	position:relative;
	left:20px;
	top:20px;
}

.field {
	padding:3px;
	height:17px;
	margin-bottom:1px;
}

.label {
	float:left;
	clear:left;
	font-weight:bold;
	width:100px;
}

.input {
	width:240px;
	float:left;
	border:0px;
	border-bottom:1px dashed #999999;
	border-right:1px dashed #999999;
}

.submit {
	clear:left;
	float:right;
	margin:0px;
	padding:0px;
	background-color:#eeeeee;
	border:0px;
	margin-right:5px;
	height:20px;
	font-family:"Comic Sans MS",serif;
	font-weight:bold;
}
