@charset "utf-8";
/* CSS Document */
DIV .captcha_left {
	float:left; 
	margin-top:10px;
}

DIV .captcha_right {
	float:right; 
	margin-top:10px;
	text-align: center;
	height: 50px;
}

#response {
	background-color: #FFFFFF;
	border: 1px solid #800000;
	text-align: center;
	padding: 3px;
	margin-bottom: 5px;
}

