#filter
{
 font-family:Georgia, Arial, sans-serif;
    font-size:15px;
	display: none;
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: #CCA;
	z-index:10;
	opacity:0.5;
	filter: alpha(opacity=50);
}


#box 
{
 font-family:Georgia, Arial, sans-serif;
    font-size:15px;
	display: none;
	position: absolute;
	top: 15%;
	left: 20%;
	width: 820px;
	margin:0;
	background:white;
	z-index:101;
	overflow: none;
	
   
}

#box span{
    color:black;
}

#box input[type=text]{
    border: 1px solid #ccc;
    width:200px;
    height:20px;
    font-size:12px;
    padding-left:5px;
    
}

#box input[type=submit]{
    width:100px;
    height:23px;
    background:url(boton_registrarme.jpg);
    border:none;
    float:right;
    margin-right:25px;
    
}

#boxtitle
{
	position:absolute;
	float:center;
	top:0;
	left:0;
	width:100%;
	height:24px;
	padding:0;
	padding-top:4px;
	left-padding:8px;
	margin:0;
	background-color: black;
	color:white;
	text-align:center;
}

span#boxtitle{
    color:white;
}

input[type=text].error{
  background-color: #FCC;
}

#close_box{
  background:url(close_link.png) no-repeat;
  width:28px;
  height:26px;
  border:none;
  float:right;

}


