.captchaBlock .inputtext {
	border-width: 1px;
	border-style: solid;
	border-color: #CBCBCB #CBCBCB #EAEAEA #EAEAEA;
	background: #FAFAFD url("../img/decor-47.html") repeat-x scroll left top;
	color: #222;
	display: inline-block;
	font-size: 12px;
	height: 26px;
	padding: 2px 10px 0px;
	position: relative;
	text-shadow: 0px 1px 0px #FCFCFC;
	transition: all 0.1s ease 0s;
	border-radius: 3px;
	box-shadow: -1px 0px 0px #E6E6E6 inset;
	width: 150px;
	  vertical-align: top;
	  margin: 5px 0 0 10px;
}

.captchaBlock .inputtext:focus {
	background-color: #FCFCFC;
	border-color: #AAA;
	color: #000;
}