/* CSS Document */

/* ================================================== */
/* #contents */
/* ================================================== */
#contents h2 {
	background:url(/musiclicenserequest/img/musiclicenserequest_t.gif) 0 0 no-repeat;
	width:501px;
	height:43px;
	margin:0 auto 30px;
	text-indent:-9999px;
	overflow:hidden;
}

table {
	width:860px;
	border-top:1px solid #CCC;
	border-left:1px solid #CCC;
	margin:0 auto 20px;
}

table tr th,
table tr td {
	padding:15px 10px;
	border-bottom:1px solid #CCC;
	border-right:1px solid #CCC;
}

table tr th {
	width:237px;
	color:#666;
}

table tr td {
	width:580px;
}

table tr td input[type="text"] {
	width:570px !important;
	padding:5px;
	border:1px solid #CCC;
}

table tr td textarea {
	width:570px !important;
	height:6em;
	padding:5px;
	border:1px solid #CCC;
}

table tr td input[type="text"] {
	width:570px;
	padding:5px;
	border:1px solid #CCC;
}

input[type="submit"] {
	display:block;
	width:240px;
	padding:10px;
	font-size:14px;
	font-weight:bold;
	color:#FFF;
	text-align:center;
	background-color:#999;
	border-style: none;
	margin:10px auto;
	cursor:pointer;
}

input[type="submit"]:hover {
	background-color:#F90;
}

#thanks p {
	line-height:350px;
	text-align:center;
	font-size:20px;
}
	
