.footer{
	background-color:#43D1AF;
	color:#FFF;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	padding:10px 10px 10px 10px;
}

a.footerLink:link, a.footerLink:hover, a.footerLink:visited, a.footerLink:active {
    color: #FFF;
	text-decoration:none;
}

.form-style{
	font: 95% Arial, Helvetica, sans-serif;
	max-width: 600px;
	margin: 10px auto;
	padding: 16px;
	background: #F7F7F7;
}

.form-style h1{
	background: #43D1AF;
	padding: 20px 0;
	font-size: 140%;
	font-weight: 300;
	text-align: center;
	color: #fff;
	margin: -16px -16px 16px -16px;
}

.form-warning{
	font-size: 80%;
	color:#F63;
}

.form-style-6 input[type="date"],
.form-style-6 input[type="datetime"],
.form-style-6 input[type="email"],
.form-style-6 input[type="number"],
.form-style-6 input[type="search"],
.form-style-6 input[type="time"],
.form-style-6 input[type="url"],
.form-style-6 textarea
{
	-webkit-transition: all 0.30s ease-in-out;
	-moz-transition: all 0.30s ease-in-out;
	-ms-transition: all 0.30s ease-in-out;
	-o-transition: all 0.30s ease-in-out;
	outline: none;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	width: 100%;
	background: #fff;
	margin-bottom: 1%;
	border: 1px solid #ccc;
	padding: 1%;
	color: #555;
	font: 95% Arial, Helvetica, sans-serif;
}
.form-style-6 input[type="text"]:focus,
.form-style-6 input[type="date"]:focus,
.form-style-6 input[type="datetime"]:focus,
.form-style-6 input[type="email"]:focus,
.form-style-6 input[type="number"]:focus,
.form-style-6 input[type="search"]:focus,
.form-style-6 input[type="time"]:focus,
.form-style-6 input[type="url"]:focus,
.form-style-6 textarea:focus,
.form-style-6 select:focus
{
	box-shadow: 0 0 5px #43D1AF;
	padding: 1%;
	border: 1px solid #43D1AF;
}

/*.form-style-6 input[type="submit"],
.form-style-6 input[type="button"]{
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	width: 100%;
	padding: 1%;
	background: #43D1AF;
	border-bottom: 2px solid #30C29E;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;	
	color: #fff;
}*/
.form-style-6 input[type="submit"]:hover,
.form-style-6 input[type="button"]:hover,
.form-style-6 input[type="reset"]:hover{
	background: #2EBC99;
}



.form-text80
{
	-webkit-transition: all 0.30s ease-in-out;
	-moz-transition: all 0.30s ease-in-out;
	-ms-transition: all 0.30s ease-in-out;
	-o-transition: all 0.30s ease-in-out;
	outline: none;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	width: 80px;
	background: #fff;
	margin-bottom: 1%;
	border: 1px solid #ccc;
	padding: 1%;
	color: #555;
	font: 95% Arial, Helvetica, sans-serif;
}


.form-text150
{
	-webkit-transition: all 0.30s ease-in-out;
	-moz-transition: all 0.30s ease-in-out;
	-ms-transition: all 0.30s ease-in-out;
	-o-transition: all 0.30s ease-in-out;
	outline: none;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	width: 150px;
	height:27px;
	background: #fff;
	margin-bottom: 1%;
	border: 1px solid #ccc;
	padding: 1%;
	color: #555;
	font: 95% Arial, Helvetica, sans-serif;
}


.form-text300
{
	-webkit-transition: all 0.30s ease-in-out;
	-moz-transition: all 0.30s ease-in-out;
	-ms-transition: all 0.30s ease-in-out;
	-o-transition: all 0.30s ease-in-out;
	outline: none;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	width: 300px;
	background: #fff;
	margin-bottom: 1%;
	border: 1px solid #ccc;
	padding: 1%;
	color: #555;
	font: 95% Arial, Helvetica, sans-serif;
}


.form-text400
{
	-webkit-transition: all 0.30s ease-in-out;
	-moz-transition: all 0.30s ease-in-out;
	-ms-transition: all 0.30s ease-in-out;
	-o-transition: all 0.30s ease-in-out;
	outline: none;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	width: 400px;
	background: #fff;
	margin-bottom: 1%;
	border: 1px solid #ccc;
	padding: 1%;
	color: #555;
	font: 95% Arial, Helvetica, sans-serif;
}


