@CHARSET "UTF-8";
/*captcha*/
#doCaptcha {
    position: relative;
	border: 0;
    margin: 0 0 20px 0;
    width: 455px;
    height: 80px;
}
#doCheckout #doCaptcha {
    width: 460px;
}

#doCaptcha p.captchaMsg, 
#doCaptcha p.captchaError {
    width: 460px;
}
#doCheckout #doCaptcha p.captchaMsg, 
#doCheckout #doCaptcha p.captchaError {
    width: 460px;
}

#doCaptcha p.captchaItem {
    position: absolute;
    top: 25px;
    text-align: center;
}

#doCaptcha p.captchaImg {
    left: 0;
    width: 78px;
    height: 48px;
    /*border: 1px solid #e5e5c6;*/
}

#doCaptcha p.captchaImg img {
	position: static;
    display: block;
    margin: 0;
    width: 78px;
    height: 48px;
}

#doCaptcha p.captchaMsg {
    left: 0;
}

#doCaptcha p.captchaError {
    top: auto;
    bottom: 0;
    left: 0;
    font-weight: bold;
    font-style: italic;
    /*color: #c00;*/
}

#doCaptcha p.captchaInput {
    right: 0;
    width: 80px;
    height: 50px;
}

#doCaptcha p.captchaInput .errorMessage {
    top: 0;
    right: 0;
    text-align: center;
}

#doCaptcha p.captchaInput input {
    background: none;
    border: 1px solid #E5DBD9;
    padding: 10px 5px;
    width: 68px;
    height: 28px;
    font-size: 24px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
}

#doCaptcha input {
    background: none;
    height: auto;
}

#doCaptcha p.captcha_refresh,
#doCaptcha p.captcha_refresh {
	position: absolute;
	top: 20px;
	left: 0px;
	width: 16px;
	height: 16px;
}
#doCaptcha p.captcha_refresh input {
	background: url(http://www.espace-maroc.com/images/captcha/refresh.png) 0 0 no-repeat;
	border: none;
	width: 16px;
	height: 16px;
	text-indent: -5000px;
	font-size: 0;
	cursor: pointer;
}
#doCaptcha p.captcha_refresh input.working {
	background: url(http://www.espace-maroc.com/images/captcha/working.gif) 0 0 no-repeat;
}

/*validate*/
.errorMessage {
    position: absolute;
    top: 0px;
    z-index: 10;
    font-size: 9px;
    text-align: right;
    color: #c00;
    /*border-bottom: 1px solid #c00;*/
}
#goToAlerts .errorMessage {
    right: 20px;
}

#abInternForm .errorMessage,
#abCommentForm .errorMessage {
    top: 2px;
    right: 5px;
	width: auto;
	line-height: 12px;
}

.abSpinner {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 999999;
	opacity: 0.9;
	filter: alpha(opacity =   90);
	/*background: url("../images/loading/loading_big.gif") 50% 50% no-repeat;*/
	width: 100%;
	height: 100%;
	border: 1px solid red;
}

