﻿#pop{
display:none;
position:absolute;
top:25%;
left:auto%;
padding:10px;
width:300px;
height:200px;
border:1px solid #d0d0d0}
}


div.MsgboxTela {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	/*background-color: #CCCCCC;*/
	background-image:url('../msgbox/Fundo/Mask1.png');
	position:absolute;
	/* set z-index higher than possible */
	z-index:10000;
	visibility: hidden;
	 color: Black;
	border-top:1px solid #eee;
	border-left:1px solid #eee;
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
    border-color:white;
	border-width: 1px;
    width: 404px;
    height :172px;
    top:50%;
    left:50%;
    margin-left:-202px;
    margin-top:-86px;
}
div.MsgboxTelaPainel {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	/*background-color: #CCCCCC;*/
	background-image:url('../msgbox/Fundo/Mask1.png');
	position:absolute;
	/* set z-index higher than possible */
	z-index:10000;
	/*/visibility: hidden;*/
	 color: Black;
	border-top:1px solid #eee;
	border-left:1px solid #eee;
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
    border-color:white;
	border-width: 3px;
    width: 404px;
    height :192px;
    top:50%;
    left:50%;
    margin-left:-202px;
    margin-top:-86px;
}
.msgBarraTitulo {
    height: 36px;
    width: 100%;
    top:0px;
    background-image: url('../msgbox/Barra/BarraSalmao35.png');
}
.ButonFalco {
    height: 32px;
    width: 35px;
    top:0px;
    float:right;
    background-image: url('../msgbox/Ico/fecha32.png');
}
.IcoMsg {
    height: 102px;
    width: 73px;
    top:0px;
    float:left;
    left:2px;
    background-image: url('../msgbox/Ico/Question.png');
}
.TituloMsg {
    position:relative;
    height: 25px;
    width: 330px;
    top:10px;
    float:left;
    left:5px;
    font-family:Times New Roman;
	font-size:16px;
    
}
.CorpoMsg {
    position:relative;
    height: 45px;
    width: 330px;
    top:30px;
    float:left;
    left:5px;
    font-family:Times New Roman;
	font-size:14px;

    
}
.barrabotoesMsg {
    position:relative;
    height: 46px;
    width:99%;
    top:5px;
    float:left;
    left:0px;
    /*border-top:1px solid #eee;
	border-left:1px solid #eee;
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;*/
    font-family:Times New Roman;
	font-size:14px;
    
}
.BotaoMsgSim
{
    position:relative;
	/*border-top:1px solid #eee;
	border-left:1px solid #eee;
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;*/
	width:114px;
	height:43px;
	top:1px;
	/*margin-top:2px;*/
	font-family:Times New Roman;
	font-size:18px;
	font-weight:bold;
	/*vertical-align: middle;*/
	padding:1px 1px 1px 1px;
	background-color: transparent;
	color:Black;
	background-image: url('../msgbox/Botao/BotaoLimpo.png');
	cursor:pointer;
	float:left;
	left:35px;
}
.BotaoMsgNao
{
    position:relative;
	/*border-top:1px solid #eee;
	border-left:1px solid #eee;
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;*/
	width:114px;
	height:43px;
	top:1px;
	/*margin-top:2px;*/
	font-family:Times New Roman;
	font-size:18px;
	font-weight:bold;
	/*vertical-align: middle;*/
	padding:1px 1px 1px 1px;
	background-color: transparent;
	color:Black;
	background-image: url('../msgbox/Botao/BotaoLimpo.png');
	cursor:pointer;
	float:right;
    right:35px;
}
.BotaoMsgOk
{
    position:relative;
	/*border-top:1px solid #eee;
	border-left:1px solid #eee;
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;*/
	width:114px;
	height:43px;
	top:1px;
	/*margin-top:2px;*/
	font-family:Times New Roman;
	font-size:18px;
	font-weight:bold;
	/*vertical-align: middle;*/
	padding:1px 1px 1px 1px;
	background-color: transparent;
	color:Black;
	background-image: url('../msgbox/Botao/BotaoLimpo.png');
	cursor:pointer;
	float:left;
    left:140px;

}
.IcoMsgok {
    position:relative;
    height: 80px;
    width: 76px;
    top:5px;
    float:left;
    left:2px;
    /*background-image: url('../msgbox/Ico/Question.png');*/
}
.CorpoMsgok {
    position:relative;
    height: 45px;
    width: 310px;
    top:30px;
    float:left ;
    left:10px;
    font-family:Times New Roman;
	font-size:14px;

    
}
.barrabotoesMsgOK {
    position:relative;
    height: 46px;
    width:99%;
    top:25px;
    float:left;
    left:0px;
    /*border-top:1px solid #eee;
	border-left:1px solid #eee;
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;*/
    font-family:Times New Roman;
	font-size:14px;
    
}