@charset "utf-8";
/* CSS Document */

#TB_ajaxContent {
	background-color: #ffffff;
	padding: 15px 0 0;
}
#TB_window form label {
	display: block;
	margin-bottom: 5px;
}
#TB_window form label span {
	width: 110px;
	padding: 6px 5px 0 0;
	text-align: right;
		clear: left;
		float: left;
}
#TB_window form label input {
	width: 150px;
}
#TB_window form label textarea {
	width: 170px;
	height: 6em;
}
#TB_window form label sup {
	color: #cc0000;
	line-height: 10px;
	margin-top: -5px;
}
#TB_window form label a#submit {
background: url(../images/btn_submit.png) 0 0 no-repeat;
	width: 82px;
	height: 33px;
	margin-bottom: 15px;
	cursor: pointer;
		float: left;
}
#TB_window form label a#submit:hover {
background-position: 0 -33px;
}

/*ERROR*/
#TB_window p#errorMsgBox {
	color: #01559B;
	margin-left: 115px;
	padding-top: 0;
}











