#left table{
	width:85%;
	margin:12px auto;
	border-collapse:collapse;
}

#left div.submit{
	text-align:center;
}

#left th,#left td{
	border:solid 1px #999999;
	padding:4px;
}

#left th{
	background:#CCCCCC;
	width:20%;
	font-weight:bold;
}

#left p{
	width:95%;
	margin:0px auto;
}


#left td input
,#left td textarea{
	width:95%;
	margin:0.3em auto;
	
}

#left div.submit input{
	width:auto;
}