#feedback_popup {
	font-family: "Trebuchet MS", arial;
	overflow: visible;
	width: 510px;
	height: auto;
}
#feedback_popup .popup_inside {
	position: relative;
	padding: 20px 0 25px 23px;
	width: auto;
}
#feedback_popup h1.h1_book {
	font-size:30px;
	font-weight:normal;
	margin:0 0 30px 0;
}
#feedback_popup .book_table {
	border-collapse:collapse;
}
#feedback_popup .book_table td {
	padding:0;
	vertical-align:top;
	font-size:11px;
	line-height:14px;
}
#feedback_popup textarea {
	border:1px solid #1d2f8a;
	width:250px;
	height:220px;
}
#feedback_popup ul.post {	
	list-style:none;
	padding:0;
	margin:0;
} 
#feedback_popup ul.post li {
	font-size:13px;
	padding-left:15px;
	line-height:19px;
	border-bottom: 1px white solid; 
}
#feedback_popup ul.post a {
	color:#999999;
	text-decoration:none;
}
#feedback_popup ul.post span {
	background:url(../images/book/grey-border.gif) bottom repeat-x;
}
#feedback_popup a.chosen {
	color:#000000;
}
#feedback_popup a.chosen span {
	color:#000000;
	background:url(../images/book/border.gif) bottom repeat-x;
}
#feedback_popup li.thank {
	background:url(../images/book/grey-heart.gif) 0 7px no-repeat;
}
#feedback_popup li.thank1 {
	background:url(../images/book/heart.gif) 0 7px no-repeat;
}
#feedback_popup li.complaint {
	background:url(../images/book/grey-broken.gif) 0 7px no-repeat;
}
#feedback_popup li.complaint1 {
	background:url(../images/book/broken.gif) 0 7px no-repeat;
}
#feedback_popup li.suggest {
	background:url(../images/book/grey-tick.gif) 0 6px no-repeat;
}
#feedback_popup li.suggest1 {
	background:url(../images/book/tick.gif) 0 6px no-repeat;
}
#feedback_popup li.commun {
	background:url(../images/book/grey-dialog.gif) 0 7px no-repeat;
}
#feedback_popup li.commun1 {
	background:url(../images/book/dialog.gif) 0 7px no-repeat;
}
#feedback_popup .notes {
	margin-top:37px;
	width:145px;
	height: 135px;
}
#feedback_popup .yourmessage {
	height: 110px;
	width:145px;
	padding-top: 2px;
}
#feedback_popup .welltry {
	width:145px;
	padding-top: 10px;
}
#feedback_popup .yourname {
	padding-top:17px;
}
#feedback_popup .book_input {
	border:solid 1px #1d2f8a;
	width:248px;
	height:21px;
	margin:3px 0;
	padding: 3px;
}
#feedback_popup .book_input ,
#feedback_popup .book_textarea {
	font-family: "Trebuchet MS";
	font-size: 14px;
}
#feedback_popup .youremail {
	padding-top:13px;
}
#feedback_popup .cant {
	position:relative;
	left:-12px;
	padding-left:12px;
	background:url(../images/book/red-arrow.gif) 0 5px no-repeat;
	font-size:9px;
	height: 25px;
}

#feedback_popup .not_button {
	background:#cacaca;
	color:#2e2b2b;
	height:22px;
	padding-top:7px;
}
#feedback_popup button.thank,
#feedback_popup .red_button {
	background:url(../images/book/red-bg.gif) repeat-x;
}
#feedback_popup button.default,
#feedback_popup button.complaint,
#feedback_popup .grey_button {
	background:url(../images/book/grey-bg.gif) repeat-x;
}
#feedback_popup button.suggest,
#feedback_popup .green_button {
	background:url(../images/book/green-bg.gif) repeat-x;
}
#feedback_popup button.commun,
#feedback_popup .blue_button {
	background:url(../images/book/blue-bg.gif) repeat-x;
}

#feedback_popup form button {
	border: none;
	margin: 0;
	padding: 0;
	font-size: 11px;
	line-height: 29px;
	font-family: "Trebuchet MS", arial;
}

#feedback_popup button
/*#feedback_popup .button*/ {
	width:250px;
	height:29px;
	text-align:center;
	color:#FFFFFF;
}

#feedback_popup input.jsfocus,
#feedback_popup textarea.jsfocus,
#feedback_popup input:focus,
#feedback_popup input:active,
#feedback_popup textarea:focus,
#feedback_popup textarea:active
{
	background: #FFFFF5;
	border-color: #777 #CCC #CCC #777;
}
#feedback_popup input.book_input {
	width: 242px;
}
#feedback_popup .book_textarea {
	width: 244px;
	padding: 2px;
}
#feedback_popup .ajaximg {
	margin: 7px auto;
	display: block;
}