.form_element{
	width: 98%;
	border: 1px solid #CCC;
	padding: 5px;
}

#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: 50%;

}
#captcha p{
	font-family: "Times New Roman", Times, serif;
	font-size: 28px;
	font-style: italic;
	font-weight: normal;
	color: #000;
	transform:rotate(5deg);
	-ms-transform:rotate(5deg); /* IE 9 */
	-webkit-transform:rotate(5deg); /* Opera, Chrome, and Safari */
	margin: 0px;
	width: auto;
	padding-top: 13px;
	padding-right: 13px;
	padding-bottom: 0px;
	padding-left: 13px;
}
