form	{margin:0; padding:0;}

.clearfix{
        clear:both;
}
.duvidas {
	text-align: right;
	padding-top: 10px;
}



#tudo {
	text-align: left;
	margin: 0 auto;
	width: 760px;
	position: relative;
}
#topo {
	text-align: center;
	height: 150px;
	width: auto;
	margin-bottom: 10px;
}
#topo .logo {
	margin-top: 10px;
	margin-left: 10px;
}
#topo #banner {
	float: right;
	width: 500px;
	text-align: left;
	padding-top: 2px;
}
#topo #banner #fonteSize {
	float: right;
	width: 80px;
	text-align: right;
	padding-top: 70px;
	letter-spacing: 2pt;
}


#topo #login {
	float: right;
	width: 500px;
	padding-top: 7px;
	padding-bottom: 6px;
}
#topo #login label {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #333;
}
#topo #login .frmLoginLogin {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	background-color: #FFF;
	background-image: url(../imagens/login.png);
	background-repeat: no-repeat;
	background-position: 2px center;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 24px;
	border: 1px solid #333;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	width: 80px;
	margin-right: 2px;
}
#topo #login .frmLoginSenha {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	background-color: #FFF;
	background-image: url(../imagens/senha.png);
	background-repeat: no-repeat;
	background-position: 2px center;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 24px;
	border: 1px solid #333;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	width: 80px;
	margin-right: 2px;
}
#topo #login .frmLoginBtn {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	background-image: url(../imagens/btnBkgOut.gif);
	background-position: center;
	border: 1px solid #999;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	color: #FFF;
	padding-right: 2px;
	padding-left: 2px;
}
#topo #login .frmLoginBtn:hover {
	background-image: url(../imagens/btnBkgIn.gif);
}
#topo #login .erro{
	font-size: 9px;
	font-weight: bold;
	color: #900;
	background-color: #FF9;
	border: 1px dotted #900;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background-image: url(../imagens/stopp.png);
	background-repeat: no-repeat;
	background-position: 3px center;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 18px;
	text-align: left;
}
#colunaEsquerda {
	width:200px;
	float:left;
	padding: 0;
}

#menu {
	width:199px;
	padding-top: 5px;
	background-color: #333;
	background-image: url(../imagens/menu.png);
	background-repeat: repeat-x;
	background-position: top;
	border: 1px solid #666;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	margin-bottom: 10px;
}

#menu .titulo {
	font-weight: bold;
	color: #333;
	background-color: #CCC;
	background-image: url(../imagens/menu_titulo.png);
	padding: 5px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	font-size: 13px;
	width: 178px;
	margin-right: 5px;
	margin-left: 5px;
}
#menu .tituloENEM {
	font-weight: bold;
	color: #003;
	background-color: #A8C5FF;
	background-image: url(../imagens/menu_tituloENEM.png);
	padding: 5px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	font-size: 13px;
	width: 178px;
	margin-right: 5px;
	margin-left: 5px;
	background-position: bottom;
}

#menu .base {
	font-family: "Courier New", Courier, monospace;
	font-size: 9px;
	font-weight: bold;
	text-align: right;
	padding-top: 4px;
	padding-right: 6px;
	padding-bottom: 4px;
	color: #FFF;
}
#menu div {
	margin-top: 2px;
	margin-right: 3px;
	margin-bottom: 5px;
	margin-left: 2px;
}
#menu .enem li a {
	text-decoration: none; /* define o tamanho da fonte */
	color:#FFFFFF; /* define a cor da fonte */
	font-weight: bold;
	font-size: 12px;
}
#menu .enem li a div {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid #414141;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
	background-color: #2c6d68;
}
#menu .enem li a:hover {
	color: #DDF;
}
#menu .enem li a div:hover {
	border: 1px solid #6ad4cc;
	background-color: #2d8881;
	background-image: url(../imagens/menu_itemENEM.png);
	background-repeat: repeat-y;
	background-position: left;
}
#menu li a {
	text-decoration: none; /* define o tamanho da fonte */
	color:#FFFFFF; /* define a cor da fonte */
	font-weight: bold;
	font-size: 12px;
}
#menu li a div {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid #414141;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
}
#menu li a:hover {
	color: #CCC;
}
#menu li a div:hover {
	border: 1px solid #666;
	background-color: #404040;
	background-image: url(../imagens/menu_item.png);
	background-repeat: repeat-y;
	background-position: left;
}
menuListCurso a:link, menuListCurso a:visited {
	padding-left:5px;
	color: #FFFFFF;
	text-decoration: none;
}

