.form_element{
	width: 95%;
	border: 1px solid #CCC;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	border-radius:5px;
	box-shadow:0px 0px 1px #000;
}

#captcha{
	background-image: url(feedback/captcha.gif);
	background-repeat: repeat;
	background-position: center center;
	/* disable select */
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	width: auto;
	margin: auto;
	float: left;
	font-size: 28px;
	color: #000;
	margin: 0px;
	padding: 10px;
}

