/*#form_cont {
	width: 797px;
	height: 1207px;
	background-color: #868686;
	border-bottom-color: #868686;
	border-bottom-style: solid;
	border-bottom-width: 3px;
}*/

/*#form_cont */ #regwrap {
	float: left;
	width: 789px;
	height: 1346px;
	border-color: #f1f2f2;
	border-style: solid;
	border-width: 2px;
	background-image: url(../images/degrade-interna.gif);
	background-repeat: repeat-x;
	background-color: #e7e6d6;
	margin: 2px 2px 2px 2px;
	_margin-bottom: -20px;
	/**margin-top: -17px;*/
}

.conteudo-form {
	width: 763px;
	height: 1260px;
	background-color: #FFFFFF;
	margin: 30px 12px 30px 12px;
	padding-bottom: 30px;
	border: 2px solid #f1f2f2;
}

.box-id {
	background-color: #f1f2f2;
	margin: 0 20px 7px 20px;
	padding: 15px 0 15px 0;
}

.box-pin {
	background-color: #f1f2f2;
	margin: 0 20px 7px 20px;
	padding: 15px 0 30px 0;
}

.box-dados {
	background-color: #f1f2f2;
	margin: 0 20px 7px 20px;
	padding: 15px 0 15px 0;
}

#cadastro_usuario .form-item {
	margin: 0 0 12px 0;
  	height: 20px;
  	font-family: Verdana;
  	font-size: 12px;
  	color: #ff8406;
}

#cadastro_usuario .form-item label {
	float: left;
  	width: 165px;
  	text-align: right;
  	padding: 5px 5px 0px 15px;
  	display: inline;
}

#cadastro_usuario .form-item input, #cadastro_usuario .form-item select {
	background-color: #b3bdc2;
	width: 261px;
	height: 24px;
  	display: inline;
  	outline: none;
	border: 0;
  	font-family: Verdana;
  	font-size: 10px;
  	color: #6F6F6F;
}

#cadastro_usuario input.error {
	background-color: #FFFFD5;
	border: red 1px solid;
}

#cadastro_usuario .form-item .radios-inline input {
	vertical-align: middle;
  	width: 20px;
  	outline: none;
  	background-color: transparent;
  	border: 0;
  	margin: 0 4px 0 0;
}

#cadastro_usuario div.error {
	width: 250px;
	height: 25px;
	background: url(/media/images/cadastrar/arrow.gif) no-repeat 0 0;
	display: inline;
	position: absolute;
	margin-top: 3px;
	margin-left: 10px;
	padding-left: 0px;
	vertical-align: middle;
	font: 9px verdana;
	color: red;
}

#cadastro_usuario div.pass {
 /* line-height: 200%;*/
  display: inline;
  background: url(/media/images/cadastrar/icon_certo.png) no-repeat 0 0;
  width: 16px;
  height: 15px;
  margin-top: 5px;
  margin-left: 10px;
}

#cadastro_usuario .form-item .fail {
  line-height: 200%;
  display: inline;
  background: url(/media/images/cadastrar/icon_errado.png) no-repeat 0 0;
  width: 12px;
  height: 12px;
  padding: 0 0 0 20px;
}

#cadastro_usuario .form-item select {
  background-color: white;
  border: 1px solid #30C13B;
  font: 11px verdana;
  height: 19px;
  padding: 2px 0 2px 3px;
}

#cadastro_usuario .form-item select.error {
  background-color: #FFFFD5;
  border: red 1px solid;
  color: red;
}

#cadastro_usuario #input_PIN {
  float: left;
  padding: 10 10 0 10;
  width: 196px;
  height: 55px;
}

#cadastro_usuario #profile_country {
  width: 30px;
}

.container-inline .form-item,
.container-inline label {
  display: inline;
}

/**** CAPTCHA ****/
#captcha_wrap {
	height: 72px;
  	background-color: #f1f2f2;
	margin: 0 20px 7px 20px;
	padding: 15px 0 15px 40px;
}

#captcha_wrap #boxleft {
	float: left;
}

#captcha_wrap #boxleft #captchaimage {
	margin: 0;
  	padding: 0;
}

#captcha_wrap #boxright {
  	float: left;
  	margin-bottom: 4px;
}

#captcha_wrap #boxright .text {
	font: 12px verdana;
	color: white;
	margin: 0 0 0 10px;
}

