@charset "utf-8";
@import url("reset.css");

body
{
	background: #6CC8A2 url(../img/bg-linear-green.png) repeat-x left top;
	font: normal 16px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}
a
{
	text-decoration: none;
}
a:hover
{
	text-decoration: underline;
}
label
{
	color: #fff;
}
p
{
	line-height: 120%;
}
strong
{
	font-weight: 600;
}

#content
{
	min-width: 960px;
}

#top
{
	height: 280px;
	background: #EDF5F7 url(../img/bg-linear-white.png) repeat-x left top;
	/*margin-top: 50px; desativado */
}
#top:before
{
	background: transparent url(../img/bg-top-left.jpg) no-repeat left top;
	height: 290px;
	width: 30px;
	float: left;
	margin-bottom: -290px;
	content: " ";
	overflow: visible;
}
#top:after
{
	background: transparent url(../img/bg-top-right.jpg) no-repeat right top;
	height: 290px;
	width: 30px;
	float: right;
	clear: left;
	margin-top: -265px;
	content: " ";
	overflow: visible;
}
#middle
{
	background: transparent url(../img/bg-linear-panel.jpg) repeat-x left top;
}
#bottom
{
}

.inside-960
{
	width: 960px;
	margin: 0 auto;
}
.fake-link
{
	color: #6fc;
}
.fake-link:hover
{
	text-decoration: underline;
	cursor: pointer;
}
.response-screen
{
	position: fixed;
	left: 0; top: 0;
	width: 100%;
	height: 100%;
	display: none;
	background: #6CC8A2 url(../img/bg-linear-green.png) repeat-x left top;
	z-index: 99999;
}
.spacer-bottom
{
	margin-bottom: 15px;
}

#top .logo h1,
#top .logo h2
{
	overflow: hidden;
	height: 1px;
	text-indent: -9999px;
}
#top .logo
{
	width: 240px;
	height: 160px;
	margin-top: 60px;
	margin-right: 30px;
	float: right;
}
#top .logo img
{
	text-indent: -645px;
	font-size: 32px;
	overflow: visible;
	width: 240px;
	height: 160px;
}
#top .inside-top
{
	margin-top: 15px;
	margin-left: 45px;
	float: left;
}

