body {
	background-color:#51004F;
	/*background-color: #666666;*/
	margin: 0px;
}

table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

form {
	margin: auto;
}

.table_100 {
	width: 100%;
}

.table_100_m {
	width: 100%;
	margin: 10px;
}

.table_50 {
	width: 50%;
	vertical-align: top;
}

.table_750px, .table_main_750px {
	width: 750px;
}

.table_main_750px{
	margin-left: auto; 
	margin-right: auto; 
}
.table_370px {
	width: 370px;
}
.table_510px {
	width: 505px;
}
.table_180px {
	width: 180px;
}

.td_base {
	text-align: center;
}

.td_main {
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	background-color: #000000;
	vertical-align: top;
}

.td_height_10 {
	height: 10px;
}

.td_center {
	text-align: center;
}

.td_right {
	text-align: right;
}

.cursorImg {
	cursor: pointer;
	border: 3px solid #FFFFFF;
}

.cursorHand {
	cursor: pointer;
}

.txt_formdate {
	letter-spacing: 1px;
	width: 80px;
}

.special { background-color: #000; color: #fff; }
