/* CSS Document */

/*//////////////////////////////////////
///  All styles are made by nDiezel  ///
///        www.ndiezel.name          ///
//////////////////////////////////////*/

.anti_bot_captcha{padding: 10px 0px; height: 120px;}
	.anti_bot_captcha span{font: bold 16px Arial, Helvetica, sans-serif; padding-bottom: 10px; display: block;}
	.anti_bot_captcha span span{padding: 0px; font-size: 10px;}
	.anti_bot_captcha #green, .anti_bot_captcha #red{width: 120px; height: 60px; cursor: pointer; float: left;}
	
	.anti_bot_captcha #green{background: #006600; margin-right: 20px;}
	.anti_bot_captcha #green div{display: none; color: #fff; font-weight: bold; text-align: center; padding: 10px 5px; font-size: 14px;}
	
	.anti_bot_captcha #red{background: #FF0000;}