


#feedback{
    font-family: Arial;
    font-size: 14px;
	background-color:#BCBCBC;
	width:310px;
	height:405px;
	position:fixed;
	bottom:0;
	left:5px;
	margin-bottom:-360px;
	z-index:10000;
border: 1px solid #787878;

}

#feedback .section{
	background:url('/img/bg.png') repeat-x top left;
padding: 1px 25px 40px 25px;

}





#feedback h6{
	background:url("/img/feedback.png") no-repeat;
	height:38px;
	margin:5px 0 1px;
	text-indent:-99999px;
	cursor:pointer;
}

#feedback textarea{
	background-color:#fff;
	border:none;
	height:100px;
	padding:10px;
	width:250px;
	resize:none;
	outline:none;
	overflow:auto;
    border: 1px solid #6C6C6C;

}

#feedback a.submit{
	background:url("/img/submit.png") no-repeat;
	border:none;
	display:block;
	height:50px;
	margin:0px auto 0;
	text-decoration:none;
	text-indent:-99999px;
	width:250px;
}

#feedback a.submit:hover{
	background-position:left bottom;
}

#feedback a.submit.working{
	background-position:top right !important;
	cursor:default;
}

#feedback .message{
	font-family:Corbel,Arial,sans-serif;
	color:#000000;
	margin-bottom:10px;
     line-height: 16px;
}

#feedback .arrow{
	background:url('/img/arrows.png') no-repeat;
	float:right;
	width:32px;
	height:25px;
	position:relative;
	top:10px;
}

#feedback .arrow.down{ background-position:left top;}
#feedback h6:hover .down{ background-position:left bottom;}
#feedback .arrow.up{ background-position:right top;}
#feedback h6:hover .up{ background-position:right bottom;}

#feedback .response{
	font-size:21px;
	margin-top:3px;
	text-align:center;
	text-shadow:2px 2px 0 #889889;
	color:#FCFCFC;
	display:block;
}

/* The following styles are only used for the styling of the demo page */


p.tzine{
	font-size:12px;
	margin:10px;
	text-align:center;
	text-shadow:1px 1px 0 #DDDDDD;
}


input.pomog{
     width: 98%;
    border: 1px solid;
}
	input.error, textarea.error { border-color: #973d3d; border-style: solid; background: #f0bebe; color: #a35959; }
input.error:focus, textarea.error:focus { border-color: #973d3d; color: #a35959; }
