


#feedback_popup.not_display {
	display: none;
}
#feedback_popup {
	background: #b41022;
	position: absolute;
	padding: 5px;
	left: 50%;
	margin-left: -300px;
	overflow: hidden;
	z-index: 10;
}
#feedback_popup .close {
	background: url("/14/f/1/global/icon_close.png") no-repeat;
	cursor: pointer;
	width: 13px;
	height: 13px;
	top: 15px;
	right: 15px;
}
#feedback_popup .border {
	background: url("/14/f/1/global/border_red.png") repeat-x;
	height: 3px;
	left: 0;
	overflow: hidden;
	position: absolute;
	top: 0;
	width: 1000%;
}
#feedback_popup h2 {
	font-size: 200%;
	margin: 0;
}
#feedback_popup dl {
	clear: both;
	position: relative;
	margin-left: 11em;
}

#feedback_popup dt {
	width: 10em;
	position: absolute;
	left: -11em;
}

#feedback_popup dd {
	margin: 0;
	padding: 0;
}

#feedback_popup textarea {
	height: 6em;
	width: 100%;
}

#feedback_popup .btn_framed_blue .c {
	padding: 0;
}
#feedback_popup .btn_framed_blue .c input {
	display: block;
	padding: 8px 10px;
	margin: -3px 0 -13px;
	position: relative;
}