.form-select400
{
	-webkit-transition: all 0.30s ease-in-out;
	-moz-transition: all 0.30s ease-in-out;
	-ms-transition: all 0.30s ease-in-out;
	-o-transition: all 0.30s ease-in-out;
	outline: none;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	width: 400px;
	background: #fff;
	margin-bottom: 1%;
	border: 1px solid #ccc;
	padding: 1%;
	color: #555;
	font: 95% Arial, Helvetica, sans-serif;
}

.form-select200
{
	-webkit-transition: all 0.30s ease-in-out;
	-moz-transition: all 0.30s ease-in-out;
	-ms-transition: all 0.30s ease-in-out;
	-o-transition: all 0.30s ease-in-out;
	outline: none;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	width: 200px;
	background: #fff;
	margin-bottom: 1%;
	border: 1px solid #ccc;
	padding: 1%;
	color: #555;
	font: 95% Arial, Helvetica, sans-serif;
}


.form-select60
{
	-webkit-transition: all 0.30s ease-in-out;
	-moz-transition: all 0.30s ease-in-out;
	-ms-transition: all 0.30s ease-in-out;
	-o-transition: all 0.30s ease-in-out;
	outline: none;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	width: 60px;
	background: #fff;
	margin-bottom: 1%;
	border: 1px solid #ccc;
	padding: 1%;
	color: #555;
	font: 95% Arial, Helvetica, sans-serif;
}

.form-select120
{
	-webkit-transition: all 0.30s ease-in-out;
	-moz-transition: all 0.30s ease-in-out;
	-ms-transition: all 0.30s ease-in-out;
	-o-transition: all 0.30s ease-in-out;
	outline: none;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	width: 120px;
	background: #fff;
	margin-bottom: 1%;
	border: 1px solid #ccc;
	padding: 1%;
	color: #555;
	font: 95% Arial, Helvetica, sans-serif;
}

.form-select80
{
	-webkit-transition: all 0.30s ease-in-out;
	-moz-transition: all 0.30s ease-in-out;
	-ms-transition: all 0.30s ease-in-out;
	-o-transition: all 0.30s ease-in-out;
	outline: none;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	width: 80px;
	background: #fff;
	margin-bottom: 1%;
	border: 1px solid #ccc;
	padding: 1%;
	color: #555;
	font: 95% Arial, Helvetica, sans-serif;
}

.form-button100{
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	width: 100px;
	padding: 1%;
	background: #43D1AF;
	border-bottom: 2px solid #30C29E;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;	
	color: #fff;
	text-decoration:none;
	cursor:pointer;
}

.form-button100black{
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	width: 100px;
	padding: 1%;
	background: #43D1AF;
	border-bottom: 2px solid #30C29E;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;	
	color: #333;
	text-decoration:none;
	cursor:pointer;
}

.form-link100{
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	width: 100px;
	padding: 1% 4%;
	background: #43D1AF;
	border-bottom: 2px solid #30C29E;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;	
	color: #fff;
	text-decoration:none;
	font: 85% Arial, Helvetica, sans-serif;
	cursor:pointer;
    text-align: center; 
    text-decoration: none;
	
}

.form-link100active{
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	width: 100px;
	padding: 1% 4%;
	background:#FC3;
	border-bottom: 2px solid #30C29E;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;	
	color: #fff;
	text-decoration:none;
	font: 85% Arial, Helvetica, sans-serif;
	cursor:pointer;
    text-align: center; 
    text-decoration: none;
	
}

a {
    color:#666;
}

.form-listHeader{
	background: #43D1AF;
	font-size: 80%;
	font-weight: 100;
	text-align: center;
	color: #fff;
}

.form-list{
	background:#F5F5F5;
	font-size: 85%;
	font-weight: 100;
	text-align: center;
	color:#333;
	border-bottom: 1px solid #666;
	padding:5px;
}

.form-style-listagem{
	font: 95% Arial, Helvetica, sans-serif;
	max-width: 100%;
	margin: 10px auto;
	padding: 16px;
	background: #F7F7F7;
}

.form-style-listagem h1{
	background: #43D1AF;
	padding: 20px 0;
	font-size: 140%;
	font-weight: 300;
	text-align: center;
	color: #fff;
	margin: -16px -16px 16px -16px;
}

.form-listagemHeader{
	background: #43D1AF;
	font-size: 120%;
	font-weight: 300;
	text-align: center;
	color: #fff;
}

.form-listagem{
	background:#F5F5F5;
	font-size: 100%;
	font-weight: 300;
	text-align: center;
	color:#333;
	border-bottom: 1px solid #666;
	padding:5px;
}


