#mask {
	position:absolute;
	left:0;
	top:0;
	z-index:9999;
	background-color:#000;
	display:none;
}
#boxes .window {
	position:fixed;
	left:0;
	top:0;
	width:100px;
	height:100px;
	display:none;
	z-index:9999;
	padding:0px;
	background-color:#000;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
#boxes #confirmacion_2l {
	width:400px;
	height:125px;
	padding:0px;
	background-color:#F00;
}
#boxes #enviar_2l {
	width:600px;
	height:450px;
	padding:0px;
	background-color:#DDD;
}
textarea
{
    font-size:14px;
}
input[type="text"]
{
    font-size:14px;
}