﻿#messagewrapper
{
	top: 100px;
	right: 10px;
	width: 100%;
	height:100%;
	position:absolute;
    left:0;
    top:0;
    z-index:1000;
	background-color:rgba(0, 0, 0, 0.35) !important;
	
}

#messagewrapper .messagebox
{
	z-index:9999;
	width:400px !important;
	height:200px !important;
	margin: 0 auto !important;
	margin-top:500px !important;
	background-color:transparent;
	padding: 12px 10px 10px 30px;
    margin-left:30%;

}

.panel_sucesso{
    
	width:502px;
	height:100px;
	border-radius:10px;
	border:1px solid /*#9C0*/#3399CC;
	background-color:#ccc;
    margin:0 auto;
    margin-top:250px !important;
}
.panel_header_sucesso{
	border-bottom-color:transparent;
	border-bottom-style: solid;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	width:500px;
	background-color:/*#9C0*/#3399CC;
	margin-top:-20px;
	*margin-top:0;
	height:30px;
}
.panel_aviso{
	width:500px;
	height:100px;
	border-radius:10px;
	border:1px solid #F90;
	background-color:#FFE9BB;
    margin:0 auto;
    margin-top:250px !important;
}
.panel_header_aviso{
	border-bottom-color:transparent;
	border-bottom-style: solid;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	width:500px;
	background-color:#F90;
	margin-top:-19px;
	*margin-top:0;
	height:30px;
}
.panel_erro{
	width:500px;
	height:100px;
	border-radius:10px;
	border:1px solid #C33;
	background-color:#ccc;
    margin:0 auto;
    margin-top:250px !important;
}
.panel_header_erro{
	border-bottom-color:transparent;
	border-bottom-style: solid;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	width:500px;
	background-color:#C33;
	margin-top:-19px;
	*margin-top:0;
	height:30px;
}

.panel_confirma{
	width:500px;
	height:auto;
	border-radius:10px;
	border:1px solid #669900;
	background-color:#E6E6E6;
    margin:0 auto;
    margin-top:250px !important;
    color:#333;
    padding-right:10px;
}

.panel_confirma h3{
    color:#FFF;
    vertical-align:middle;
}

.panel_header_confirma{
	border-bottom-color:transparent;
	border-bottom-style: solid;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	width:500px;
	background-color:#669900;
	margin-top:-19px;
	*margin-top:0;
	height:30px;
}


#messageconfirma
{
	top: 100px;
	right: 10px;
	width: 100%;
	height:100%;
	position:absolute;
    left:0;
    top:0;
    z-index:1000;
	background-color:rgba(0, 0, 0, 0.35) !important;
	
}

.panel_confirma .panel_content {

background-image:url(images/trash.png);
background-repeat:no-repeat;
padding:7px 0 5px 30px;
color:#333;

}


.panel_title{
	margin-left:10px;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color:#000;
	font-weight:bold;
	line-height:30px;
}
.panel_content{
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color:#fff;
	font-size:12px;
	margin-left:10px;
	margin-top:5px;
}
.close{
	float:right;
	margin-right:10px;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color:#000;
	font-weight:bold;
	margin-top:-35px;
	border:none;
	background-color:transparent;
    z-index:9999;
}
.close:hover{
	color:#ccc;
	background-color:transparent;
	cursor:pointer;
}
.atention{
	float:right;
	margin-right:10px;
    background-image:url(images/atencion.png);
    background-repeat:no-repeat;
	margin-top:0px;
	width:40px;
	height:35px;
}