/*****************************************************
* css INDEX.PHP
******************************************************/

body{
	font-family : Arial, Helvetica, sans-serif;
}
P {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 13;
	padding-left : 1;
	padding-right : 20;
	padding-top : 0;
	padding-bottom : 0;
}
.botao  {
    margin:10px;
    -moz-border-radius-topleft: 0.3em;
    -moz-border-radius-topright: 0.3em; 
    -moz-border-radius-bottomleft: 0.3em;
    -moz-border-radius-bottomright: 0.3em;
    margin-left:150px;
    padding:0px;        
}

.botao a, .botao a:visited {  
    font: bold 12px/24px arial, helvetica, sans-aerif;	
    padding:0px;
    text-decoration: none;
    text-align:center;	
    color:#999;
    background:#DDD url('/imagens/botao.png') repeat-x center center;	
    width:120px;  
    height:24px;	
    display:block;	
}

.botao a:hover { 
    background:#DDD url('/imagens/botao.png') repeat-x center center;
    color:#FFF;
}



.linkbotao {
	font-family: verdana, arial, sans-serif;
	margin:10px;
	font-size: 10pt;
	font-weight: bold;
	padding: 4px;
	background-color: #48D1CC;
	color: #000000;
	text-decoration: none;
	-moz-border-radius-topleft: 0.5em;
	-moz-border-radius-topright: 0.5em;
	-moz-border-radius-bottomleft: 0.5em;
	-moz-border-radius-bottomright: 0.5em;
	border : 1px solid Black;
	height : 22;
}

.linkbotao:link,
.linkbotao:visited {
   border-top: 1px solid #cccccc;
   border-bottom: 2px solid #666666;
   border-left: 1px solid #cccccc;
   border-right: 2px solid #666666;
}

.linkbotao:hover {
    border-bottom: 1px solid #cccccc;
   border-top: 2px solid #666666;
   border-right: 1px solid #cccccc;
   border-left: 2px solid #666666;
}	       
	      

.title_index {
	font-family : Arial, Helvetica, sans-serif;
	color : White;
	font-size : 13;
	font-weight : bold;
	width : 506;
	background : url(../imagens/bg_title.jpg) no-repeat;
	height : 22;
	padding-left : 15;
	padding-right : 15;
}
.box_index {
	background-image : url(../imagens/bg.jpg);
	background-repeat : repeat-y;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11;
	width : 506;
	text-align : left;
	padding: 15px;
}
.base_index {
	background-image : url(../imagens/base_box_index.jpg);
	background-repeat : no-repeat;
	height : 25;
	width : 506;
	padding-left : 15;
	padding-right : 15;
}

/**

**/
fieldset {
	border: 1px solid #666;
	width: 230px;
	height: 330px;
	float: left;
	padding: 10px
}

html>body fieldset {
	width: 200px;
	height: 280px;
}

label {
	display: block;
	font-weight: normal
}

li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12
}

