/* \*/
* html #tlc, * html #trc {height: 1%;}
/* */

#tlc, #trc { zoom: 1 }

#box
	{
	position: relative;
	margin-left:2px;
	margin-right:2px;	
	margin-top:5px;
	padding:0px;
	text-align:left;
	/*width:100%;*/   /* <-- use this to tie width to viewport size */
	width:285px; /* <-- use this for a set width */
	background-color: #eeeeee;
	}
 	
#content
	{
	padding:1px; /*mexi*/
	}

#content h1
	{
	color:#0354c2;
	font-weight: bold;
	font-size: 10px;
	font-family:Trebuchet MS;
	}
		
#content p
	{
	color:#3b3b3b;
	font-size:9px;
        padding:1px; /*mexi*/
	line-height: 2px;
	font-family: Trebuchet MS;
	}
		
/* ---=== border code follows ===--- */
/*
	tlc = top left corner
	trc = top right corner
	blc = bottom left corner
	brc = bottom right corner
	lb = left border
	rb = right border
	tb = top border
	bb = bottom border 
*/

#tlc, #trc, #blc, #brc
	{
	background-color: transparent;
	background-repeat: no-repeat;
	}

#tlc
	{
	background-image:url(http://censos2011teste.ine.pt/img/tlc.gif);
	background-position: 0% 0%;
	}

#trc
	{
	background-image:url(http://censos2011teste.ine.pt/img/trc.gif);
	background-position: 100% 0%;
	}
	
#blc
	{
	background-image:url(http://censos2011teste.ine.pt/img/blc.gif);
	background-position: 0% 100%;
	}

#brc
	{
	background-image:url(http://censos2011teste.ine.pt/img/brc.gif);
	background-position: 100% 100%;
	}

#tb, #bb
	{
	background-color: transparent;
	background-repeat: repeat-x;
	}
			
#tb
	{
	background-image:url(http://censos2011teste.ine.pt/img/tb.gif);
	background-position: 0% 0%;
	}

#bb
	{
	background-image:url(http://censos2011teste.ine.pt/img/bb.gif);
	background-position: 50% 100%;
	}
	
#rb
	{
	background-image:url(http://censos2011teste.ine.pt/img/r.gif);
	background-position: 100% 0%;
	background-repeat: repeat-y;
	}

#lb
	{
	background-color: #eeeeee;
	background-image:url(http://censos2011teste.ine.pt/img/l.gif);
	background-position: 0% 100%;
	background-repeat: repeat-y;
	}