
/* The bouncing box */

#box{
	background:url("/gestao/javax.faces.resource/box_bg.jpg.xhtml?ln=images") repeat-x center top #fcfcfc;
	padding:30px;
	margin-top:-10px;
	padding-top:30px;
	border:1px solid #fcfcfc;
	color:#494848;
	text-shadow:1px 1px 0 white;
	font-family:'Myriad Pro',Arial,Helvetica,sans-serif;
	margin: auto;
	position: initial !important;
	margin-left: auto !important;
}

#warning-icon{
	background:url("/gestao/javax.faces.resource/warning.png.xhtml?ln=images") no-repeat 10px center;
}

#box p{
	font-size:10px;
	background:url("/gestao/javax.faces.resource/warning.png.xhtml?ln=images") no-repeat 10px center;
	padding-left:90px;
	margin-right: 10px;
}

#box p b{
	font-size:32px;
	margin-top: -18px;
	display:block;
	color:#516D95;
}

#box{
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
}

@media screen and (max-width: 767px){
    #box{
	width:100%;
    margin-left: 0px !important;
    left: 0px !important;
	position: relative !important;
}
}
