@charset "utf-8";
/* CSS Document */
#container{
	width:495px;
	text-align:left;
	margin:20px auto;
	position:relative;
	z-index:1000;
}
.top_lightbox{
	background:url(../img/bg_top_lightbox.png) left top no-repeat;
	padding-top:14px;
}
#container .inner{
	background:url(../img/bg_middle_lightbox.png) left repeat-y;
	padding:6px 33px 9px 33px;
}
.bottom_lightbox{
	background:url(../img/bg_bottom_lightbox.png) left top no-repeat;
	padding-top:14px;
}
#container p{
	line-height:15px;
	margin-top:23px;
}
#container table{
	margin:27px 0 0 17px;
}
#container table th{
	text-align:left;
	font-size:12px;
}
#container table td{
	padding:4px 0;
}
#container table div{
	background:url(../img/bg_input_lightbox.png) left center no-repeat;
	width:299px;
	height:28px;
}
#container #textarea_lightbox{
	background:url(../img/bg_textarea_lightbox.png) left top no-repeat;
	width:295px;
	height:131px;
}
#container table input{
	background:none;
	border:none;
	width:289px;
	height:16px;
	line-height:16px;
	margin:6px 0 0 5px;
	*margin-top:5px;
}
#container textarea{
	border:0;
	width:285px;
	height:118px;
	padding:5px;
	line-height:15px;
	overflow-y:auto;
}
#btn_submit_lightbox{
	background:url(../img/btn_send_lightbox.png) left top no-repeat;
	border:none;
	width:75px;
	height:41px;
	display:block;
	margin:9px auto 0 auto;
	cursor:pointer;
}
