@charset "utf-8";
/* CSS Document */

.input_img {
	background-image: url("../images/captcha.png");
	text-align: center;
	border: none;
	font-weight: bold;
	font-style: italic;
	font-family: Serif;
	height: 100%;
	width: 50%;
	font-size: 1.5em;
	color: rgb(100, 100, 255);
}
.align {
	margin: 0 auto;
	width: 16em;
}

/* -----------------------------------
Form - narrow
----------------------------------- */

@media (max-width:38em)
{
.input_img {
	width: 40%;
	font-size: 1em;
}
}