@charset "utf-8";
/* CSS Document */

#box .es {
	background: url(../imagens/box/janela_es.png) no-repeat left top;
	width:13px;
	height:13px
}

#box .ds {
	background:url(../imagens/box/janela_ds.png);
	background-repeat:no-repeat;
	background-position:right top;
	width:17px;
	height:13px
}

#box .s {
	background:url(../imagens/box/janela_s.png);
	background-repeat:repeat-x;
	background-position:top;
	height:13px;
}

#box .ei {
	background: url(../imagens/box/janela_ei.png);
	background-repeat:no-repeat;
	background-position:left bottom;
	width:13px;
	height:17px
}

#box .di {
	background:url(../imagens/box/janela_di.png);
	background-repeat:no-repeat;
	background-position:right bottom;
	width:17px;
	height:17px
}

#box .i {
	background:url(../imagens/box/janela_i.png);
	background-repeat:repeat-x;
	background-position:bottom;
	height:17px;
}

#box .e {
	background: url(../imagens/box/janela_e.png);
	background-repeat:repeat-y;
	background-position:left;
	width:13px;
	height:auto;
}

#box .d {
	background:url(../imagens/box/janela_d.png);
	background-repeat:repeat-y;
	background-position:right;
	width:17px;
	height:auto;
}

#box .bg {
	background:url(../imagens/box/janela_bg.png);
}