#feedback_layout {
	position: absolute;
	right: 0;
	top: 46px;
	width:300px;
	padding: 15px 25px;
	background-color: #09588D;
	box-shadow: 0 0 100px black;
	-webkit-box-shadow: 0 0 100px black;
	-moz-box-shadow: 0 0 100px black;
	z-index: 1000;
	color: #ccc;
}

#feedback_layout .block {
	padding:0;
	border:none;
}

#feedback_layout .rubrictitle {
	font-size:12px;
	line-height:1;
	background:none;
	padding:0;
	text-transform:none;
	white-space:inherit;
}

#feedback_layout h1 {
	font-size:18px;	
	line-height:18px;
	color:#ccc;
	margin-top:5px;
}

#feedback_layout h3 {
	display: none;
}
#feedback_layout .order-tour {
	margin:10px 0 10px;	
	color:#CCCCCC;
}

#feedback_layout .order-tour-field td, #feedback_layout td, #feedback_layout th {
	padding:0 0 10px 0;
	vertical-align:top;
}

#feedback_layout .order-tour input[type="text"]{
	width: 170px;
	height: 20px;
	background: none;
	border: 1px solid #517690;
	color: white;
	margin-left:15px;
	padding-left:2px;
}

#feedback_layout .order-tour input[name="form_text_16"], 
#feedback_layout .order-tour input[name="form_text_17"], 
#feedback_layout .order-tour input[name="form_text_25"]{
	width:131px !important; 
}

#feedback_layout .inputtextarea {
	width:170px;	
	height:150px;
	color:#fff;
	font-size:12px;
	background:none;
	/*margin-left:15px;*/
	padding-left:2px;
	border: 1px solid #517690;
}

#feedback_layout .order-tour input[name="captcha_word"] {
	width:66px;
	height:25px;
	margin-left:10px;
}

#feedback_layout .tour-info {
	padding:0 15px 10px 0;
}

#feedback_layout .tour-info span {
	font-weight:bolder;
	font-size:13px;
	text-decoration:underline;

}

#feedback_layout .errortext {
	display:block;
	color:#FF0000;
	font-size:12px;
	margin-left:15px;
}
