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

/*pluto captcha css*/
#captcha{border:solid 1px #969696;}
#smbnow{font-weight:bold !important;color:#2D2D2D; text-transform:uppercase;}
.t_mcaptcha_class button{padding:5px !important; box-shadow:none !important;border:solid 1px #969696;}
.t_mcaptcha_class td{ text-align:center;}
.t_mcaptcha_class 
{
	
	background:#C1C1C1;
	border:solid 1px #818181;
	width:400px !important;
	min-width:400px !important;
	box-shadow: 0 0 4px rgba(0,0,0,.7);
	-webkit-box-shadow: 0 0 4px rgba(0,0,0,.7);
	-o-box-shadow: 0 0 4px rgba(0,0,0,.7);
	-moz-box-shadow: 0 0 4px rgba(0,0,0,.7);
	
}
#mcaptcha_box img
{
	margin:0 auto !important;
	width:100%;
	height:130px;
	border-radius:0px !important;
	margin-top:0px !important;
	border:none !important;
	
	
}
#mcaptcha_box
{
	
	text-align:center !important;
	border:solid 1px #ACACAC;
	width:99%;
	height:auto;
	min-height:150px;
	
}
button.butt_refresh
{
	outline:none;
	text-transform:uppercase;
	border:solid 1px #979797;
	width:60px;font-size:10px;
	padding:2px;padding-top:5px;padding-bottom:5px;background:#C0C0C0;
	
}
.div-captcha{position:relative;}
.div-captcha:hover a{opacity:1;}
.a-refresh{ position:absolute; bottom:10px;right:15px; opacity:.3;
transition: opacity .5s ease;
-webkit-transition: opacity .5s ease;
-o-transition: opacity .5s ease;
-moz-transition: opacity .5s ease;
-ms-transition: opacity .5s ease;
}
.a-refresh img{display:inline-block;vertical-align:middle;width:30px;height:30px;}
#captcha
{
	background:gray !important;
}