@charset "utf-8";
/* CSS Document */

body {
	font-family: arial, helvetica, sans-serif;
	font-size: 9pt;
	color: #333;
	text-align: left;
	padding: 0px;
	margin: 0px;	
}

html{
	width:465px;
}

img {
border: 0;
}

#registerEntry{
	width:455px;
	height:70px;
	padding:5px;
	background-image:url(../assets/images/registerEntryBg.gif);
	margin-bottom:10px;
}

#registerEntry2{
	width:455px;
	height:70px;
	padding:5px;
	background-image:url(../assets/images/registerEntryBg2.gif);
	margin-bottom:10px;
}

#registerPic{
	width:100px;
	height:70px;
	float:left;
	background-color:#999;
}

#registerThe{
	width:30px;
	height:70px;
	color:#666;
	font-weight:bold;
	text-align:center;
	float:left;
}

#registerRight{
	width:320px;
	height:70px;
	float:left;
	text-align:left;
}

#registerBandName{
	width:320px;
	height:20px;
	font-weight:bold;
	text-align:left;
}

#registerBio{
	width:320px;
	height:50px;
	font-size:8pt;
	text-align:left;
}

