.shadowing
{
	display: none;
	position: fixed;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: #636060;
	z-index:10;
	opacity:0.5;
	filter: alpha(opacity=30);
}

.Invisible
{
	visibility:hidden;
}
.box
{
	display: none;
	position: fixed;
	top: 8%;
	left: 32%;
	width: 455px;
	height: 490px;
	padding: 30px;
	margin:0;
	border-radius: 5px white;
	background-color: white;
	z-index:101;
	
}

.box2
{
    display: none;
	position: fixed;
	top: 10%;
	left: 30%;
	width: 490px;
	height: 510px;
	padding: 30px;
	margin:0;
	border-radius: 4px white;
	background-color: white;
	z-index:99;
	overflow: auto;
	
}


.box3
{
    display: none;
	position: fixed;
	top: 30%;
	left: 40%;
	width: 270px;
	height: 110px;
	padding: 15px;
	margin:0;
	border-radius: 4px white;
	background-color: white;
	z-index:99;
	overflow: auto;
}
.box4
{
    display: none;
	position: fixed;
	top: 10%;
	left: 30%;
	width: 500px;
	height: 400px;
	padding: 35px;
	margin:0;
	border-radius: 4px white;
	background-color: white;
	z-index:99;
	overflow: auto;
}
.boxsmall
{
    display: none;
	position: fixed;
	top: 10%;
	left: 5%;
	width: 82%;
	height: 60%;
	padding: 2% 4% 4% 4%;
	margin:0;
	border-radius: 4px white;
	background-color: white;
	z-index:99;
	overflow: auto;
}
.box5
{
    display: none;
	position: fixed;
	top: 5%;
	left: 20%;
	width: 700px;
	height: 500px;
	padding: 35px;
	margin:0;
	border-radius: 4px white;
	background-color: white;
	z-index:99;
	overflow: auto;
}

.box6
{
	display: none;
	position: fixed;
	top: 8%;
	left: 32%;
	width: 450px;
	height: 500px;
	padding: 30px;
	margin:0;
	border-radius: 5px white;
	background-color: white;
	z-index:101;
}

.boxtitle5
{
	position:absolute;
	float:center;
	top:0;
	left:0;
	width:770px;
	height:23px;
	padding:0;
	padding-top:4px;
	left-padding:8px;
	margin:0;
	border-bottom:4px solid #3CF;
	background-color: #006699;
	color:white;
	text-align:center;
}

.boxtitle4
{
	position:absolute;
	float:center;
	top:0;
	left:0;
	width:270px;
	height:23px;
	padding:0;
	padding-top:4px;
	left-padding:8px;
	margin:0;
	border-bottom:4px solid #3CF;
	background-color: #006699;
	color:white;
	text-align:center;
}
.boxtitle3
{
	position:absolute;
	float:center;
	top:0;
	left:0;
	width:570px;
	height:23px;
	padding:0;
	padding-top:4px;
	left-padding:8px;
	margin:0;
	border-bottom:4px solid #3CF;
	background-color: #006699;
	color:white;
	text-align:center;
}
.boxtitlesmall
{
	position:absolute;
	float:center;
	top:0;
	left:0;
	width:100%;
	height:6%;
	padding:0;
	padding-top:4px;
	left-padding:8px;
	margin:0;
	border-bottom:4px solid #3CF;
	background-color: #006699;
	color:white;
	text-align:center;
}
.boxtitle2
{
	position:absolute;
	float:center;
	top:0;
	left:0;
	width:280px;
	height:23px;
	padding:0;
	padding-top:4px;
	left-padding:8px;
	margin:0;
	border-bottom:4px solid #3CF;
	background-color: #006699;
	color:white;
	text-align:center;
}
.boxtitle
{
	position:absolute;
	float:center;
	top:0;
	left:0;
	width:510px;
	height:25px;
	padding:0;
	padding-top:0px;
	left-padding:8px;
	margin:0;
	border-bottom:4px solid #3CF;
	background-color: #006699;
	color:white;
	text-align:center;
}
.enviar{ background:#002c66; border:0; cursor:pointer; color: #FFF; padding:5px 15px;}
.enviar:hover{ background:#006699;}
.cancel{ background:#002c66; border:0; cursor:pointer; color: #FFF; padding:5px 15px;}
.cancel:hover{ background:#006699;}


