html {
	padding: 0;
	margin: 0;
}

body {
	padding: 0;
	margin: 0;
	color: #FFF;
	background: #000 url('img/Bg.jpg') no-repeat center bottom;
	font-size: 11px;
	font-weight: normal;
	text-align: center;
}

input, select {
	color: #000;
/*	background: url('/designs/default/images/misc/inputBg.gif') repeat-x left top; */
	background: url('img/inputBg.gif') repeat left top;
	border: 1px #63251a solid;
	font-size: 11px;
	padding: 2px;
}

textarea {
	color: #000;
/*	background: url('/designs/default/images/misc/inputBg.gif') repeat-x left top; */
	background: url('img/auctionBoxBg.jpg') repeat left top;
	border: 1px #63251a solid;
	font-size: 11px;
}

option {
	background: #666 url('img/auctionBoxBg.jpg') repeat left top;
}


textarea.input {
	width: 300px;
	height: 80px;
}

textarea.output {
	width: 500px;
	height: 80px;
	text-align: left;
}


#reklama {
	text-align: center;
	float: right;
	width: 130px;
	height: 620px;
	margin: 0;
	margin-bottom: 10px;
	margin-left: 10px;
}

#container {
	padding: 0;
	position: relative;
	margin: 0 auto;
	width: 830px;
	min-height: 100%;
	background: #000 url('img/mainbg.png') repeat-y;
}

#content {
	margin: 0 300px 0 40px;
	padding: 10px 0;
	text-align: left;
	width: 750px;
	height: 500px;
}

h1 {
	text-align: center;
	border-bottom: 2px #333 dotted;
	font-size: 15px;
	padding-bottom: 5px;
}

h2 {
	text-align: left;
	border-bottom: 2px #333 dotted;
	font-size: 12px;
	padding-bottom: 5px;
}

#footer {
	position: absolute;
	bottom: 15px;
	left: 35px;
	color: #555;
	font-size: 10px;	
}

img#samuraj {
	padding-top: 400px;
}

#menu {
	text-align: center;
	border-bottom: 2px #333 dotted;
	padding-bottom: 15px;
}


a.button {
	font-family:Arial,Helvetica,sans-serif;
	font-size: 11px;
	border: 1px solid #5d4c2f;
	background: #666 url('img/auctionBoxBg.jpg') repeat left top;
	color: #542c0f;
	padding:1px 5px 1px 5px;
	text-decoration: none;
}

#error {
	border: 1px #fff solid;
	background: #aa0000;
	color: white;
	padding: 5px;
	height: 20px;
	width: 100%;
}
