.box {
	margin: 0px;
	padding: 0px;
	position:absolute;
	background-color:white;
	
	visibility:hidden;
}

.box #west{
	width: 9px;
	background:url(../images/box/box-w.gif) repeat-y left top;
}

.box #msgbox_titulo{
	margin-top: 4px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	text-decoration: none;
	font-weight: bold;
}

.box #msgbox_mensagem{
	padding: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	text-decoration: none;
}

.box #northwest{
	height: 22px;
	background:url(../images/box/box-nw.gif) left top;
}

.box #north{
	height: 22px;
	background:url(../images/box/box-n.gif) repeat-x center top;
}

.box #northeast{
	height: 22px;
	background:url(../images/box/box-ne.gif) right top;
}

.box #east{
	width: 9px;	
	background:url(../images/box/box-e.gif) repeat-y right top;
}

.box #southwest{
	height: 9px;
	background:url(../images/box/box-sw.gif) left bottom;
}

.box #south{
	height: 9px;
	background:url(../images/box/box-s.gif) repeat-x center bottom;
}

.box #southeast{
	height: 9px;
	background:url(../images/box/box-se.gif) right bottom;
}

.box #botao{
	border-top: 1px none #999999;
	border-right: 1px none #999999;
	border-bottom: 1px solid #999999;
	border-left: 1px solid #999999;
	
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 6px;
	padding-right: 6px;
	
	background-color:lightgray;
}

.box #botao a{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #0066CC;
	text-decoration: none;
}