#captcha_wrap #boxright input {
	background-color: #b3bdc2;
	width: 261px;
	height: 24px;
  	display: inline;
  	outline: none;
	border: 0;
  	font-family: Verdana;
  	font-size: 10px;
  	color: #6F6F6F;
}

#captcha_wrap #boxright input.error {
  background-color: #FFFFD5;
  border: red 1px solid;
  font: 11px verdana;
  padding: 2px 0 0 3px;
  height: 17px;
  display: inline;
}

#captcha_wrap .desc {
  font: 9px verdana;
  color: #c4c6c8;
  margin: 0 0 0 139px;
}

#captcha_wrap #boxright div.error {
  margin: 4px 0 0 10px;
}

#captcha_wrap #boxright div.pass {
  display: inline;
  background: url(/media/images/cadastrar/icon_certo.png) no-repeat 0 0;
  width: 16px;
  height: 15px;
  margin-top: 9px;
  margin-left: 8px;
}

#captcha_wrap #refreshimage {
  font: 9px verdana;
  color: #c4c6c8;
  margin: 0 0 0 0px;
  outline: none;
  cursor: pointer;
  text-decoration: underline;
  padding: 0;

}

/******************/
#bottomwrap {
  margin: 0 0 0 6px;
  height: 103px;
  clear: both;
}

.ac-submit {
  margin: 15px 0 0 0;
  height: 45px;
  border: 0;
  float: right;
  text-decoration: none;
  cursor: pointer;
}

.ac-submit-active {
  margin: 15px 0 0 0;

  height: 45px;
  border: 0;
  float: right;
  text-decoration: none;
  cursor: pointer;
}

#pwstrength_result {
  margin: 0 0 15px 173px;
}
#pwstrength_result .pwstrength_text {
  font: 9px verdana;
  color: #FFFCDF;
  margin: 0px 0 5px 0;
}
#pwstrength_result .pwstrength_bad {
  font: 9px verdana;
  color: red;
  font-weight: bold;
}
#pwstrength_result .bad {
  float: left;
  background: url(/media/images/cadastrar/red.gif) no-repeat 0 0;
  width: 24px;
  height: 7px;
  margin: 0 0 0 2px;
}
#pwstrength_result .white {
  float: left;
  background: url(/media/images/cadastrar/white.gif) no-repeat 0 0;
  width: 24px;
  height: 7px;
  margin: 0 1px 0 1px;
}
#pwstrength_result .weak {
  float: left;
  background: url(/media/images/cadastrar/low.gif) no-repeat 0 0;
  width: 24px;
  height: 7px;
  margin: 0 1px 0 1px;
}
#pwstrength_result .medium {
  float: left;
  background: url(/media/images/cadastrar/med.gif) no-repeat 0 0;
  width: 24px;
  height: 7px;
  margin: 0 1px 0 1px;
}
#pwstrength_result .strong {
  float: left;
  background: url(/media/images/cadastrar/high.gif) no-repeat 0 0;
  width: 24px;
  height: 7px;
  margin: 0 1px 0 1px;
}
#pwstrength_result .text {
  float: left;
  font: 9px verdana;
  color: #AFAFAF;
  margin: -3px 0 0 4px;
}
#pwstrength_result .clear {
  clear: both;
}

.tip {
	margin: 0 0 0 0;
	padding: 0;
  	display: none;
  	float: right;
	position: relative;
	right: 20px;
	top: 10px;
	*top: 5px;
}

.tip .text {
	font-family: Verdana;
	font-size: 10px;
	width: 230px;
  	padding: 10px;
  	color: #959b9e;
	margin-top: -22px;
	*margin-top: -27px;
}

.botao_cadastro {
	border: 0;
	background-image: url(/media/images/cadastrar/enviar.gif);
	width: 140px;
	height: 33px;
	margin-right: 15px;
}

.botao_limpar {
	border: 0;
	background-image: url(/media/images/cadastrar/limpar.gif);
	width: 140px;
	height: 33px;
}

#inputs {
	width: 436px;
	_margin-bottom: -25px;
}

.text_termos {
	float: left;
	width: 700px;
	height: 60px;
	margin-left: 20px;
	margin-top: 15px;
	padding: 10px;
	border-color: #B3BDC2;
	border-style: solid;
	border-width: 1px;
	font-size: 11px;
	color: #959B9E;
}

#check_termos {
	float: left;
	width: 700px;
	margin-top: 7px;
	position: relative;
	left: 20px;
	font-family: Verdana;
	font-size: 10px;
	color: #ff8406;
}
