.overlayErro {
    background: #FFF;
    -moz-border-radius: 10px 10px;
    -webkit-border-radius: 10px 10px;
    padding: 5px;
    text-align: center;
    position: relative;
}

* html .overlayErro {
	width: 300px;
}

.overlayErro h1 {
    background: url(images/bg_heading_centro_erro.png) repeat-x;
    font-size: 10pt;
    height: 16px;
    padding: 6px 10px;
    text-align: center;
    position: relative;
    color: #FFF;
}

.overlayErro h1 span.leftErro, .overlayErro h1 span.rightErro {
    width: 6px;
    height: 28px;
    position: absolute;
    top: 0;
}

.overlayErro h1 span.leftErro {
    left: 0;
    background: url(images/bg_heading_ce_erro.png) no-repeat;
}

.overlayErro h1 span.rightErro {
    right: 0;
    background: url(images/bg_heading_cd_erro.png) no-repeat;
}

.overlayErro .msgErro {
	font-size: 10pt;
    min-width: 450px;
    max-height: 350px;
    margin: 10px 5px;
    font-weight: bold;
    overflow: auto;
}

* html .overlayErro .msgErro {
	width: auto;
}

.overlayErro .buttonErro {
    width: 40px;
    height: 22px;
    text-align: center;
    font-size: 9pt;
    font-weight: bold;
    background: url(images/bg_buttons_erro.png) no-repeat;
    border: none;
	cursor: pointer;
	float: right;
    margin-right: 3px;
}

.overlayErro .buttonErro:hover {
    background-position: center;
}

.overlayErro .buttonErro:active {
    background-position: bottom;
}

.overlayErro .buttonErro {
    
}

.overlayErro .myOverlayErroBtClose {
    width: 20px;
    height: 20px;
	position: absolute;
    top: 17px;
    right: 10px;
	border: none;
    background: url(images/bg_close_erro.png) no-repeat;
	cursor: pointer;
}

.overlayErro .myOverlayErroBtClose:hover {
	background-position: center;
}

.overlayErro .myOverlayErroBtClose:active {
	background-position: bottom;
}
