/*********************************
 *
 *	CAPTCHA-Styles
 *
 */
p.captcha_1,
p.captcha_2,
p.captcha_notvalid
{
	margin-left: 0px;
	margin-right: 0px;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	background: transparent;
	color: #000000;
}
p.captcha_2
{
	font-size: 10px%;
	font-style: italic;
	font-weight: normal;
}
p.captcha_notvalid
{
	font-weight: bold;
	color: #FFAAAA;
}
.captcha_msg
{
	font-size: 8pt;
	color: white;
	font-style: normal;
	font-weight: normal;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	padding-left: 5px;
}
.captchapict
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border-style: inset;
	border-width: 4px;
	border-color: #C0C0C0;
}

#captcha
{
	margin-left: 0px;
	margin-right: 0px;
	border-style: dashed;
	border-width: 0px;
	border-color: #FFD940;
}