#principal {
	float: right;
	width: 525px;
	background-color: #FFF;
	background-image: url(../imagens/divBkgGeral.png);
	background-repeat: repeat-x;
	background-position: bottom;
	border: 1px solid #999;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	padding: 10px;
}
#principal h1 {
	font-size: 22px;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;
}
#principal h2 {
	font-size: 18px;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 15px;
	color: #333;
}
#principal p {
	margin-bottom: 15px;

}


#principal ul {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#principal ul li {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 13px;
	list-style-image: url(../imagens/marcador.png);
}
#principal a {
	font-weight: bold;
	color: #333;
	text-decoration: underline;
}
#principal a:hover {
	color: #666;
	text-decoration: none;
}

#rodape {
	background-color: #666;
	background-image: url(../imagens/rodape.gif);
	background-position: top;
	padding: 10px;
	background-repeat: repeat-x;
	color: #FFF;
}
#rodape p  {
	font-size: 11px;
	margin: 0px;
}
#rodape #cursos {
	font-size: 9px;
	color: #959595;
	background-color: #FFF;
	text-align: justify;
	padding: 5px;
	margin-top: 5px;
	border: 1px solid #959595;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
#rodape #cursos a {
	color: #959595;
	text-decoration: none;
}
#rodape #cursos a:hover {
	color: #666;
	text-decoration: underline;
}
#rodape .tudo {
	text-align: left;
	margin: 0 auto;
	width: 750px;
	position: relative;
}

#rodape .tudo h1 {
	font-size: 16px;
	font-weight: bold;
}

#rodape .tudo #col1 {
	text-align: left;
	padding: 5px;
	width: 450px;
	float: left;
	position: relative;
}
#rodape .tudo #col1 a {
	color: #000;
	text-decoration: none;
}
#rodape .tudo #col1 a:hover {
	text-decoration: underline;
}

#rodape .tudo #col2 {
	text-align: center;
	padding: 5px;
	width: 250px;
	float: right;
	position: relative;
}
#rodape .tudo #col2 #news {
	background-color: #959595;
	text-align: left;
	padding: 5px;
	margin-bottom: 5px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