#middle #headline
{
	width: 390px;
	background: transparent url(../img/bg-headline-all.jpg) repeat-y center top;
	padding: 0 5px;
	margin-left: 25px;
	margin-bottom: 20px;
}
#middle #headline:before
{
	background: transparent url(../img/bg-headline-middle.jpg) repeat-x center 15px;
	width: 388px;
	height: 160px;
	display: block;
	content: " ";
	content: url(../img/bg-headline-top.jpg);
	text-indent: -6px;
	overflow: visible;
	margin: 0 1px;
	margin-bottom: -160px;
}
#middle #headline:after
{
	background: transparent url(../img/bg-headline-bottom.jpg) no-repeat center bottom;
	height: 5px;
	display: block;
	content: " ";
	text-indent: -99999px;
	overflow: hidden;
}
#middle #headline h3
{
	color: #fff;
	font-size: 26px;
	margin: 10px 15px;
}
#middle #headline p
{
	color: #fff;
	margin: 5px 15px;
	font-size: 14px;
}
#middle #headline .register
{
	background: transparent url(../img/bg-form-middle.jpg) repeat-y center top;
	width: 360px;
	margin: 10px auto;
}
#middle #headline .register:before
{
	background: transparent url(../img/bg-form-top.jpg) no-repeat center top;
	height: 10px;
	display: block;
	content: " ";
	text-indent: -99999px;
	overflow: hidden;
}
#middle #headline .register:after
{
	background: transparent url(../img/bg-form-bottom.jpg) no-repeat center bottom;
	height: 10px;
	display: block;
	content: " ";
	text-indent: -99999px;
	overflow: hidden;
}
#middle #headline .register form
{
	margin: 10px 15px;
}
#middle #headline .register form label
{
	float: left;
	line-height: 28px; /* IMPORTANT: was defined value equal of input height, for the text align top and align vertical label with middle of the .itext */
	vertical-align: text-top;
}
#middle #headline .register form a:hover
{
	text-decoration: none;
}
#middle #headline .register form .rounded
{
	float: right;
	background: #6ED6B3 url(../img/bg-input-rounded-center.jpg) repeat-x left top;
	height: 	 28px; /* IMPORTANT: this value define min. all height for this style class */
}
#middle #headline .register form .rounded:before
{
	background: transparent url(../img/bg-input-rounded-left2.jpg) no-repeat left bottom;
	margin-right: -5px;
	width:		   5px;
	float: left;
	content: url(../img/bg-input-rounded-left.jpg);
	overflow: hidden;
	height: 100%;
}
#middle #headline .register form .rounded:after
{
	background: transparent url(../img/bg-input-rounded-right2.jpg) no-repeat  right bottom;
	margin-left: -5px;
	width:		  5px;
	float: right;
	content: url(../img/bg-input-rounded-right.jpg);
	overflow: hidden;
	height: 100%;
}
#middle #headline .register form a
{
	position: relative;
}
#middle #headline .register form label.error
{
	position: absolute;
	right: 3px;
	top: -20px;
	font-size: 10px;
	color: #4C9F7E;
	font-style: italic;
}
#middle #headline .register form label.error:before
{
	display: inline-block;
	content: "*";
	color: #4C9F7E;
	margin-right: 2px;
}
#middle #headline .register form input,
#middle #headline .register form textarea
{
	padding: 2px 5px;
	background-color: transparent;
	font: normal 16px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	border: none;
	color: #4C9F7E;
}
#middle #headline .register form textarea {
	margin: 5px;
}
#middle #headline .register form input.text
{
	width: 250px; /* IMPORTANT: this value is width for this style class less padding and margin horizontal (left+right) | ALERT: remember you the label exists */
	height: 24px; /* IMPORTANT: this value is height for this style class less padding and margin vertical (top+bottom) */
}
#middle #headline .register form textarea.h100
{
	width: 240px; /* IMPORTANT: this value is width for this style class less padding and margin horizontal (left+right) | ALERT: remember you the label exists */
	height: 86px; /* IMPORTANT: this value is height for this style class less padding and margin vertical (top+bottom) */
}
#middle #headline .register form a.h100,
#middle #headline .register form a.h100:before,
#middle #headline .register form a.h100:after
{
	height: 	 100px; /* IMPORTANT: this value define all height for this style class */
}
#middle #headline .register form .submit input
{
	background: transparent url(../img/bt-register.jpg) no-repeat left top;
	border: none;
	width: 90px;
	height: 24px;
	font: normal 14px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
	float: right;
}
#middle #headline .register form .view-full-form,
#middle #headline .register form .view-form
{
	font-size: 12px;
	float: left;
	line-height: 24px;
	display: block;
}
#middle #headline .register form .view-full-form:hover,
#middle #headline .register form .view-form:hover
{
	text-decoration: underline;
}
#middle #headline .register form .submit:hover input
{
	background: transparent url(../img/bt-register.jpg) no-repeat left bottom;
	cursor: pointer;
}

#loading
{
	font-size: 14px;
	font-style: italic;
	text-align: center;
	line-height: 16px;
	color: #38B980;
	clear: both;
}
#loading img
{
	vertical-align: bottom;
}

.register-ok
{
	background: transparent url(../img/photo-ok.jpg) no-repeat center top;
	margin: 60px auto 0 auto;
	height: 190px;
	padding-top: 250px;
}
.pop-box
{
	width: 575px;
	height: 160px;
	background: #60D8B2 url(../img/bg-pop-box-middle.jpg) repeat-x center top;
	margin: 0 auto;
	position: relative;
}
.pop-box:before
{
	background: transparent url(../img/bg-pop-box-left.jpg) no-repeat left top;
	width: 10px;
	height: 160px;
	content: " ";
	text-indent: -99999px;
	overflow: hidden;
	position: absolute;
	left: 0;
	top: 0;
}
.pop-box:after
{
	background: transparent url(../img/bg-pop-box-right.jpg) no-repeat right bottom;
	width: 10px;
	height: 160px;
	content: " ";
	text-indent: -99999px;
	overflow: hidden;
	position: absolute;
	right: 0;
	top: 0;
}
.pop-box p
{
	padding: 20px;
	color: #fff;
}
.pop-box .iclose
{
	text-indent: -99999px;
	overflow: hidden;
	display: block;
	width: 20px;
	height: 20px;
	background: transparent url(../img/iclose.png) no-repeat left top;
	position: absolute;
	right: -10px;
	top: -10px;
	z-index: 999;
}
.pop-box .iclose:hover
{
	cursor: pointer;
}