.colUno {width:100%; margin:20px 0px; padding:0px; text-align:center;}
.left {width:53%; float:left; margin:0px 15px 0px 0px; padding:8px 0px 0px 0px; text-align:right; height:25px;}
.rigth {width:20%; float:left; margin:0px; padding:0px; text-align:left; height:25px; }
.colUno input {width:80%; margin:10px auto;}
.colUno .submit {width:120px; background-color:#b4282e; color:#fff; border:1px solid #a10806;}

.plecaTop {display: inline-block;
    height: 30px;
    position: relative;
    text-align: center;
    width: 100%;
    z-index: 1;
	background-color: rgba(0, 0, 0, 0.8);
	color:#fff;
	position:fixed;
	padding:10px 0px 10px 0px;
	}

#mask {
  position:absolute;
  left:0;
  top:0;
  z-index:9000;
  background-color:#000;
  display:none;
}  
#boxes .window {
  position:absolute;
  left:0;
  top:0;
  width:440px;
  height:200px;
  display:none;
  z-index:9999;
  padding:20px;
  border-radius: 15px;
  text-align: center;
  color:#535455;
}
#boxes .Tit {color:#bf311a; font-size:24px; font-weight:bold; margin:10px auto; text-align:center!important;}
#boxes .close {color: #555 !important; font-size: 12px!important; font-weight:600; opacity: 1 !important; float: right;}
#boxes .close:hover, .close:focus {color: #bf311a!important; font-weight:600!important; cursor: pointer; opacity: 1; text-decoration: none;}
#boxes button.close {background: transparent none repeat scroll 0 0; border: 0 none; cursor: pointer; padding: 0;}
#boxes #dialog {width:450px; height:auto; padding:10px; background-color:#ffffff; font-size: 15pt;}

#boxes #dialog {
  width:450px; 
  height:auto;
  padding:10px;
  background-color:#ffffff;
  font-size: 15pt;
}
.maintext{
  text-align: center;
  text-decoration: none;
}
#lorem{
	font-size: 12pt;
  text-align: left;
}
#popupfoot{
	font-size: 16pt;
  padding: 10px 20px;
}
#popupfoot a{
	text-decoration: none;
}
.agree:hover{
  background-color: #D1D1D1;
}
.popupoption:hover{
	background-color:#D1D1D1;
	color: green;
}
.popupoption2:hover{
	
	color: red;
}