﻿
/* Forms
------------------------------*/

form, fieldset {
	margin: 0;
	padding: 0;
	text-align:left
	}
	
fieldset { border: 1px solid #000; }

legend {
	padding: 0;
	color: #009900;
	}

input, textarea, select {
	margin: 0;
	padding: 1px;
	font-size: 100%;
	font-family: inherit;
	}
	
select { padding: 0; }

	
	
.sr {
	position: absolute;
	left: -9999em;
	top: 0;
	width: 1px;
	height: 1px;
	overflow: hidden;
	}


form.cmxform fieldset { margin-bottom: 10px; padding:10px }
	
form.cmxform legend {
	padding: 0 2px;
	font-weight: bold;
	_margin: 0 -7px; /* IE Win */
	}
	
form.cmxform label {
	display: -moz-inline-box;
	display:-moz-inline-stack;
	display: inline-block;
	line-height: 1.8;
	vertical-align: top;
	}

form.cmxform label span{
	display: block;
	text-align:right;
	}


form.cmxform fieldset ol {
	margin: 0;
	padding: 0;
	}
	
form.cmxform fieldset li {
	list-style: none;
	padding: 1px;
	margin: 0;
	display:block;
	}
	
form.cmxform fieldset fieldset {
	border: none;
	margin: 3px 0 0;
	}
	
form.cmxform fieldset fieldset legend {
	padding: 0 0 5px;
	font-weight: bold;
	}
	
form.cmxform fieldset fieldset label {
	display: block;
	width: 100px;
	display: -moz-inline-box;
	}

em {
	font-weight: bold;
	font-style: normal;
	color: #FF0000;
	}

form.cmxform label { width: 30%; } /* Width of labels */
form.cmxform fieldset fieldset label { margin-left: 31%; } /* Width plus 3 (html space) */

/*\*//*/ form.cmxform legend { display: inline-block; } /* IE Mac legend fix */


/**********************************

Name: cmxform Styles
Author: Nick Rigby 

***********************************/

form.cmxform {
	width:100%	;
	font-size: 1.0em;
	color: #333;
	}
	
form.cmxform legend {
	margin-left:10px ; 
	font-size:1.4em; 
	font-family: "Trebuchet MS", Trebuchet, Verdana, Arial, Helvetica, sans-serif;
	color:#006699;
	background:#fff;
	}

form.cmxform label { color:#333}

form.cmxform label i { color:#666; font-weight:normal}


form.cmxform fieldset {
	border: 1px dotted #D9E8C1;
	background:#FFFFFF;
	}
	
form.cmxform fieldset fieldset { background:#F4F7ED; }
	
.aut
	{
	font-family: "Trebuchet MS", Trebuchet, Verdana, Arial, Helvetica, sans-serif;
	font-size:1.2em;
	font-weight:bold;
	}

.c_obri {
	border:1px solid #D9E8C1; 
	background-color: #F4F7ED ;
	height: 1.5em;
	}
	
.c_opci {
	border:1px solid #eee; 
	background-color:#fbfbfb;
	height: 1.5em;
	}
	
form.cmxform label span{
	display:block ; text-align:right; font-weight:bold;
	}


p.num {
	font-family:"Trebuchet MS", Trebuchet, Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:1.6em;
	text-indent:0px;
	padding:0px;
	margin:0px;
	}	
	
p.data {
	font-family:"Trebuchet MS", Trebuchet, Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:1.4em;
	color: #ccc;
	text-indent:0px;
	padding:0px;
	margin:0px
	}

.box {
	width:100%;
	background:url(../img/atencao.gif) top right no-repeat;
	background-color:#F4F7ED; 
	margin-bottom:20px;
	}
	
.box p {
	line-height:1.7em;
	font-size:1.1em;
	color:#333;
	padding:0px;
	margin:0px;
	}
	
.box h1 {
	font-family:"Trebuchet MS", Trebuchet, Verdana, Arial, Helvetica, sans-serif;
	font-size:1.8em;
	padding:0px;
	margin:0px;
	}

.box h2 {
	font-size:1.3em;
	padding:0px;
	margin:0px;
	}

.box h3 {
	font-family:"Trebuchet MS", Trebuchet, Verdana, Arial, Helvetica, sans-serif;
	font-size:2.5em;
	padding:0px;
	margin:0px;
	}
		


clearfix:after {
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}
.clearfix {display: inline-table;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/*------------------------- Botoes Cadastro ----------------------------------*/



.bt {
	background:url(../img/bot.gif) no-repeat left top;
	width: 100px;
	line-height:2.5em;
	height:25px;
	border:0;
	cursor:pointer;
	color:#FFFFFF;
	font-weight:bold;
	padding:0;
	font-size:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;

	}

.bt:hover {
	background:url(../img/bot.gif) no-repeat left bottom;
	border:0;
	cursor:pointer;
	}


