@charset "utf-8";
/* CSS Document */

/* AGÊNCIA BAMBOO BRASIL 
www.agenciabamboo.com.br | (62) 3091.5373
CSS Por: Regiane Oliveira
*/

body{ 
	background:url(../img/bg.jpg)  top repeat-x #fff;
	margin:0 auto 0 auto;
}
*{margin:0; padding:0;}

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#666666;
}
h2{
	font:bold 13px Arial, Helvetica, sans-serif;
	color:#000;
}
div#all{
	width:960px;
	margin:0 auto 0 auto;
}
a{ cursor:pointer;}

div#content{float:left; width:960px;}



div.alert, div.alert-erro {
    float: left;
    padding:0 0 10px 0;
}
div.alert img, div.alert-erro img {
    float:left;
}
div.alert span, div.alert-erro span {
    float:left;
    padding:3px 0 0 5px;
    color:#C30;
}