#mask {
	position:absolute;
	left:0;
	top:0;
	z-index:9000;
	background-color:#666;
	display:none;
}
  
#boxes .window {
	position: fixed;
	left:0;
	top:0;
	width:auto;
	height:auto;
	z-index:9999;
	padding:20px;
	display: none;
	margin: auto;
}

#boxes #produtoAdd {
	width:340px;
	height:35px;
}

#produtoAdd .d-header {
	width:40px;
	height:240px;
	margin-right: auto;
	margin-left: auto;
}


.boxBtnFechaModal {
	float: left;
	height: 13px;
	width: 13px;
	background-attachment: scroll;
	background-image: url(../images/bgBtnFechaOff.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	position: absolute;
	margin-top: -17px;
	margin-left: 333px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.boxBtnFechaModal:hover {
	background-image: url(../images/bgBtnFechaOn.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

.boxMensagem {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	float: left;
	width: 340px;
	line-height: 20px;
	border-radius: 5px;
	text-align: justify;
	height: 32px;
	color: #000;
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: 15px 15px;
	background-color: #FFFFE6;
	border: 1px solid #CCC;
	background-image: url(../images/icSucessoGr.gif);
	padding-top: 25px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 60px;
	font-weight: bold;
}

#boxes #boxRecover {
	width:530px;
	height:auto;
}

#boxRecover .d-header {
	width:530px;
	height:auto;
	margin-right: auto;
	margin-left: auto;
}

.boxCpf {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	float: left;
	width: 500px;
	line-height: 20px;
	padding: 15px;
	background-color: #FFF;
	border: 1px solid #999;
	border-radius: 5px;
	text-align: justify;
	height: auto;
	color: #000;
}

.titCpfModal {
	float: left;
	width: 100%;
	color: #000;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}

.boxDadosCpf {
	float: left;
	width: 400px;
	margin-top: 30px;
	height: 50px;
	text-align: center;
	margin-left: 30px;
}

.frmTxtCpf {
	font-size: 16px;
	border: 1px solid #CCC;
	margin-left: 0px;
	float: left;
	width: 170px;
	height: 23px;
	margin-top: 2px;
}

.frmLabel {
	float: left;
	height: auto;
	width: auto;
	margin-right: 10px;
	font-weight: bold;
	margin-top: 3px;
	margin-left: 55px;
}


.boxModaCpf {
	float: left;
	width: 420px;
	text-align: center;
	height: auto;
	border: 1px dotted #CCC;
	margin-top: 15px;
	background-color: #FEFBE7;
	color: #333;
	font-weight: bold;
	border-radius: 5px;
	background-attachment: scroll;
	background-image: url(../images/icInformacao.png);
	background-repeat: no-repeat;
	background-position: 10px 10px;
	margin-left: 20px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
}

.frmBtnOk {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	width: auto;
	height: auto;
	background-image: url(../images/bgBtnForms.gif);
	background-repeat: repeat-x;
	background-attachment: scroll;
	background-position: center -3px;
	border: 1px solid #3CB6FF;
	padding-right: 8px;
	padding-left: 8px;
	border-radius: 4px;
	padding-top: 2px;
	padding-bottom: 3px;
	float: left;
	cursor: pointer;
	margin-left: 10px
}

.frmTxtAutentica {
	float: left;
	height: 22px;
	width: 178px;
	border: 1px solid #CCC;
	background-attachment: scroll;
	background-repeat: repeat-x;
	background-position: center top;
	margin-bottom: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

.posRecover {
	margin-left: 495px;
	margin-top: -9px;
}
