body {
	background-color: #fff;	
	margin: 0 0 0 0;
	color: #000;
	text-align: left;
	line-height: 14px;
	font-size: 12px;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
}
#no-flash{
	background-image: url('images/headback.jpg');
	background-repeat: repeat-x;
	background-position: top;
	margin-top: 0px;
}
#no-flash-text{
	text-align: left;
	margin-left: 10px;
	margin-bottom: 10px;
	margin-right: 10px;
	max-width: 400px;
	min-width: 100px;
}

#no-flash-text h1{
	margin-bottom: 20px;
	margin-top: 20px;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 20px;
	color:#000;
}

a{
	color: #ff0000;
	text-decoration: none;
}

a:hover{
	color: #ff0000;
	text-decoration: underline;
}

#line{
	border-bottom: 1px dotted #725b41;
	margin-top: 16px;
	margin-bottom: 2px;
}



/* form */

#container{
	width: 612px;
	height: 650px;
	padding: 220px 43px 0 43px;
	margin: 0 0 0 0;
	background-image: url('images/photo.jpg');
	background-repeat: no-repeat;
}
#auction{
	width: 612px;
	height: 650px;
	padding: 220px 43px 0 43px;
	margin: 0 0 0 0;
	background-image: url('images/auction.jpg');
	background-repeat: no-repeat;
}
#form div {
	clear: left;
	margin-top: 14px;
}
#browse {
	font-family: Arial, sans-serif;
	font-size: 24px;
	line-height: 24px;
	color: #fff;

	width:130px;
	height:30px;
	margin-left:20px;
	padding-bottom: 2px;
	
	border: none;
	background-color: #000;
	background-image: url('images/browse.jpg');
	background-repeat: no-repeat;
}
#browse:hover{
	color: #ff0000;
}
#submit {
	font-family: Arial, sans-serif;
	font-size: 24px;
	line-height: 24px;
	color: #fff;

	width:526px;
	height:30px;
	padding-bottom: 2px;
	margin-top: 20px;
	
	border: none;
	background-color: #000;
	background-image: url('images/submit.jpg');
	background-repeat: no-repeat;
}
#submit:hover{
	color: #ff0000;
}
.text {
	font-family: Arial, sans-serif;
	font-size: 24px;
	line-height: 30px;
	
	border: none;
	width: 526px;
	height: 30px;
	padding: 0 3px 0 3px;
	margin-top: 6px;
	
	background-image: url('images/text.jpg');
	background-repeat: no-repeat;
	background-position: top left;
}
.text2 {
	font-family: Arial, sans-serif;
	font-size: 24px;
	line-height: 30px;
	
	border: none;
	width: 373px;
	height: 30px;
	padding: 0 3px 0 3px;
	margin-top: 6px;
	
	background-image: url('images/text2.jpg');
	background-repeat: no-repeat;
	background-position: top left;
	
}
.text3 {
	font-family: Arial, sans-serif;
	font-size: 24px;
	line-height: 30px;
	
	border: none;
	width: 526px;
	height: 60px;
	padding: 0 3px 0 3px;
	margin-top: 6px;
	
	background-image: url('images/text3.jpg');
	background-repeat: no-repeat;
	background-position: top left;
}


#bid{
width: 600px;
background-color: #eee;
margin: 50px 50px 0 50px;
padding: 50px 50px 50px 50px;
}