* {
	margin: 0;
	padding: 0;
}

body {
	margin: 0 auto;
	text-align: center;
	background: #1D1512 url('/raincrows/images/background.jpg') top center no-repeat;
	font-family: Courier New, 'Lucida Grande', 'Trebuchet MS', Arial, sans-serif;
	font-weight: bold;
	font-size: 12px;
	line-height: 16px;
	color: #1D1512;
}

a {
	color: #900;
}

#container {
	width: 750px;
	margin: 0 auto;
	text-align: center;
	margin-top: 60px;
}

#main-content {
	width: 330px;
	float: left;
	text-align: left;
	margin-left: 30px;
}

.small {
	margin: 20px 40px 0px 20px;
	font-size: 10px;
	line-height: 10px;
	font-family: Arial, sans-serif;
}

.error {
	color: #750000;
}

.thankyou-text p {
	margin: 0px 0px 15px 0px;
}

/* Side Content - Songs */

#side-content {
	width: 350px;
	float: left;
	text-align: left;
	margin-left: 30px;
}

#side-content h2 {
	margin-left: 50px;
}

#side-content p {
	padding-right: 80px;
}

#sample-list {
	overflow: auto;
	clear: both;
	margin-left: 50px;
}

#sample-list .sample-line {
	overflow: auto;
	clear: both;
	margin: 6px 0px;
}

#sample-list .sample-sound {
	width: 30px;
	height: 25px;
	float: left;
}

#sample-list .sample-title {
	width: 200px;
	float: left;
}

/* Titles */

#order {
	background: url('/raincrows/images/title-ordercd.png') top center no-repeat;
	width: 255px;
	height: 40px;
	text-indent: -4000000px;
	color: #1D1512;
	margin-bottom: 15px; 
}

#orders {
	background: url('/raincrows/images/title-ordercds.png') top center no-repeat;
	width: 277px;
	height: 40px;
	text-indent: -4000000px;
	color: #1D1512;
	margin-bottom: 15px; 
}

#thankyou {
	background: url('/raincrows/images/title-thankyou.png') top center no-repeat;
	width: 220px;
	height: 40px;
	text-indent: -4000000px;
	color: #1D1512;
	margin-bottom: 15px; 
}

#title {
	background: url('/raincrows/images/title-lookslikerain.png') top center no-repeat;
	width: 245px;
	height: 65px;
	text-indent: -4000000px;
	color: #1D1512;
	margin-bottom: 20px; 
}

#title-dfd {
	background: url('/raincrows/images/title-dream.png') top center no-repeat;
	width: 250px;
	height: 70px;
	text-indent: -4000000px;
	color: #1D1512;
	margin-bottom: 20px; 
}

#title-dream-rain { 
	background: url('/raincrows/images/title-dream-rain.png') top center no-repeat;
	width: 250px;
	height: 100px;
	text-indent: -4000000px;
	color: #1D1512;
	margin-bottom: 20px; 
}

#oops {
	background: url('/raincrows/images/title-oops.png') top center no-repeat;
	width: 130px;
	height: 45px;
	text-indent: -4000000px;
	color: #1D1512;
	margin-bottom: 20px; 
}

#samples {
	background: url('/raincrows/images/title-albumsamples.png') top center no-repeat;
	width: 195px;
	height: 28px;
	text-indent: -4000000px;
	color: #1D1512; 
	margin: 45px 0px 15px 0px;
}

#select-dream {
	background: url('/raincrows/images/select-dreamflyingdream.png') top left no-repeat;
	width: 220px;
	height: 50px;
	text-indent: -4000000px;
	color: #1D1512; 
	margin: 30px 0px 15px 0px;
}

#select-rain {
	background: url('/raincrows/images/select-rain.png') top left no-repeat;
	width: 200px;
	height: 50px;
	text-indent: -4000000px;
	color: #1D1512; 
	margin: 30px 0px 15px 0px;
}

/* Form */

form {
	margin: 10px 0px 10px 0px;
}

form sup {
	color:#c33;
	font-size: 13px;
}

form .form-line {
	clear: both;
	overflow: auto;
}

form .form-line-single {
	clear: both;
	overflow: auto;
	margin-top: 9px;
}

form .form-line label {
	clear: both;
}

form .margin {
	margin: 0px 9px;
}

form .form-line input {
	clear: both;
	color: #55555;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px; 
	border-radius: 2px; 
	border: 1px solid #D3D3D3; 
	color: #555555;
	padding: 2px;
	font-size: 12px; 
}

form .form-line-single select {
	color: #55555;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px; 
	border-radius: 2px; 
	border: 1px solid #D3D3D3; 
	color: #555555;
	padding: 2px;
	font-size: 12px; 
}

form .fullfield input {
	width: 300px;
}

form .shortfield input {
	width: 85px;
}

form .form-left {
	float: left;
}

form .paypal {
	width: 325px;
	background: url('/raincrows/images/paypal.png') right no-repeat;
	height: 45px;
}

.submitbutton {
	background: url('/raincrows/images/buy-button.png') top center no-repeat;
	width: 180px;
	height: 35px;
	display: block;
	margin: 15px 0px 5px 0px;
	border: 0px;

	-moz-border-radius: 0px;
	-webkit-border-radius: 0px; 
	border-radius: 0px; 
	-moz-box-shadow:inset 0px; 
	-webkit-box-shadow:inset 0px; 
	box-shadow:inset 0px;
}