﻿body{
	margin:0;
	padding:0;
	background-color:#000000;
	color:#ffffff;
	font-family:Arial, Helvetica, sans-serif;
}
.Header{
	font-weight:bold;
	font-size:20px;
	}

.bandMembers {
	font-weight:bold;
	font-size:18px;
	color:#ff0000;
}
.Note{
	font-size:12px
}

.bandMembers a {
	font-weight:bold;
	font-size:18px;
	color:#ff0000;
}

.bandMembersLabel {
	font-size:16px;
	color:#fff;
}

.bandMembersData {
	font-size:16px;
	color:#ffff00;
}

.Success{
	font-weight:bold;
	color:lime;
	}
.Title{
	font-weight:bold;
	color:#C91D23
}
.Music{
	font-weight:bold;
	color:#C91D23;
	text-align:center;
	font-size:30px
	
}

.Song{
	font-weight:bold;
	color:#C91D23;
	text-align:left;
	font-size:16px
	
}


.Content{
	font-size:10pt
}
.date{
	font-size:8pt
}
img {
	border: none
}

.footerTxt {
	font-size:11px;
	padding-bottom:5px;
	text-transform:uppercase;
}

.footerTxt a {
	text-decoration:none;
	color:#ffffff;
}
a {
	text-decoration:none;
	color:#ffffff;
}

.textBox {
	width: 200px;
	border:1px #ff0000 solid;
	background-color:#000;
	color:#ff0000;
	padding:2px 5px 2px 5px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
}

.submitBox {
	width: 200px;
	border:1px #ffff00 solid;
	background-color:#000;
	color:#ff0000;
	padding:2px 5px 2px 5px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
}

.errorText{
	color:red;
	font-weight:bold;
	font-style:italic;
}

.error {
	color: red;
	font-style: italic;
	font-size:12px;
}
input.error { border: 1px dotted red; }
textarea.error { border: 1px dotted red; }
