/* -----------------------------  MUSIC REGISTRATION  --------------------------------------- */
#regcontainer2 {
	position: relative;
	top: 100px;
	width: 900px;
	height: auto;
	left: 35px;
	background: none;
	
	border-width: 2px;
	border-right-style: solid;
	border-right-color: #993333;
	border-left-style: solid;
	border-left-color: #993333;
}
#regform2 {
 	position: relative;
	background: none;
	text-align: left;
	padding: 10px 10px 10px 40px;
	
	font-family: "Palatino Linotype";
	font-size: smaller;
 }

#textarea {
	position: relative;
	text-align: left;
	background: none;
	width: 650px;
	height: 400px;
	background: none;
}
#regiserror {
	color: #CC0000;
	font-family: "Palatino Linotype";
	font-size: small;
}
#loginresponse {	
	position: relative;
	top: 150px;
	height: 180px;
	width: 800px;
	left: 50px;
	
	font-family: "Palatino Linotype";
	font-size: smaller;
	
	color: #333333;
	
	border-width: 2px;
	border-right-style: solid;
	border-right-color: #993333;
	border-left-style: solid;
	border-left-color: #993333;
 	}
