/* CSS Document */
/* Layout Styles */
#container {
	top: 0px; 
	margin: 0 auto;
	width: 800px;
	z-index: 1;
}
div#header, div#mainCell {
	background: url(http://www.vinylonthe.net/images/css_bg_top1.jpg) no-repeat right top;
	top: 0px;
	padding: 0;
	margin: 0;
	margin-top: -16px;
	height: 300px;
	width: 800px;
	z-index: 3;	
}
div#mainCell {
	margin-top: -120px;
	background: transparent;
	vertical-align: top;
	z-index: 4;	
}
div#header h1 {
	background: url(http://www.vinylonthe.net/images/css_bg_top1.jpg) no-repeat right top;	
}
h1 span {
	display: none;
}
.cellRow{
	display: inline;
	width: 500px;
	margin-right: 120px;
	text-align: right;
	margin-bottom: 12px;
}
.label {
	display: block;
	vertical-align: top;
}
/* FORM STYLES */
.myform {
	position: relative;
	top: 20px;
	left: 50px;
	-left: -50px;
	margin: 5px 0 20px 0;
	_margin: 5px 0 20px -60px;
	padding: 0px;
	/* REMOVE THE FOLLOWING LINE IF YOU WANT THE FORM TO WRAP TO THE BROWSER WINDOW SIZE*/
	width: 500px;
}
form h2 {
	font: bold 12px/12px "Courier New", Courier, mono;
	text-transform: uppercase;
	text-align: left;
	clear: left;
	margin: 5px 0 0 0;
	color: #000000;
}
form label {
	margin: 0;
	font-size: 70%;
}
div.row {
	clear: both;
	padding-top: 5px;
	vertical-align: top;
}
div.row span.label {
	float: left;
	width: 200px;
	text-align: right;
}
div.row span.formw {
	float: right;
	width: 280px;
	_width: 220px;
	margin-right: 0px;
	top: 0px;
	text-align: left;
}
div.row span.button {
	float: right;
	width: 400px;
	text-align: right;
} 
#txt {
	width: 280px;
}
.tblRow {
	width: 610px;
	margin: 0;
	padding: 0px;
	clear: both;
}
.rightCol {
	float: right;
	left: 130px;
	width: 400px; 
	text-align: left;
	vertical-align: bottom;
	margin: 0px;
	padding: 0px;
	padding-bottom: .67em;
}
.leftCol {
	float: left;
	width: 200px;
	text-align: right;
	padding-bottom: 0px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	text-transform: uppercase;
}
#rss_buttons {
	padding-top: 130px;
	margin-left: -185px;
	_padding-top: 0px;
	_margin-left: 70px;
}
div#outputDisplay, div#inputFields {
	top: 260px;
	left: 160px;
	text-align: left;
}
div#outputDisplay {
	position: absolute;
	width: 300px;
	margin-left: 330px;
}
div#inputFields {
	position: absolute;
	width: 300px;
	padding-left: 20px;
}
div#searchPanel {
	width: 500px;
	text-align: center;
}
div#copyrite {
	padding: 50px 0 30px 0;
	margin-top: 60px;
}
#container #mainCell .myform .tblRow .rightCol ol {
	clear: both;
	padding-left: 1.8em;
}
body#linx h4 {
	color: #FFF !important;
	width: 100%;
	background-color: #666 !important;
}
.linkline {
	padding-bottom: 1em;
	margin-bottom: 1.5em;
	border-bottom: 1px solid #000;
}

