@charset "utf-8";
/* CSS Document */
#song_request {
	display:block;
	position:relative;
	width:690px;
	margin:0px auto;
	margin-top:20px;
	text-align:center;
}
#songRequestTop {
	background-image:url(../images/songRequestTopBG.jpg);
	background-repeat:no-repeat;
	width:497px;
	height:132px;
	padding:33px 60px 0px 133px;
	text-align:left;
}
#songRequestTop h1 {
	color:#6CB5B3;
	font-variant:normal;
	font-size:2.5em;
	font-weight:normal;
	paddin:0px;
	margin:0px;
}

#songRequestTop p {
	color:#7f7f7f;
	font-variant:normal;
	font-size:0.9em;
	font-weight:normal;
	padding-top:0px;
	margin-top:0px;
}
#songRequestMid {
	background-image:url(../images/songRequestMidBG.png);
	background-repeat:repeat-y;
	background-position:16px 0px;
	width:602px;
	padding:0px 44px 0px 44px;
	text-align:left;
	margin-top:0px;
}
#songRequestForm {
	height:66px;
	border-top:1px solid #cfcfcf;
	border-bottom:1px solid #cfcfcf;
	background-image:url(../images/songRequestFormBG.jpg);
	background-repeat:repeat-x;
	padding-top:3px;
	padding-left:5px;
}
#songRequestForm small {
	color:#979797;
	font-size:0.65em;
}
#songRequestForm strong {
	color:#979797;
	font-weight:normal;
	font-size:0.9em;
}

#song_artist { width:190px; margin-right:10px;}
#song_title  { width:235px; margin-right:10px; }
#form_header { margin-bottom:5px; position:relative; }

.song_row  { width:100%; clear:both; min-height:20px; margin-bottom:1px; color:#415F5E; font-size:0.85em;}
.song_odd  { background-color:#FFF1CF; }
.song_even { background-color:#FFF1CF; }
a.preview_song { background-image:url(../images/control_play.png); display:block; float:left; margin:2px 10px 0px 3px; width:16px; }
.song_artist   { float:left; display:block; margin-right:10px; width:176px; }
.song_title    { float:left; display:block; margin-right:10px; width:275px; }
.song_plays_at { float:left; display:block; width:90; }
a.preview_song:hover { text-decoration:none; }
#songRequestBottom {
	background-image:url(../images/songRequestBottomBG.jpg);
	background-repeat:no-repeat;
	background-position:30px 0px;
	width:690px;
	padding:0;
	text-align:left;
	margin-top:0px;
	height:45px;
}

label { font-size:0.7em; color:#5E5D5D; }

#artist_label { display:block; width:197px; padding-left:3px; float:left; margin-right:10px; }
#title_label  { display:block; width:235px; float:left;}

input {
	font-family:Georgia, "Times New Roman", Times, serif;
}
input.button {
	background-color:#CCEBEA;
	border:1px solid #6CB5B3;
	font-size:12px;
	text-align:center;
	padding:3px;
	padding-left:12px;
	padding-right:12px;
	color:#7f8686;
	float:left;
	width:125px;
}
input.button:hover {
	background-color:#6CB5B3;
	color:#eeeeee;
	border:1px solid #555555;
	cursor:pointer;
}
input.text {
	height:20px;
	width:238px;
	float:left;
	border:1px solid #6CB5B3;
	color:#999999;
	font-size:12px;
	margin-bottom:10px;
	padding-top:4px;
	padding-left:4px;
	float:left;
	font-style:italic;
}

#song_previewer { display:none; }
