#mask {
  position:absolute;
  left:0;
  top:0;
  z-index:9000;
  background-color:#000;
  display:none;
}  
#boxes .window {
  position:fixed;
  left:0;
  top:150px !important;
  width:700px;
  height:auto;
  display:none;
  z-index:9999;
  padding:20px;
  text-align: center;
}
#boxes #dialog {
  width:auto; 
  height:auto;
  padding:15px;
  background-color:#ffffff;
}
.maintext{
	text-align: center;
	text-decoration: none;
}
#lorem{
	font-size: 12pt;
	text-align: left;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	color:#000;
}
#lorem h3{
	font-size: 20px;
    text-transform: uppercase;
    color: #000 !important;
    padding: 0px;
    margin: 5px 0px;
    line-height: 35px;
}
/*#lorem p {
	margin-top:0px;
	color:#000 !important;
}*/
#lorem h3 span{
	text-transform:lowercase;
}
#lorem h3 b{
	color:#9F0003;
	text-transform:uppercase;
}
#lorem input {
	width:98%;
	float:left;
	line-height:25px;
	padding:5px;
	margin-bottom:10px;
	min-height:30px;
	font-size:12px;
}
#lorem button {
	background-color: #35A435;
	border: medium none;
	line-height: 40px;
	color: #fff;
	font-weight: bold;
	width: 100%;
	cursor:pointer;
}

#popupfoot{
	position:absolute;
	top:0%;
	right:0%;
}
#popupfoot a{
	text-decoration: none;
}
.popupoption:hover{
	background-color:#D1D1D1;
	color: green;
}
