@charset "utf-8";
/* CSS Document */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

h1, h2 {
	text-indent: -99999px;
	margin: 0;
}

h1 {
	height: 117px;
	background: url(../images/header.jpg);
}

h2 {
	height: 0px;
}

#container {
	width: 650px;
	margin: auto;
}

#navigation {
	list-style-type: none;
	margin: 10px 0 0 0;
	padding: 0;
	height: 20px;
}

#navigation li {
	float: left;
	font-weight: bold;
	margin-right: 20px;
}

#navigation a {
	color: #006600;
}

fieldset {
	width: 350px;
	border: none;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	background: #FFC;
}

#listing-preview {
	width: 310px;
	float: right;
	background: #FFF;
}

fieldset p {
	color: #999;
	font-size: 11px;
}

legend {
	font-size: 14px;
	font-weight: bold;
	padding: 0 5px 0 5px;
}

label {
	font-weight: bold;
	display: block;
	margin-top: 10px;
}

hr {
	border: none;
	background: none;
	border-bottom: 1px solid #999;
}

.text_long {
	width: 300px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 3px;
}

select {
	width: 300px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 3px;
}

#submit {
	width: 330px;
}

.infobox {
 background: #EED;
 border-top: 4px solid #999;
 border-bottom: 4px solid #999;
 padding: 10px;
 margin: 10px 0 10px 0;
 line-height: 18px;
}

.preview_bold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: none;
	font-weight: bold;
	width: 310px;
}

.preview_regular {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	border: none;
	width: 310px;
}

#footer {
	clear: both;
	border-top: 1px solid #CCC;
	font-size: 11px;
	margin: 15px 0 0 0;
	padding: 10px 0 0 0;
	color: #666;
}