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; }

form input[type=text], form select {
	width: 80%;
}
form label, form .labelPad {
	width: 15%;
	display: inline-block;
	text-align: right;
	margin-right: 1%
}
form textarea {
	width: 97%;
}
form .error {
	background-color: rgb(240,204,204);
	background: url(/ico/error.png) no-repeat 15.2% 5px;
	padding: 3px 0px;
}
form .errorText {
	position: absolute;
	font-size: 10px;
	color: rgb(240,0,0);
	margin-top: 5px;
}

form .required label {
	font-weight: bold;
}
