
#popupmail {
	position:absolute;
	top:200px;
	left:300px;
	width: 400px;
	height:200px;
	margin: 0;
	padding: 10px;
  background:#eecc99;
	text-align: center;
  border-top: 2px solid #9c9c69;
  border-bottom: 2px solid #9c9c69;
  border-right: 2px solid #9c9c69;
  border-left: 2px solid #9c9c69;
}

#popupmail h1{
	color: #FF4444;
	font-size: 22px;
	font-weight: bold;
}

#popupmail span{
	color: #444444;
	font-size: 10px;
	font-weight: bold;
}

	.gombhirlevel {
		margin: 1px 0 7px 0;
		padding: 0 5px 0 5px;
		border: 0;
		color: #555555;
		font-size: 14px;
		font-weight: bold;
  	background:#eecc99;
	}


