@charset "utf-8";

#form {
	margin: 0 10px 30px 10px;
}
#form table {
	border-collapse: collapse;
	width: 500px;
	border: 1px solid #CCCCCC;
}
#form th {
	padding: 3px;
	border: 1px solid #CCCCCC;
	background: #F6F5F5;
	font-weight: normal;
	width: 80px;
}
#form td {
	padding: 3px;
	border: 1px solid #CCCCCC;
}

/*
table.form{
	width:100%;
	background:#cccccc;
}

table.form th{
	width:20%;
	background-color:#F6F5F5;
	padding:5px;
	text-align:left;
	color:#333333;
	font-weight:normal;
}
table.form td{
	width:80%;
	background-color:#ffffff;
	padding:5px;
}
table.btn{
	width:100%;
	text-align:center;
}

table.btn th{
	width:50%;
	padding:10px;
	text-align:right;
	}

table.btn td{
	width:50%;
	padding:10px;
	text-align:left;
	}*/