.verificarDiv {
	background-image: url(../imagens/verificar-bkg.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	padding: 5px;
	border: 1px solid #C4C4FF;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	min-height:120px;
}
.verificarTitulo {
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #03F;
	text-align: left;
	background-image: url(../imagens/verificarTitulo-bkg.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	padding: 3px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid #7DD5FF;
}
.verificarDiv #erro {
	font-size: 10px;
	font-weight: bold;
	color: #900;
	background-color: #FF9;
	margin-bottom: 5px;
	border: 1px dotted #900;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background-image: url(../imagens/stopp.png);
	background-repeat: no-repeat;
	background-position: 3px center;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 18px;
}
.mudarDiv {
	font-size: 13px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	background-image: url(../imagens/btnSBkg1.png);
	background-position: center center;
	padding-right: 8px;
	padding-left: 8px;
	border: 1px solid #03C;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.mudarDiv:hover {
	background-image: url(../imagens/btnSBkg2.png);
	color: #DDF;
	text-decoration: none;
}
.etapa {
	color: #FFF;
	background-color: #287bc6;
	background-image: url(../imagens/etapaBkg.png);
	text-align: right;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 2px;
}
.tabelaInsc td {
	padding: 2px;
}

.pDescricao {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 25px;
}
select, input[type=text], input[type=password], textarea  {
	font-family: "Trebuchet MS", Verdana, Arial, "Times New Roman";
	font-size: 11px;
	text-decoration: none;
	background-color: #EFEFEF;
	padding: 2px;
	border: 1px solid #000;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	background-image: url(../imagens/input.png);
	background-repeat: repeat-x;
	background-position: top;
}
input[type=submit], input[type=reset] {
	font-family: "Trebuchet MS", Verdana, Arial, "Times New Roman";
	font-size: 11px;
	font-weight: bold;
	color: #FFF;
	background-color: #333;
	border: 1px solid #333;
	background-image: url(../imagens/btnBkgOut.gif);
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	background-position: center;
}
.banner {
	margin-top: 5px;
}

input[type=submit]:hover, input[type=reset]:hover {
	background-image: url(../imagens/btnBkgIn.gif);
}
.Linha1 {
	color: #000000;
	padding: 2px;
}

.Linha2 {
	color: #000000;
	padding: 2px;
	background-color: #F0F0F0;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #C9C9C9;
	border-bottom-color: #C9C9C9;
}
#emConstrucao {
	background-color: #f7941d;
	background-image: url(emContrucao/constructionBKG.png);
	background-position: top;
	border: 1px solid #900;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	background-repeat: repeat-x;
	font-size: 25px;
	font-style: italic;
	font-weight: bold;
	color: #FFF;
	text-align: center;
	vertical-align: middle;
	padding: 20px;
}
#FAQ p {
	margin: 0px;
	padding-left: 25px;
}
.curso {
	background-color: #CED8E2;
	padding: 5px;
	border: 1px solid #A7B8C9;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	margin-top: 15px;
}
.curso h5 {
	font-size: 14px;
	font-weight: bold;
	color: #003;
	background-color: #00F;
	background-image: url(../imagens/curso_titulo.png);
	background-repeat: repeat-x;
	background-position: top;
	border: 1px solid #A7B8C9;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
.curso h5 div {
	padding: 3px;
}
.curso .menuTitulo {
	font-weight: bold;
	color: #FFF;
	background-image: url(../imagens/curso_titulo_cel.png);
	background-repeat: repeat-x;
	background-position: bottom;
	text-align: center;
	padding: 3px;
}
.curso .dadosCurso {
	background-color: #F2F4F7;
	padding: 3px;
}
.curso_destaque {
	background-color: #F7F9B7;
	padding: 5px;
	border: 1px solid #C9C8A7;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	margin-top: 15px;
}
.curso_destaque h5 {
	font-size: 14px;
	font-weight: bold;
	color: #300;
	background-color: #FF0;
	background-image: url(../imagens/curso_titulo_destaque.png);
	background-repeat: repeat-x;
	background-position: top;
	border: 1px solid #A7B8C9;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
.curso_destaque h5 div {
	padding: 3px;
	background-image: url(../imagens/novo.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.curso_destaque .menuTitulo {
	font-weight: bold;
	color: #600;
	background-image: url(../imagens/curso_titulo_cel_destaque.png);
	background-repeat: repeat-x;
	background-position: bottom;
	text-align: center;
	padding: 3px;
}
.pdf {
	font-size: 9px;
	background-color: #FFE8E8;
	padding: 5px;
	margin-top: 15px;
	border: 1px solid #900;
	font-style: italic;
}
.pdfLink {
	font-weight: bold;
	color: #900;
	text-decoration: none;
}
.pdfLink:hover {
	color: #F00;
	text-decoration: underline;
}


.curso_destaque .dadosCurso {
	background-color: #FEFFEA;
	padding: 3px;
}
.certificacao {
	font-size: 10px;
	padding: 3px;
}
.condicoes {
	font-size: 11px;
	color: #333;
}
#investimento {
	background-color: #d7ffc1;
	background-image: url(../imagens/investimento.png);
	background-repeat: repeat-x;
	background-position: bottom;
	padding: 5px;
	border: 1px solid #7ee348;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
#investimento h2 {
	font-size: 18px;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 15px;
	color: #FFF;
	background-color: #7ee348;
	background-image: url(../imagens/investimento_titulo.png);
	background-position: center;
	padding: 5px;
	border: 1px solid #52be1a;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
.UNEPI {
	font-weight: bold;
	color: #006;
}
.uNoticias {
	background-color: #F7F7F7;
	padding: 5px;
	border: 1px solid #F0F0F0;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
.uNoticias .titulo {
	font-size: 16px;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 5px;
	background-image: url(../imagens/menu_titulo.png);
	background-repeat: repeat-x;
	background-position: top;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	padding: 3px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
.uNoticias div {
	background-image: url(../imagens/marcador.png);
	background-position: left 10px;
	padding-top: 6px;
	padding-left: 8px;
	background-repeat: no-repeat;
}
.uNoticias .fonte {
	font-size: 10px;
	color: #999;
}
.uNoticias a {
	font-weight: bold;
	color: #333;
	text-decoration: none;
}
.uNoticias a:hover {
	color: #808080;
	text-decoration: underline;
}
.submenu {
	font-size: 11px;
	color: #333;
	background-color: #EBEBEB;
	padding: 3px;
	margin-bottom: 10px;
	margin-top: 5px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
.submenu a {
	font-weight: lighter;
	color: #333;
	text-decoration: none;
}
.submenu a:hover {
	color: #666;
	text-decoration: underline;
}
.Turmas {
	margin-bottom: 10px;
	margin-left: 10px;
}
.txtForm {
	font-size: 13px;
	color: #003;
	background-color: #EDF3FE;
	padding: 3px;
	margin-bottom: 10px;
	border: 1px solid #C7DAFC;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
.txtForm strong {
	background-image: url(../imagens/numerador.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 22px;
	width: 22px;
}
.chamadaEvento {
	color: #FFF;
	background-color: #4a9bea;
	background-image: url(../imagens/chamadaEvento.png);
	background-repeat: repeat-x;
	background-position: top;
	padding: 5px;
	border: 1px solid #1f7be5;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	margin-bottom: 10px;
}
.chamadaEvento h2 {
	font-weight: bold;
	color: #FFF;
	background-image: url(../imagens/pin.png);
	background-repeat: no-repeat;
	background-position: left;
	margin: 0px;
	padding-left: 27px;
	padding-bottom: 0px;
}
.chamadaEvento div {
	color: #003;
	background-color: #ffffff;
	background-image: url(../imagens/chamadaEventoDiv.png);
	background-repeat: repeat-x;
	background-position: top;
	padding: 5px;
	border: 1px solid #dedede;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	margin: 0px;
}
.chamadaEvento a {
	font-weight: bold;
	text-decoration: none;
	color: #003;
}
.chamadaEvento a:hover {
	color: #006;
	text-decoration: underline;
}
#grade {
	background-color: #ECECFF;
	background-image: url(../imagens/grade.png);
	background-repeat: repeat-x;
	background-position: bottom;
	padding: 5px;
	border: 1px solid #cfcfec;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	margin-top: 10px;
}
iframe {
	border: 1px solid #333;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
#grade h2 {
	font-size: 18px;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 15px;
	color: #FFF;
	background-color: #3d82c8;
	background-image: url(../imagens/grade_titulo.png);
	background-position: center;
	padding: 5px;
	border: 1px solid #2567ab;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
#grade h3 {
	font-size: 13px;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 4px;
	color: #003;
	background-color: #C4D9EE;
	padding: 3px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

#cursoDetalhe {
	float: right;
	width: 250px;
	text-align: center;
	margin-left: 5px;
}

#cursoDetalhe div {
	background-color: #e8f3f9;
	background-image: url(../imagens/curso_detalhe.png);
	background-repeat: repeat-x;
	background-position: top;
	padding: 5px;
	border: 1px solid #b6d9eb;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	text-align: left;
	margin-bottom: 10px;
}

#cursoDetalhe div h2 {
	background-color: #8bb7cd;
	padding:3px;
	border: 1px solid #b6d9eb;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	color: #003;
	margin-bottom: 3px;
}

#cursoDetalhe div h3 {
	background-color: #B7D2DF;
	padding:3px;
	border: 1px solid #b6d9eb;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	color: #003;
}
#cursoDetalhe div p {
	padding:3px;
	margin:0;
}
#cursoDetalhe div a {
	font-weight: bold;
	color: #003;
	text-decoration: none;
}
#cursoDetalhe div a:hover {
	color: #006;
	text-decoration: underline;
}
.divRight {
	width: 225px;
	float:right;
}

#fotos {
	text-align: center;
}
#fotos p {
	text-align: center;
}
#fotos img {
	background-color: #FFF;
	border: 1px solid #333;
	background-image: url(../imagens/chamadaEventoDiv.png);
	background-repeat: repeat-x;
	background-position: top;
}

