@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: 3em;
	width: 7.5em;
	font-size: 1.2em;
	color: rgb(0,51,255)
}
.align {
	margin: 0 auto;
	width: 17em;
}


