@CHARSET "ISO-8859-1";

#popupFeedback{
	width: 400px;
}

#popupMessageLoader, #popupMessageConfim{
	width: 280px;
}

#popupFeedback, #popupMessageConfim, #popupMessageLoader{
	border: 1px solid #C1C1C1;
	display: none;
	z-index: 1000000;
	background-color: white;
	position : absolute;
	filter:alpha(opacity=100);
	-moz-opacity:1.0;
	opacity:1.0;
}

#feedback_popupHeader {
	background-image: url(../../css/images/popup_bg.gif);
	background-repeat: repeat-x;
	height: 34px;
	color: #FFFFFF;
	text-align: center;
	font-weight: bold;
	font-size: 13px;
	padding-top: 8px;
	position: relative;
}

#feedback_popupHeader img {
	position: absolute;
	top: 8px;
	right: 5px;
	border: none;
}

#feedback_popupMsg {
	padding: 10px 8px 8px 8px;
	width: 220px;
	line-height: 18px;
	float:left;
}

.feedback_sendFields {
	float: left;
	margin-top: 10px;
}

.feedback_singleLine {
	margin-top: 20px;
}

.feedback_lblText {
	width: 90px;
 	float:left;
	margin-right: 20px;
}
.feedback_text {
	float:left;
	width: 250px;
}

.feedback_greenButton, .greenButton2 {
	width:150px;
	background: url("../../css/images/leftGButton.gif") no-repeat left center;
	font-size:12px;
}

.feedback_greenButton a, .greenButton2 a{
	background: url("../../css/images/centerGButton.gif") repeat-x left center;
	display: block;
	height: 24px;
	line-height: 24px;
	margin-left: 3px;
	margin-right: 4px;
	text-align: center;
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
}

.feedback_greenButton div, .greenButton2 div {
	background: url("../../css/images/rightGButton.gif") no-repeat right center;
	height: 24px;
}

.questionBody {
	margin: 0 10px 15px 25px;
}

