body {
	margin: 0px;
	padding: 0px;
}

a {	outline: none; text-decoration: none; }

#popupMask {
	display:none;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:200;
	background-color:#000;
	-moz-opacity: 0.7;
	opacity:.70;
	filter: alpha(opacity=70);
}
#popupContainer {
	position: absolute;
	z-index: 201;
	top: 0px;
	left: 0px;
	display:none;
	padding: 0px;
}
#popupInner {
	border: none;
	background-color: none;
}
#popupFrame {
	margin: 0px;
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 202;
}
#popupTitleBar {
	background-color: #333344;
	color: #FFFFFF;
	font-weight: bold;
	height: 1.3em;
	padding: 5px;
	border-bottom: 2px solid #000000;
	border-top: 1px solid #78A3F2;
	border-left: 1px solid #78A3F2;
	border-right: 1px solid #204095;
	position: relative;
	z-index: 203;
	visibility: hidden;
}
#popupTitle {
	float:left;
	font-size: 1.1em;
}
#popupControls {
	float: right;
	cursor: pointer;
	cursor: hand;
}
#popupControls a span {
	display: block;
	height: 15px;
	width: 15px;
	text-indent: -9000px;
	background: url('../imgs/close.gif') no-repeat;
}

.fedd {
	width: 615px;
}

.top_feed {
	background: url('../imgs/top_feedback.png') no-repeat top left;
	width: 615px;
	height: 83px;
	float: left;
}

.top_feed a {
	float: right;
	width: 43px;
	height: 43px;
	margin: 0 13px 0 0;
	display: block;
	text-indent: -999em;
}

.body_feed {
	background: url('../imgs/bg_feed.jpg') repeat-x #ebf3f9;
	border: 1px solid #000;
	border-top: none;
	margin: 0 0 0 12px;
	float: left;
	padding: 20px 0 20px;
	width: 601px;
	display: inline;
}

.body_feed p {
	margin: 0 0 10px;
	padding: 0px;
	font-family: Arial;
	font-weight: bold;
}

.body_feed p a img {
	border: none;
}

.body_feed label {
	float: left;
	width: 140px;
	text-align: right;
	font-size: 18px;
	color: #525252;
	padding: 0 10px 0 0;
}	

.inp1 {
	background: #fff;
	border: 1px solid #a5a5a5;
	width: 392px;
	height: 26px;
	padding: 5px 0 0 5px;
}

.textarea {
	background: #fff;
	border: 1px solid #a5a5a5;
	width: 392px;
	height: 125px;
	padding: 5px 0 0 5px;
}

.submit1 {
	float: right;
	margin: 0 51px 0 0;
}