﻿.ladoimagem{
	float:left;
	width:20%;
	margin-top:10px;
	margin-bottom:20px;
}

.ladoesquerdo{
	float:left;
	width:60%;
	margin-top:10px;	
}

.ladoesquerdo2{
	float:left;
	width:15%;
	margin-top:40px;		
	}

form {
	border:1px #CCC solid;
	width:90%;
	margin:0 auto;
	padding:5px;
	background:#F2F2F2;
}
form h1{
	margin:4px;
	font-family:Arial, Helvetica, sans-serif;
	color:#900;
	margin-top:30px;
}

form h2{
	margin:4px;
	font-family:Arial, Helvetica, sans-serif;
	color: #3DA82E;
}

form h1 a{
	color:rgb(19, 9, 179);
	text-decoration:none;
}

form h1 a:hover{
	text-decoration:underline;
}

form fieldset ul li{
	display:block;
	list-style:circle;
	border:1px solid #999;
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.9em;
	width:90%;
}

form fieldset {
  margin:0 auto;	
  margin-bottom: 20px;
  background: #E4E4C9;
  border:0px;
  width:95%;
  border-radius:5px;
  


}
form legend {
  padding: 4px;
  border-radius:5px;

  width:95%;
  padding-left:15px;
  padding-right:15px;
  font-weight: bold;
  font-size:1.0em;
  font-family:Arial, Helvetica, sans-serif;
  border:1px #808040 solid;
  background: #CFCF9E;
  
}
form label {
  display: inline-block;
  line-height: 1.2;
  vertical-align: top;
  font-size: 1.1em;
  font-family:Arial, Helvetica, sans-serif;
  font-weight:bold;
}
form p{
  vertical-align: top;
  margin-left:10px;
  font-size: 1.1em;
  font-family:Arial, Helvetica, sans-serif;
}

form p[id='aviso']{
	display:inline-block;
	line-height:1.0;
	margin:1px;
	font-size: 1.1em;
}

form p[id='aviso2']{
	display:block;
	color:#333;
	margin:10px;
	margin-bottom:15px;
	margin-top:15px;
	text-align:left;
	border:1px solid #CCC;
	background:#fff;
	width:97%;
	padding:5px;
	font-size:1.3em;
}
form input[type='text']{
	/*width:250px;*/
	font-family:Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	color:#333;
	padding:2px;
}

form textarea{
	width:80%;
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.8em;
	color:#333;
	background:#FFC;
	border:1px #900 solid;
	padding:2px;
}
form textarea:focus{
	border:1px #900 solid;
	background: #FFF;
	
}
form fieldset ol {
  margin: 0;
  padding: 0;
  
}

form fieldset li {
  list-style: none;
  padding: 8px;
  margin: 2px;
  border-bottom: #D8D8D8 1px outset;
  padding-bottom:6px;
  
}
form fieldset fieldset {
  border: none;
  margin: 3px 0 0;
}
form fieldset fieldset legend {
  padding: 0 0 5px;
  font-weight: normal;
}
form fieldset fieldset label {
  display: block;
  width: auto;
}
form em {
  font-weight: bold;
  font-style: normal;
  color: #f00;
}
form label {
  /*width: 140px;  Width of labels */
}
form fieldset fieldset label {
  margin-left: 123px; /* Width plus 3 (html space) */
}

form input[type='submit'], input[type='reset']{
/*	border: 1px solid #020202;
    color: #313131;
    background: #E6E6E6;*/
    margin: 5px;
    padding:6px;
/*    font-weight: bold;
    font-size: 1.1em;*/
    
	}
    
form input[type='submit']:hover, input[type='reset']:hover{
/*	border: 1px solid #900;
    cursor: default;
    color: #313131;
    background: #F5F5F5;*/
/*    padding:7px;
    margin: 4px;*/
/*    font-weight: bold;
    font-size: 1.1em;*/
    
	}
	
.botao{
	border: 1px solid #900;
    color: #313131;
    background: #E6E6E6;
    margin: 6px;
    padding:7px;
    font-weight: bold;
    font-size: 1.1em;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:none;
    
	}

.botao:hover{
	border: 1px solid #900;
    cursor: default;
    color: #313131;
    background: #F5F5F5;
    padding:8px;
    margin: 5px;
    font-weight: bold;
    font-size: 1.1em;
    
	}