body {
	background:#000 url("/images/bg_body.png") top left repeat-x;
	color:#666;
	margin:0;
	padding:0;
	text-align:center;
	font-family: Georgia, 'Times New Roman', Arial;
}

#wrapper {
	margin:0 auto;
	background:#000 url("/images/bg_header.png") top left repeat-x;
	width:971px;
	text-align:center;
}

h1, h2, p, form, label, legend {
	margin:0;padding:0;
}

#header {
	height:60px;
	width:600px;
	margin:0 auto;
	text-align:left;
	padding-top:170px;
}
#header h1 {
	display:block;
	width:315px;
	height:60px;
	margin-top:0px;
	background:#333 url("/images/logo.png") top left no-repeat;
}
#header h2 {
	display:block;
	width:225px;
	height:30px;
	float:right;
	margin-top:-39px;
	background:#333 url("/images/comparte_tu_musica.gif") top left no-repeat;
}
#header h2 span, #header h1 span {
	display:none;
}

#form {
	background-color:#333;
	margin:0 auto;
	width:576px;
	height:150px;
	text-align:left;
	background:#000 url("/images/bg_form.png") top left no-repeat;
	padding:24px 0 0 24px;
}
fieldset {
	padding:0;
	margin:0;
	border:none;
	width:550px;
	height:57px;
	background:#333 url("/images/bg_fieldset.png") top left no-repeat;
}
label {
	display:none;
}
input.email {
	border:none;
	background-color:#fff;
	width:420px;
	height:40px;
	padding:5px 0 0 10px;
	margin:5px;
	font-size:32px;
	color:#CCC;
	font-family: Georgia, 'Times New Roman', Arial;
	font-style:italic;
	float:left;
}
#submit {
	float:right;
	position:absolute;
	margin: -15px 5px 0 446px;
}
input.submit {
	background:#333 url("/images/bg_submit.png") top left no-repeat;	
	width:99px;
	height:48px;
	border:none;
}
p {
	padding:10px 15px;
	font-style:oblique;
}
#notice {
	position:absolute;
	margin:60px 0 0 180px;
	width:580px;
	color:#fff;
	font-size:1.05em;
	filter:alpha(opacity=50);
		-moz-opacity:0.5;
		-khtml-opacity: 0.5;
		opacity: 0.5;
	padding:10px 10px;
	text-align:left;
}
.error {
	border-bottom:3px solid #000;	
	background-color:#990000;
}
.nice {
	border-bottom:3px solid #000;	
	background-color:#99CC00;
	color:#000;
	font-size:1.2em;
}

#notice p {
	margin:5px 0;
}

#g_ads {
	width:80%;
	margin:0 auto;
}
