@charset "utf-8";
body, html {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}
#feedback{ margin: 11px 0 0px 0px; width:560px; }
#feedback input {
	border-bottom:#fff 1px solid;
	border-top:#8b8c8d 1px solid;
	border-left:#cfd0d2 1px solid;
	border-right:#cfd0d2 1px solid;
	background:url(../images/form-bg.jpg) 0 0 repeat-x #e1e2e4 ; 
	font: 12px Arial, Helvetica, sans-serif;
	color:#8f8b8c; 
	padding:5px 5px 6px 10px;
    outline: medium none;
    width: 260px;
}
#feedback textarea {
	border-bottom:#fff 1px solid;
	border-top:#8b8c8d 1px solid;
	border-left:#cfd0d2 1px solid;
	border-right:#cfd0d2 1px solid;
	background:url(../images/form-bg.jpg) 0 0 repeat-x #e1e2e4 ; 
	border-radius:7px;
	font: 12px Arial, Helvetica, sans-serif;
	color:#8f8b8c; 
    height: 268px;
    outline: medium none;
    overflow: auto;
    padding: 5px 0px 0px 10px;
    width: 440px;
	resize:none;
	margin:0px 0 0 0;

}
#feedback label {
	position:relative;
	overflow:hidden;
    min-height:33px;
}

div#wrapper {
}
div#wrapper h1 {
	}
div#wrapper div#inner-wrapper {
	padding: 20px;	
}
div#wrapper div#inner-wrapper form#feedback div.inputs {
	padding: 5px;
	color: #666;
}
div#wrapper div#inner-wrapper form#feedback div.inputs textarea#message {
	height: 100px;	
}
div#wrapper div#inner-wrapper form#feedback div.button {
	padding: 5px;
	width: 60px;
	margin: 5px auto;
}
div#wrapper div#inner-wrapper form#feedback div#response {	
	color: #333;
	border: 1px solid #404040;
	width: 440px;	
	margin: 0 auto 20px auto;
	height: auto;
	padding: 10px 10px 10px 70px;
	min-height: 45px;
}
div#wrapper div#inner-wrapper form#feedback div#response p {
	margin: 0;
	padding: 0;
}
.clear {
	clear: both;
}
.error {	
	background: #FF9F9F url(error.png) no-repeat 5px 10px;						
}
.success {
	background: #B8F5B1 url(icon_ok.png) no-repeat 5px 10px;
}
.processing {
	background: #DED5AB url(ajax-loader.gif) no-repeat 5px 10px;	
}
