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

.useful_popup {
	background-image: url('images/popup.gif');
	background-position: -315px -320px;

	position: fixed;
	width: 45px;
	height: 233px;
	overflow: hidden;
	margin-left: 24px;
	pdding-top: 15px;
}

.useful_popup form {
	display: block;
}

.useful_popup dl {
	display: block;
	position: relative;
	z-index: 1002;
	width:38px;
	height: 181px;
	border-width: 0 1px 1px 0;
	cursor: pointer;
	overflow: visible;
	margin-top: 20px;
	margin-left: 5px;
}

.useful_popup dt {
	background-image: url('images/popup.gif');
	background-position: 0 -30px;
	
	margin-left: -5px;
	
	width: 39px;
	height: 101px;
	text-indent: -5000px;
}

.useful_popup dd {
	display: block;
	clear: both;
	height: 16px;
	width: 33px;
	padding: 9px 0;
	background-color: transparent;
	font-weight: 800;
	position:static;
	text-align: center;
	background-attachment: scroll;
	margin-left: 0;
}

.useful_popup #yes {
	color: #5FA718;
}

.useful_popup #no {
	color: #D12B37;
}

.useful_popup ul {
	position: absolute;
	z-index: 1001;
	width: 332px;
	height: 223px;
	left: -380px;
	top: -20px;
	padding: 8px 10px 8px 45px;
	list-style: none;
	
	background-color: transparent;
}

.useful_popup li {
	display: none;
	z-index: 1001;
	width: 268px;
	height: 122px;
	margin: 16px 0 0 20px;
	padding: 15px 20px;	

}

.useful_popup li .inner_text {
	width: 248px; 
	height: 105px; 
	padding: 10px;
}

.useful_popup li .inner_text textarea {
	width: 248px; 
	height: 55px; 
}


.useful_popup li#response {
	margin-top: 15px;
}

.useful_popup li#feedback {
	margin-top: 15px;
}

.useful_popup li .close {
	position: absolute;
	bottom: 55px;
	right: 35px;
	color: #999;
	cursor: pointer;
}