@import url(http://fonts.googleapis.com/css?family=PT+Sans:400,700);
body
{
	margin:0px;
	color: #4a4a4a;
	background-color:#fff;
	font-size: 15px;
	font-family: 'PT Sans', sans-serif;
	font-weight:400;
}

.topo{
	width:100%;
	height:106px;
	padding:0px 0px 0px 60px;
	background: url(../images/topo_form.jpg) no-repeat;
	background-origin: content-box;
}

/* CLASSES DO 1º TEMPLATE */

a:link{
	color:#8dc63f;
	text-decoration:none;
}

a:hover{
	text-decoration:underline;
	color:#8dc63f;
}

a:visited{
	text-decoration:underline;
	color:#8dc63f;
}

.main{
	width:600%;
	background-color:#f2f2f2;
}

.container{
	width:600px;
	padding:0px 0px 0px 80px;
	overflow:hidden;
}

.sep{
	width:100%;
	height:10px;
}

h3{
	color:#3bbdfb;
}

p { line-height:31px; }

img { border: 0 none; }

::selection {
background:#35d6b2;
color:#FFF;
}

::-moz-selection {
background:#35d6b2;
color:#FFF;
}

::-webkit-selection {
background:#35d6b2;
color:#FFF;
}

/* FORM */


form{
}

input.txt_form{
  background:#fff;
  margin-bottom:4%;
  outline:none;
  background: #fbfbfb;
  padding:4%;
  font-size:80%;
  text-transform:uppercase;
  color:#555;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border:#f2f2f2 solid 1px;
  border-radius: 8px;
}

textarea.txt_form{
  width:92%;
  background:#fff;
  margin-bottom:4%;
  outline:none;
  background: #fbfbfb;
  padding:4%;
  font-size:80%;
  text-transform:uppercase;
  color:#555;
  resize:none;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border:#f2f2f2 solid 1px;
  border-radius: 8px;
}

input.bt_enviar{
  width:170px;
  height:30px;
  background:#3bbdfb;
  border:0;
  font-size:100%;
  color:#fff;
  font-weight:bold;
  cursor:pointer;
  transition:background .3s;
  -webkit-transition:background .3s;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}

input.bt_enviar:hover{
  background:#279ed7;
}


.form_contactos{
	float:right;
	width:500px;
}

#mensagens_erro{
	font-size: 12px;
	font-family: 'Roboto', sans-serif;
	color:#FF3F2A;
}


/* -------------------- Rounded Corners */
.rounded {
   -webkit-border-radius: 20px;
   -moz-border-radius: 20px;
   border-radius: 20px;
}

.semi-square {
   -webkit-border-radius: 5px;
   -moz-border-radius: 5px;
   border-radius: 5px;
}

/* -------------------- Colors: Background */
.slate   { background-color: #ddd; }
.green   { background-color: #779126; }
.blue    { background-color: #3b8ec2; }
.yellow  { background-color: #eec111; }
.black   { background-color: #000; }

/* -------------------- Colors: Text */
.slate select   { color: #000; }
.green select   { color: #fff; }
.blue select    { color: #fff; }
.yellow select  { color: #000; }
.black select   { color: #fff; }