/* @override 
	http://localhost:8888/css/music.css
	http://localhost:8888/css/mailinglist.css
*/

body  {
	margin: 0; 
	padding: 0;
	color: #000000;
	height: auto;
}

a {
	outline: none;
}

#mlcontainer {
padding-top: 20px;
width: 620px;
margin: 20px auto; 
padding: 0;
position: relative;
z-index: 3;
}

.floatimage {
	float: left;
}

.outerpair1 {
	background: url(../images/urf-t.png) right top no-repeat;
}

.outerpair2 {
	background: url(../images/llf-t.png) left bottom no-repeat;
	padding-top: 8px;
	padding-left: 8px;
}

.shadowbox {
	background: url(../images/shadow-t.png) bottom right;
}

.innerbox {
	position: relative;
	left: -8px;
	top: -8px;
	background: url(../images/bg/mailinglist.jpg) bottom right;
	height: 368px;
	width: 605px;
}

.shadowbox img {
	vertical-align: bottom;
}


input.email {
	position: absolute;
	background: url(../images/bg/w30-big-t.png);
	border: none;
	top: 268px;
	left: 342px;
	width: 226px;
	height: 18px;
	font: 14px Georgia, "Times New Roman", Times, serif;
	padding-top: 3px;

}

input.name {
	position: absolute;
	background: url(../images/bg/w30-big-t.png);
	border: none;
	top: 211px;
	left: 342px;
	width: 226px;
	height: 17px;
	font: 14px Georgia, "Times New Roman", Times, serif;
	padding-top: 3px;

}

input.zip {
	position: absolute;
	background: url(../images/bg/w30-big-t.png);
	border: none;
	top: 326px;
	left: 365px;
	width: 116px;
	height: 17px;
	font: 14px Georgia, "Times New Roman", Times, serif;
padding-top: 3px;
}

textarea.comments {
	position: absolute;
	background: url(../images/bg/w30-big-t.png);
	border: none;
	top: 169px;
	left: 20px;
	width: 232px;
	height: 178px;
	font: 14px Georgia, "Times New Roman", Times, serif;
padding-top: 3px;
overflow: auto;
}

#thanks {
	position: absolute;
	top: 164px;
	left: 24px;
	width: 235px;
	height: 137px;
	font: 13px Georgia, "Times New Roman", Times, serif;
	color: #5f0200;
}

#thanks p.main {
	font-weight: bold;
	font-style: italic;
}

#thanks a {
	text-decoration: none;
	color: #1a1a1a;
}

#thanks a:hover {
	text-decoration: none;
	color: #a80002;
}

.subm {
	position: absolute;
	height: 28px;
	right: 14px;
	bottom: 15px;
} 






