#feedback{
	background-color:#FFFFFF;
	width:300px;
	height:330px;
	position:fixed;
	bottom:0;
	right:20px;
	margin-bottom:-270px;
	z-index:10000;
	border-top-right-radius:7px;
	-moz-border-radius-topright:7px;
	-webkit-border-top-right-radius:7px;
}

#feedback .section{
	padding:10px 25px 25px;
	background-repeat: repeat-x;
	background-position: left top;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
		border-top-right-radius:7px;
	-moz-border-radius-topright:7px;
	-webkit-border-top-right-radius:7px;
			border-top-left-radius:7px;
	-moz-border-radius-topleft:7px;
	-webkit-border-top-left-radius:7px;


}

#feedback h6{
	background:url("img/feedback.png") no-repeat;
	height:38px;
	text-indent:-99999px;
	cursor:pointer;
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
}

#feedback textarea{
	 font-family: "Trebuchet MS";
 font-size: 12px;
 color: #666666;
 display: block;
 height: 50px;
 vertical-align: middle;
 width: 150px;
 border: thin solid #CCCCCC;
 text-transform:lowercase;
}

#feedback a.submit{
	background:url("img/submit.png") no-repeat;
	border:none;
	display:block;
	height:34px;
	margin:20px auto 0;
	text-decoration:none;
	text-indent:-99999px;
	width:91px;
}

#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:#5a665b;
	text-shadow:1px 1px 0 #b3c2b5;
	margin-bottom:20px;
}

#feedback .arrow{
	background:url('img/arrows.png') no-repeat;
	float:right;
	width:23px;
	height:18px;
	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:70px;
	text-align:center;
	text-shadow:2px 2px 0 #889889;
	color:#FCFCFC;
	display:block;
}

p.tzine{
	font-size:12px;
	margin:24px;
	text-align:center;
	text-shadow:1px 1px 0 #DDDDDD;
}

a, a:visited {
	text-decoration:none;
	outline:none;
	border-bottom:0px dotted #139ad2;
	color:#139ad2;
}

a:hover{
	border-bottom:0px dashed transparent;
}
.form {
 font-family: "Trebuchet MS";
 font-size: 12px;
 color: #5b4d40;
 display: block;
 height: 18px;
 vertical-align: middle;
 margin-top: 7px;
 margin-right: 7px;
 margin-bottom: 7px;
 margin-left: 0px;
 text-transform:lowercase; 
}
.form2 {
 font-family: "Trebuchet MS";
 font-size: 12px;
 color: #666666;
 display: block;
 height: 18px;
 vertical-align: middle;
 width: 150px;
 border: thin solid #CCCCCC;
 text-transform:lowercase; 
}
