@import url("styles.css");
div#boomcaptcha {
	height: 178px;
	background: url(../imgs/bg_big.png) no-repeat;
	margin:10px 0;
}
#boomcaptcha .enmask-code {
	font-size: 300%;
	margin: 0;
}
#boomcaptcha input.enmask-result {
	display: block;
	width: 258px;
	height: 44px;
	background: url(../imgs/result_bg.png) no-repeat;
	border: 0;
	border-radius: 0;
	margin: 4px 0 0 5px;
	padding: 0 5px;
	font-size: 200%;
	box-shadow: none;
	position: static;
	text-indent: 0;
	color: #000;
}
#boomcaptcha .help-msg {
	margin: 0;
	height: 20px;
	padding: 0 0 0 7px;
}
#enmask-captcha-checking {
	position: fixed;
	bottom: 0;
	right: 0;
	background: red;
	display: none;
	padding: 10px;
	margin: 0;
	color: #fff;
}
.enmask-login-form {
	margin: 0 0 15px -15px;
}
.enmask-login-form .enmask-result {
	width: 268px !important;
}
/* Ajouts ukoo_alex */
#respond #commentform #boomcaptcha .left, #respond #commentform #boomcaptcha .right {
	float:left;
}
#respond #commentform #boomcaptcha .left { width:277px;}
#respond #commentform #boomcaptcha .right { width:277px;}
.enmask-captcha {
	width:575px;
}
.enmask-captcha .enmask-control { margin:5px 0 0 38px;}
div#boomcaptcha {
	padding:10px;
	height:auto;
	background:none #F2F2F2;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
#boomcaptcha .help-msg { padding:0; font-weight:bold;}
#boomcaptcha input.enmask-result { margin:0;}
