#wp-email {
	
}

#wp-email p {
	clear:					both;
	padding:				10px 0;
	text-align:				left;
}

#wp-email br {
	display:				none;
}

#wp-email em {
}

#wp-email label {
	float: left;
	font-size: 13px;
	font-weight: normal;
	letter-spacing:0;
	line-height:1.5em;
	margin:0 0 0 0;
	padding-bottom:15px;
	text-align: left;
	width: auto;
	word-spacing:1px;
}

#wp-email input {
	background:				url("images/feedback-input.png") no-repeat right scroll;
	clear:					left;
	display:				block;
	float:					left;
	font-size:				14px;
	height:					14px;
	line-height:			14px;
	padding:				6px 10px 10px;
	width:					414px;
}

#wp-email #imageverify {
	background:				url("images/feedback-verify.png") no-repeat right scroll;
	float:					left;
	font-size:				14px;
	height:					14px;
	line-height:			14px;
	margin:					0 0 15px 0;
	padding:				6px 10px 9px;
	position:				relative;
	width:					138px;
}

#wp-email textarea {
	background:				url("images/feedback-textarea.png") no-repeat center scroll;
	float:					none;
	font-size:				14px;
	height:					106px;
	line-height:			20px;
	margin:					0 4px;
	overflow-y:				auto;
	padding:				6px 10px;
	width:					478px;
}

#wp-email #wp-email-button {
	clear:					both;
	height:					31px;
	padding:				15px 0;
	text-align:				right;
	width:					97%;
}

#wp-email #wp-email-button #wp-email-submit {
	background:				url("images/feedback-submit.png") no-repeat right scroll;
	border:					0;
	color:					transparent;
	float:					right;
	height:					31px;
	line-height:			0;
	text-indent:			-5000px;
	width:					93px;
}

.wp-email-loading {
	display: none;
	text-align: center;
	height: 16px;
}

#wp-email-popup { 
	padding: 1em 1em 0;
}
