.overlay{
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000;
	display: none;
}

.modal{
	display: none;
	padding:0 20px 20px;
	overflow:auto;
	z-index:1001;
	position:absolute;
	width: 600px;
	min-height: 300px;
}


/* BOX PRE-INSCRIÇÃO */
#box-preinscricao{
	height: 480px;
	padding: 10px;
	background:#ededed;
	border: 1px solid #d3d3d1;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: 0px 0px 2px #d3d3d1;
	-moz-box-shadow: 0px 0px 2px #d3d3d1;
	box-shadow: 0px 0px 2px #d3d3d1;	
}


#box-preinscricao #box-preinscricao-header{
	width: 100%;
	height: 60px;
	margin-bottom: 4px;
	border-bottom: 1px solid #d3d3d1;	
}

#box-preinscricao #box-preinscricao-header h2{
	font-size: 22px;
	line-height: 20px;
	padding: 5px 0px;
	text-transform: uppercase;
}

#box-preinscricao #closeBtn {
	background-image: url('/assets/css/images/bt_close.png');
	position: absolute;
	right: 10px;
	top: 10px;
	cursor: pointer;
	height: 35px;
	width: 35px;
}

#box-preinscricao h3 {
	padding: 12px 0px 6px 12px;
	font-size: 20px;
}

#box-preinscricao .ui-input-style1{
	height: 30px;
	line-height:26px;
}

#box-preinscricao select.ui-input-style1{
	height: 32px;
	line-height:22px;
	padding: 5px 10px !important;
}

#box-preinscricao label{
	display:-moz-inline-stack; /* FF2 fix coz it does not support inline-block */
	display:inline-block; /* supported by FF3+ and IE8+ */
	zoom:1; *display:inline; /*  IE6 & IE7 hack coz they do not support inline-block (zoom trigger hasLayout and * target IE6/7) */
	width: 140px;
	padding-right: 10px;
	text-align:right;
}

#box-preinscricao-bottom{
	position: relative;
}


#box-preinscricao-check{
	position: relative;
	display:-moz-inline-stack; /* FF2 fix coz it does not support inline-block */
	display:inline-block; /* supported by FF3+ and IE8+ */
	zoom:1; *display:inline; /*  IE6 & IE7 hack coz they do not support inline-block (zoom trigger hasLayout and * target IE6/7) */

	width: 500px; /*500*/
	height: 54px; /*54*/
	vertical-align: bottom;
}

#box-preinscricao-check p#box-preinscricao-error-list{
	position: absolute;
	bottom: 0px;
	left: 0px;
	padding: 0px;
	color: #f00;
}

#send-proposta{
	position: absolute;
	bottom: 0px;
	right: 5px;
	vertical-align: bottom;
}

.box-preinscricao-bottom{
	position: absolute;
	bottom: 15px;
	right: 15px;
}

#box-preinscricao-result{
	display: none;
}

#box-preinscricao-result h3 {
	padding: 32px 0px 20px 12px;
	font-size: 32px;
}
#box-preinscricao-result p {
	padding: 8px 12px 8px 12px;
}

#box-preinscricao-result button {
	margin: 4px 0px 0px 12px;
}



/* BOX PEDIDO PROTOCOLO */
#box-pedidoProtocolo{
	height: 480px;
	padding: 10px;
	background:#ededed;
	border: 1px solid #d3d3d1;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: 0px 0px 2px #d3d3d1;
	-moz-box-shadow: 0px 0px 2px #d3d3d1;
	box-shadow: 0px 0px 2px #d3d3d1;	
}


#box-pedidoProtocolo #box-pedidoProtocolo-header{
	width: 100%;
	height: 60px;
	margin-bottom: 4px;
	border-bottom: 1px solid #d3d3d1;	
}

#box-pedidoProtocolo #box-pedidoProtocolo-header h2{
	font-size: 22px;
	line-height: 20px;
	padding: 5px 0px;
	text-transform: uppercase;
}

#box-pedidoProtocolo #closeBtn {
	background-image: url('/assets/css/images/bt_close.png');
	position: absolute;
	right: 10px;
	top: 10px;
	cursor: pointer;
	height: 35px;
	width: 35px;
}

#box-pedidoProtocolo h3 {
	padding: 12px 0px 6px 12px;
	font-size: 20px;
}

#box-pedidoProtocolo .ui-input-style1{
	height: 30px;
	line-height:26px;
}

#box-pedidoProtocolo select.ui-input-style1{
	height: 32px;
	line-height:22px;
	padding: 5px 10px !important;
}

