@charset "utf-8";
/* 表单项目 */
form {
    margin: 0;
}
form .input_area {
    padding: 6px 3px 3px 3px;
	text-align: center;
}
form .input_area p {
    margin: 2px;
	line-height: 15px;
}
label {
	line-height: 15px;
	float: left;
	clear: right;
}
.button {
	background: url(../images/button_bg.jpg);
	width: 63px;
	height: 21px;
	color: #00569e;
	border: solid #cccccc 1px;
	margin: 2px 5px 2px 5px;
}
input {
    width:106px;
	float: left;
	clear: right;
	margin-bottom: 2px;
	height: 15px;
}

form label {
    float: left;
	clear: right;
    width: 3.5em;
	display: block;
}
table {
    color: #00569e;
    width: 760px;
}
table td {
	background-color: #FFFFFF;
	border: 1px solid #c3ebf4;
	text-align: center;
	line-height: 3em;
}
.table_head {
	font-weight: bold;
	border: none;
	background: none;
}