.openwindows_box {
	width: 500px;
	margin: 30px auto;
	border: 3px solid #666;
	background-color: #fff;
}
.openwindows_close {
	float: right;
	height: 20px;
	width: 20px;
	display: inline;
	padding: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #666;
	background-color: #E0F0F8;
}
.openwindows_box h1 {
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	padding-left: 20px;
	line-height: 40px;
	/*height: 40px;*/
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #666;
	background-color: #E0F0F8;
}
.openwindows_box th {
	text-align: left;
	padding: 3px;
	width: 30%;
	color: #666666;
	font-weight: normal;
}