.Foto {
	padding: 3px;
	border: 1px solid #4f4e3c;
	background-color: #e4e0d5;
}
.notData {
	font-weight: bold;
	color: #FFF;
	background-color: #333;
	text-align: center;
	padding: 3px;
}
.notTblCtr {
	font-size: x-small;
	background-color: #CCC;
	padding: 3px;
	margin-top: 5px;
	margin-bottom: 5px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #666;
}
.notTxtDiscreto {
	font-size: x-small;
	color: #666;
}
.alerta {
	font-size: 11px;
	color: #006;
}

.notFonte {
	font-size: 9px;
	padding-top: 10px;
}
.notLin1 {
	background-color: #CCC;
	padding: 3px;
}
.notLin2 {
	padding: 3px;
}
.fotoR {
	background-color: #FFF;
	border: 1px solid #333;
	background-repeat: repeat-x;
	background-position: top;
	float: right;
	margin-bottom: 5px;
	margin-left: 5px;
}
.tblAlbum img {
	margin-right: 5px;
	border: 1px solid #000;
}
.tblAlbum td {
	padding-bottom: 5px;
}
.pagamento-pen {
	background-color: #FFFFD7;
	padding: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
	border: 2px solid #600;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
.pagamento-pen div {
	font-size: 16px;
	font-weight: bold;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	color: #600;
	background-color: #FF9;
	margin: 0px;
	padding: 3px;
}
.pagamento-ok {
	background-color: #E7FFD7;
	padding: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
	border: 2px solid #060;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	background-image: url(../imagens/pagamento-ok.png);
	background-position: right top;
	background-repeat: no-repeat;
}
.alert {
	font-weight: bold;
	color: #600;
	background-color: #FFE8E8;
	background-image: url(../imagens/stopp.png);
	background-position: 4px 8px;
	margin-bottom: 5px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 22px;
	background-repeat: no-repeat;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
.pagamento-ok div {
	font-size: 16px;
	font-weight: bold;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	color: #060;
	background-color: #A9FB9D;
	margin: 0px;
	padding: 3px;
}