@charset "UTF-8";
/* CSS Document */

#captchaContainer {
	text-align: right;
}

#captchaMsg {
	float: left;
	color: red;
	font-weight: bold;
	font-family: helvetica, sans-serif;
	padding: 6px 0 0 4px;
	font-size: 0.8em;
}

#recaptcha_table {
	margin-bottom: 5px;
}

.yui-skin-sam .yui-panel .hd {
	font-family: helvetica, sans-serif;
	font-size: 0.9em;
	text-align: left;
}