#box-pedidoProtocolo label{
	display:-moz-inline-stack; /* FF2 fix coz it does not support inline-block */
	display:inline-block; /* supported by FF3+ and IE8+ */
	zoom:1; *display:inline; /*  IE6 & IE7 hack coz they do not support inline-block (zoom trigger hasLayout and * target IE6/7) */
	width: 140px;
	padding-right: 10px;
	text-align:right;
}

#box-pedidoProtocolo-bottom{
	position: relative;
}


#box-pedidoProtocolo-check{
	position: relative;
	display:-moz-inline-stack; /* FF2 fix coz it does not support inline-block */
	display:inline-block; /* supported by FF3+ and IE8+ */
	zoom:1; *display:inline; /*  IE6 & IE7 hack coz they do not support inline-block (zoom trigger hasLayout and * target IE6/7) */

	width: 500px; /*500*/
	height: 54px; /*54*/
	vertical-align: bottom;
}

#box-pedidoProtocolo-check p#box-pedidoProtocolo-error-list{
	position: absolute;
	bottom: 0px;
	left: 0px;
	padding: 0px;
	color: #f00;
}

#send-proposta{
	position: absolute;
	bottom: 0px;
	right: 5px;
	vertical-align: bottom;
}

.box-pedidoProtocolo-bottom{
	position: absolute;
	bottom: 15px;
	right: 15px;
}

#box-pedidoProtocolo-result{
	display: none;
}

#box-pedidoProtocolo-result h3 {
	padding: 32px 0px 20px 12px;
	font-size: 32px;
}
#box-pedidoProtocolo-result p {
	padding: 8px 12px 8px 12px;
}

#box-pedidoProtocolo-result button {
	margin: 4px 0px 0px 12px;
}




/* BOX PEDIDO PROTOCOLO */
#box-pedidoParceiro{
	height: 480px;
	padding: 10px;
	background:#ededed;
	border: 1px solid #d3d3d1;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: 0px 0px 2px #d3d3d1;
	-moz-box-shadow: 0px 0px 2px #d3d3d1;
	box-shadow: 0px 0px 2px #d3d3d1;	
}


#box-pedidoParceiro #box-pedidoParceiro-header{
	width: 100%;
	height: 60px;
	margin-bottom: 4px;
	border-bottom: 1px solid #d3d3d1;	
}

#box-pedidoParceiro #box-pedidoParceiro-header h2{
	font-size: 22px;
	line-height: 20px;
	padding: 5px 0px;
	text-transform: uppercase;
}

#box-pedidoParceiro #closeBtn {
	background-image: url('/assets/css/images/bt_close.png');
	position: absolute;
	right: 10px;
	top: 10px;
	cursor: pointer;
	height: 35px;
	width: 35px;
}

#box-pedidoParceiro h3 {
	padding: 12px 0px 6px 12px;
	font-size: 20px;
}

#box-pedidoParceiro .ui-input-style1{
	height: 30px;
	line-height:26px;
}

#box-pedidoParceiro select.ui-input-style1{
	height: 32px;
	line-height:22px;
	padding: 5px 10px !important;
}

#box-pedidoParceiro label{
	display:-moz-inline-stack; /* FF2 fix coz it does not support inline-block */
	display:inline-block; /* supported by FF3+ and IE8+ */
	zoom:1; *display:inline; /*  IE6 & IE7 hack coz they do not support inline-block (zoom trigger hasLayout and * target IE6/7) */
	width: 140px;
	padding-right: 10px;
	text-align:right;
}

#box-pedidoParceiro-bottom{
	position: relative;
}


#box-pedidoParceiro-check{
	position: relative;
	display:-moz-inline-stack; /* FF2 fix coz it does not support inline-block */
	display:inline-block; /* supported by FF3+ and IE8+ */
	zoom:1; *display:inline; /*  IE6 & IE7 hack coz they do not support inline-block (zoom trigger hasLayout and * target IE6/7) */

	width: 500px; /*500*/
	height: 54px; /*54*/
	vertical-align: bottom;
}

#box-pedidoParceiro-check p#box-pedidoParceiro-error-list{
	position: absolute;
	bottom: 0px;
	left: 0px;
	padding: 0px;
	color: #f00;
}

#send-proposta{
	position: absolute;
	bottom: 0px;
	right: 5px;
	vertical-align: bottom;
}

.box-pedidoParceiro-bottom{
	position: absolute;
	bottom: 15px;
	right: 15px;
}

#box-pedidoParceiro-result{
	display: none;
}

#box-pedidoParceiro-result h3 {
	padding: 32px 0px 20px 12px;
	font-size: 32px;
}
#box-pedidoParceiro-result p {
	padding: 8px 12px 8px 12px;
}

#box-pedidoParceiro-result button {
	margin: 4px 0px 0px 12px;
}