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

/* Artist index */
#contact #lead{
	width:280px;
	float:left;
	text-align:left;
}

#contact h2{
	border-bottom:solid 5px #000000;
	text-indent:-9999px;
	margin:0;
	padding:0;
	height:20px;
	display:block;
}

#contact #lead h3{
	font-size:12px;
	font-weight:bold;
	margin:10px 0 0 0;
}

#contact #lead p{
	margin:10px auto 20px auto;
	font-size:11px;}
#contact #lead p a{
	color:#000000;
	text-decoration:underline;
}
#contact #lead p a:hover{
	color:#000000;
	text-decoration:none;
}

h2.contact{
background:url(../img/con_h2_contact.gif) no-repeat;
}

#contact #cbody{
	width:600px;
	border-top:5px solid #000000;
	margin-top:20px;
	float:right;
}

#contact #cbody form{
	float:none;
	width:
}

#contact #cbody dl{
	clear:both;
	width:580px;
	background:url(../img/dot760.gif) no-repeat;
	text-align:left;
	padding:15px 0 0 0;
	margin:15px auto;
}


#contact #cbody dl dt{
	float:left;
	width:130px;
	margin:5px 0;
	display:block;
}
#contact #cbody dl dd{
	float:right;
	width:400px;
	margin:5px;
	display:block;
}

#contact #cbody p{
	margin:15px auto;
	text-align:center;
}





