
#filter {
	display: none;
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: #000;
	z-index: 900;
	opacity:0.8;
	filter: alpha(opacity=10);
	}

#box {
	display: none;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 426px;
	height: 315px;
	padding: 20px ;
	margin: -178px 0 0 -233px ;
	background-color: white;
	z-index:901;
	}

span#boxtitle{
	width: 100% ;
	height: 24px ;
	font-family: Calibri, Helvetica,  Arial, sans-serif ;
	font-size: 22px ;
	font-weight: bold ;
	line-height: 24px ;
	padding-top: 2px ;
	border-bottom: 1px solid #999 ;
	border-top: 1px solid #999 ;
	background-color: white ;
	margin-bottom: 10px ;
	color: #999 ;
	text-align: left ;
	display: block ;
	float: left ;
	}
	
	
label {
	font-family: Calibri, Helvetica,  Arial, sans-serif ;
	width: 100% ;
	font-size: 11px ;
	font-weight: bold ;
	margin-left: 10px ;
	float: left ;
	display: block ;
	}
	
label.dos {
	width: 155px ;
	margin-right: 4px ;
	}
	
label.tres {
	width: 190px ;
	margin-right: 10px ;
	}
	
	
	
input#de_nombre {
	height: 18px ;
	width: 155px ;
	margin-left: 10px ;
	background-color: #FFF ;
	border: 1px solid #999 ;
	margin: 0 200px 10px 10px ;
	color: #999 ;
	}
	
input#nombre {
	height: 18px ;
	width: 155px ;
	margin-left: 10px ;
	background-color: #FFF ;
	border: 1px solid #999 ;
	margin: 0 10px 0 10px ;
	color: #999 ;
	float: left ;
	}
	
input#para_correo {
	height: 18px ;
	width: 190px ;
	background-color: #FFF ;
	border: 1px solid #999 ;
	margin: 0 10px 0 0 ;
	margin-bottom: 10px ;
	color: #999 ;
	float: left ;
	}
	
textarea#mensaje {
	height: 110px ;
	width: 400px ;
	background-color: #FFF ;
	border: 1px solid #999 ;
	margin: 0 0 10px 10px ;
	}
	
input.btn {
	height: 18px ;
	font-size: 12px ;
	background-color: #999 ;
	margin-left: 10px ;
	color: #FFF ;
	border: none ;
	}
	input.btn:hover {
		opacity: .7 ;
		cursor: pointer ;
		}
	input.btn.btn:hover {
		opacity: .5 ;
		}
		
div#formBox {
	height: 270px ;
	width: 420px ;
	border-bottom: 1px solid #999 ;
	overflow: hidden ;
	zoom: 1 ;
	}