@charset "UTF-8";
/* CSS Document */

body {
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	color:#666666
}
#content-feedback {
	width:450px;
	margin:0 auto;
	font-size:12px;
	color:#333;
	font-family:Arial, Helvetica, sans-serif;
	text-align:left;
}
form {
	margin:0;
	padding:0;
	border:0;
	width:450px;
}
fieldset {
	float:left;
	width:440px;
	margin:0;
	padding:0;
	border:0
}
fieldset div {
	float:left;
	width:100%;
	margin:0;
	padding:5px;
	border-bottom:1px dotted #999;
}
label {
	float:left;
	width:200px;
	display:inline;
	line-height:25px;
}
.clear {
	clear:both
}
#btn-send {
	margin:20px 0 0 205px
}
.input {
	width:200px;
	border:1px solid #c1c1c1;
	padding:5px;
	background:url(images/default/bg-text-field.gif) 0 0 no-repeat;
}
.input:focus, .input:active {
	outline-style:none;
	outline-width:0;
}
.input:focus, .active {
	border-color:#ff0000;
}
.feedback-pop {
	width:210px;
}
.err{
	color:#ff0000;
}
.highlight {
	background-color:#ebebeb;
}
.request {
	color:#ff0000;
}
