form div.securityCodeFrame {
	background-color: rgb(255,255,255);
	margin: 0px auto 5px;
	overflow: hidden;
	padding: 4px 3px;
	text-align: left;
	width: 199px;
	clear: none;
}
#regCaptcha {
	width: 5em;
}
	form input.captcha { text-align: center; font-size: 1.4em; }
form div.reload, form div.audio {
	cursor: pointer;
	float: right;
	height: 22px; width: 20px;
	margin: 0px !important; padding: 0px !important;
}
	form div.reload {
		background: url(/js/ec_form/refresh.gif);
	}
	form div.audio {
		background: url(/js/ec_form/audio.gif);
		clear: right;
		overflow: hidden;
	}
	form div.audio a {
		display: block;
		height: 100%;
		width: 100%;
		text-indent: -900px;
	}

	form label { cursor: pointer; }
