#effect-header {
	border-top: 1px dotted #fff;
	height: 28px;
	width: 100%;
	background-color: #ed6214;
}

#effect-header-title-wrapper {
	width: 800px;
}

#effect-header-blank {
	float: left;
	display: inline;
	width: 380px;
}

#effect-header-title {
	height: 20px;
	margin-top: 3px;
	width: 390px;
	padding-left: 10px;
	padding-top: 5px;
	border-left: 1px dotted #fff;
	text-align: left;
	color: #fff;
	font-size: 10pt;
	float: right;
	display: inline;
	position: relative;
}

/*****************/
#feedback-wrapper {
	width: 800px;
	margin-top: 10px;
	border-bottom: 1px dotted #ed6214;
	padding-bottom: 50px;
}

#feedback-desc {
	margin-top: 30px;
	border-bottom: 1px dotted #ed6214;
	padding-bottom: 10px;
	font-size: 10pt;
}

/*******************/

#feedback-form {
	width: 466px;
	margin-top: 30px;
}

#inputs-wrapper {
	width: 100%;
}

#feedback-name {
	float: left;
	display: inline;
	width: 220px;
}

#feedback-email {
	float: right;
	display: inline;
	width: 220px;
	position: relative;
}

#name-title {
	background: url("/img/design/speed-title.png") left top no-repeat;
	color: #fff;
	font-size: 10pt;
	font-weight: bold;
	text-align: left;
	padding-left: 15px;
}

#email-title {
	background: url("/img/design/speed-title.png") left top no-repeat;
	color: #fff;
	font-size: 10pt;
	font-weight: bold;
	text-align: left;
	padding-left: 15px;
}

#message-form {
	margin-top: 30px;
}

#feedback-title {
	background: url("/img/design/speed-title.png") left top no-repeat;
	color: #fff;
	font-size: 10pt;
	font-weight: bold;
	text-align: left;
	padding-left: 15px;
}

.send-field {
	border: 1px solid #5e9e08;
	padding: 15px;
}

.send-field input {
	width: 100%;
}

.send-field textarea {
	width: 100%;
	height: 100px;
}

#feedback-butt {
	margin: 20px 0 0 0;
	cursor: pointer;
	font-size: 12px;
}

.send-error{
	font-size: 12pt;
	font-weight: bold;
	color: red;
}

#send_success{
	font-size: 12px;
	color: #5e9e09;;
	margin-top: 5px;
	margin-left: 5px;
}


