@charset "utf-8";
/* CSS Document */

#inline_popup	{
position: fixed;
_position: absolute;
top: 0;
right: 0;
width: 100%;
height: 100%;
overflow: hidden;
display: none;
}
#popup_fix_bg	{
position: relative;
height: 100%;
width: 100%;
overflow: auto;
}
	#popup_background	{
		position: fixed;
		_position: absolute;
		top: 0;
		right: 0;
		width: 100%;
		height: 100%;
		background: gray;
		opacity: 0.7;
		filter: alpha(opacity=70);
	}
		#close {
		position: absolute;
		bottom: 15px;
		right: 15px;
		cursor: pointer;
		z-index: 10;
		}
/*------------------- content_frame -------------------*/
#popup_frame	{
position: absolute;
top: 50%;
margin-top: -176px;
right: 50%;
margin-right: -269px;
width: 539px;
height: 383px;
background: url("../images/contact_us_bg.jpg");
border: 2px solid gray;
}

#popup_frame h3	{
	position: absolute;
	top: 60px;
	right: 45px;
	font-size: 16px;
}
#popup_frame form	{
	margin: 95px 15px 15px;
	z-index: 5;
}
#popup_frame ul	{
	margin-right: 15px;
}
#popup_frame ul li	{
		list-style: none;
		float: right;
		padding-right: 15px;
		margin-bottom: 5px;
		background: url("../images/contact_us_bullet.jpg") no-repeat right 5px;;
		width: 500px;
}
#popup_frame form label	{
			width: 110px;
			float: right;
}
#popup_frame form input	{
			width: 320px;
			border: 1px solid #8a993f;
}
#popup_frame form textarea	{
			height: 81px;
			width: 320px;
			border: 1px solid #8a993f;
			overflow: hidden;
}
#popup_frame form #submit	{
			position: absolute;
			display: block;
			top: 260px;
			right: 15px;
			width: 38px;
			height: 18px;
			border: 1px solid #8a993f;
			background: black;
			color: white;
			cursor: pointer;
			text-align: center;
			zoom: 1;
		}
#form_design	{
position: absolute;
top: 83px;
*top: 92px;
left: 25px;
width: 78px;
height: 196px;
background: url("../images/contact_us_man.png");
}
