.UICaptcha-table td img {
    display: block;
	background-color: white;
}

.UICaptcha-table .UICaptcha-image-cell {
    background-color: #FFFFFF;
    padding: 7px !important;
}
.UICaptcha-table, .UICaptcha-maindiv tr, .UICaptcha-maindiv td, .UICaptcha-maindiv th {
    border: 0 none !important;
    border-collapse: collapse !important;
    margin: 0 !important;
    vertical-align: middle !important;
}
.UICaptcha-table * {
    border: 0 none;
    bottom: auto;
    color: #000000;
    left: auto;
    margin: 0;
    padding: 0;
    position: static;
    right: auto;
    top: auto;
}
.UICaptcha-table .UICaptcha-image-div {
    border: 1px solid #DFDFDF !important;
    min-width: 200px;
}
.UICaptcha-table a img {
    border: 0 none;
}
.UICaptcha-table a, .UICaptcha-table a:hover {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
    border: 0 none !important;
    color: #0000FF;
    cursor: pointer;
    font-weight: normal;
    outline: medium none;
    padding: 0 !important;
    text-decoration: none;
}
.UICaptcha-input-area {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
    position: relative !important;
}
.UICaptcha-table {
    border: 1px solid #DFDFDF !important;
    line-height: 1em;
}
.UICaptcha-tooltip {
    position: absolute;
    z-index: 999;
    left: -9999px;
    background: none repeat scroll 0 0 #FEFBEC;
    padding: 3px 10px;
    border: 1px solid #EBE4D1;
    width: 250px;
    font-family: Arial;
    opacity: 1;
}

.UICaptcha-tooltip p {
    padding: 2px 7px;
    color: #666048;
    font-size: 11px;
    font-weight: normal !important;
}

.UICaptcha-tooltip_seta {
    background: url("../../../imagens/geral/bg_tooltip.gif") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    bottom: -15px;
    height: 15px;
    left: 20px;
    position: absolute;
    width: 15px;
}

.UICaptcha-div-img-refresh {
	background: url("../resource/captcha?file=/images/refresh.png");
	background-repeat: no-repeat;
	width: 25px;
	height: 19px;
}

.UICaptcha-div-img-audio {
	background: url("../resource/captcha?file=/images/audio.png");
	background-repeat: no-repeat;
	width: 25px;
	height: 19px;
}

.UICaptcha-div-img-loading{
	background: url("../resource/captcha?file=/images/loading.gif");
	background-repeat: no-repeat;
	width: 25px;
	height: 19px;
}

.UICaptcha-div-img-help {
	background: url("../resource/captcha?file=/images/help.png");
	background-position: 0px 0px;
	background-repeat: no-repeat;
	width: 25px;
	height: 19px;
}

.UICaptcha-button-focus {
	background-position: 0px -19px !important; 
	position: relative !important;
}

.UICaptcha-placeholder {
	color: #aaa;
}

.UICaptcha-placeholder:focus::placeholder {color: transparent;}
.UICaptcha-placeholder:focus::-webkit-input-placeholder { color:transparent; }
.UICaptcha-placeholder:focus:-moz-placeholder { color:transparent; } /* FF 4-18 */
.UICaptcha-placeholder:focus::-moz-placeholder { color:transparent; } /* FF 19+ */
.UICaptcha-placeholder:focus:-ms-input-placeholder { color:transparent; } /* IE 10+ */


