#overlay {
	width:100%;
	background:#333;
	opacity:.80;
	filter: alpha(opacity=80); 
	-moz-opacity: 0.8;
	position:fixed;
	z-index:99;
	}

#popup {
  position: absolute;
  width: 764px;
  top: 0;
  left: 0;
  z-index: 100;
  text-align: left;
  margin-left:auto;
  margin-right:auto;
  background:#fff;
  border:2px solid #E2516C;
  -moz-border-radius:10px;
}

#popup .popup {
  position: relative;
  }


#popup .loading {
  text-align: center;
}

#popup .image {
  text-align: center;
}

#popup img {
  border: 0;
}

#popup .footer {
  border-top: 1px solid #DDDDDD;
  padding-top: 5px;
  margin-top: 10px;
  text-align: right;
}

#popup .tl, #popup .tr, #popup .bl, #popup .br {
  height: 10px;
  width: 10px;
  overflow: hidden;
  padding: 0;
}

#mailer_inner {
	background:url('/themes/bonfires/images/mailer_bg.png') repeat-y;
	width:724px;
	padding:20px;
	display:block;
	}
	
#mailer_inner input:focus {
	background:#f0f0f0;
	}

.input {
	padding-top:10px;
	}
	
#mailer_inner textarea {
	width:650px;
	height:150px;
	}
	
.mailerLabel {
	text-align:left;
	display:block;
	}
	
input#subject {
	width:650px;
	}