
 #capcha
	{
	position: relative;
	margin: 10px 0px;
	background-repeat: no-repeat;
	}

 .capcha
	{
	width: 277px;
	height: 123px;
	background-image: url('images/bg.png');
	}

 .capcha-false
	{
	width: 275px;
	height: 123px;
	background-image: url('images/bg-false.png');
	}

 .capcha-true
	{
	width: 275px;
	height: 64px;
	background-image: url('images/bg-true.png');
	}

 #capcha-logo
	{
	position: absolute;
	top: 7px;
	left: 18px;
	width: 30px;
	height: 30px;
	background-image: url('images/logo.png');
	}

 #capcha-title
	{
	position: absolute;
	top: 12px;
	left: 60px;
	width: 200px;
	font-family: Arial;
	font-weight: bold;
	}

 #capcha-picture
	{
	position: absolute;
	top: 42px;
	left: 17px;
	width: 238px;
	height: 40px;
	border: 1px solid #919aa1;
	}

 #capcha-input
	{
	position: absolute;
	top: 88px;
	left: 18px;
	width: 200px;
	height: 23px;
	border: 1px solid #919aa1;
	outline: none;
	padding: 0px 4px;
	font-family: Arial;
	font-size: 18px;
	}

 #capcha-renew
	{
	position: absolute;
	top: 88px;
	right: 19px;
	width: 26px;
	height: 25px;
	background: none;
	border: none;
	background-image: url('images/renew.png');
	cursor: pointer;
	}

 #capcha-renew:hover
	{
	background-image: url('images/renew-hover.png');
	}

 #capcha-renew:active
	{
	background-image: url('images/renew-active.png');
	}

 .capcha-false #capcha-title
	{
	color: red;
	}

 .capcha-true #capcha-logo
	{
	top: 17px;
	color: #318b1f;
	}

 .capcha-true #capcha-title
	{
	top: 22px;
	color: #318b1f;
	}

 #capcha div
	{
	margin: 0px;
	}
