/* USED GENERAL FONTS*/
#page-wrap{
	width:969px;
}

#font_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #413f3f;
}

/* USED GENERAL FONTS end*/


html, body {
   height: 658px;
   margin: 0;
   padding: 0;
}
html {
   background: url(/images/general/background_top.png) repeat-x;
}

#container{
	background:white;
}

#container .top {
    width: 100%;
	background: #9e9e9e url(/images/general/background_top.png) repeat-x;
}

#container .destaque {
	width: 969px;
	height: auto;
	margin-top: 2px;
	z-index: 1000;
}

#container .top .logo {
	height: 112px;
	margin-top: 20px;
	margin-bottom: 13px;
}

#container .top .menu {
	width: 969px;
	margin-top: 1px;
}

#bottom {
   background: url(/images/general/background_bottom.png) repeat-x;
   height: 203px;
   background-position: top;
}

#bottom_copy {
	width: 100%;
	height: 35px;
	background-color: #9e9e9e;
}

#bottom_copy .bottom_copyDiv {
	height: 35px;
	width: 969px;
	margin: auto;
}

#bottom_copy .bottom_copyDiv .copyright {
	background: url(/images/general/copyright.png);
	width: 392px;
	height: 14px;
	float: left;
	margin-top: 12px;
}

#bottom_copy .bottom_copyDiv .logo_quavio {
	width: 91px;
	height: 19px;
	float: right;
	margin-top: 11px;
}

.destaque{
	padding-bottom:130px
}

.success_div{
	background:#efe;
	border:2px solid #cec;
	font-family:Tahoma;
}

.error_div{
	background:#fee;
	border:2px solid #ecc;
	font-family:Tahoma;
}