@charset "UTF-8";
/* CSS Document
Lightning Rod Records Name
MP3 Giveaway CSS
© 2008 Lightning Rod Records
Created 10/29/08 7:22AM
Updated 10/29/08 7:22AM
Validated 10/29/08 7:22AM
CSS code by Steve Wilkison at Digital Vision Media, www.digitalvisionmedia.com */
	
/* Global Layout Elements */	
	
div#contentdiv {
	width: 730px;
	padding: 180px 0 50px 196px;
	}
	
div#contentleftdiv {
	width: 400px;
	float: left;
	}
	
div#contentrightdiv {
	width: 270px;
	float: left;
	text-align: center;
	padding: 0 10px 0 50px;
	}
	
div#navdiv {
	width: 726px;
	height: 42px;
	background: url(../images/freemp3_03.jpg) top left no-repeat;
	}
	
div#navdivisbell, div#navdivisbell2 {
	position: absolute;
	z-index: 10;
	top: 100px;
	left: 181px;
	width: 726px;
	height: 42px;
	background: url(../images/isbellfreemp3.jpg) top left no-repeat;
	}
	
div#navdivisbell2 {
	background: url(../images/freemp3cod_03.jpg) top left no-repeat;
	}
	
	
div#formdiv {
	margin: 0 0 30px 0;
}
	
/* TEXT */

div#contentrightdiv p {
	margin: 0;
	padding: 0 0 20px 0;
	}
	
div#contentrightdiv p#consider {
	margin: 0;
	padding: 0 0 7px 0;
	}
	
div#contentrightdiv p.weblink {
	margin: 0;
	padding: 0 0 7px 0;
	}
	
div#contentrightdiv p.features {
	margin: 0 0 5px 0;
	padding: 0;
	}
	
h1 {
	margin: 0 0 8px 0;
	padding: 0;
	font-size: 110%;
	}
	
div#contentleftdiv p.thankyou {
	font-weight: bold;
	font-size: 100%;
}

p.error {
	color: #f00;
	font-weight: bold;
	font-size: 110%;
}

/* IMAGES */

div#contentrightdiv img {
	border: 1px solid #000;
	margin: 0 0 20px 0;
	display: block;
	}
	
p.rockthevote img {
	border: 1px solid #000;
}

/* FORMS */

input#email {
	width: 300px;
	margin: 0 0 15px 0;
}

input#city {
	width: 300px;
	margin: 0 0 15px 0;
}

input#submit {
	margin: 15px 0 0 0;
}

