@charset "utf-8";
/* CSS Document */

body {
	margin-left: 10px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
}

.table_border_blue {
	border: 1px solid #6683bf;
}
.table_border_grey {
	border: 1px solid #d6dce9;
}
.header_bg {
	background-color: #6683bf;
}
.header_text {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-align:left;
	padding-left:5px;
}
.form_field {
	font-family: Arial;
	font-size: 11px;
	color: #999999;
	text-align: left;
	padding-left: 5px;
	width:200px;
}
.form_area {
	font-family: Arial;
	font-size: 11px;
	color: #999999;
	text-align: left;
	padding-left: 5px;
	width:240px;
	height:60px;
}
.form_text {
	font-family: Arial;
	font-size: 12px;
	color: #666666;
}
.form_button {
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #6683bf;
	text-align: center;
	border: 1px solid #6683bf;
}
.window_close_bg {
	background-color: #000000;
	text-align: center;
	height: 24px;
	width: 48px;
}.window_closetext {
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration:none;
}


