#alert_icon {
	clear: both;
	float: left;
	width: 128px;
	height: 128px;
}

#alert_msg {
	float: left;
	width: 300px;
	color: #000;
	padding-left: 20px;
	padding-top: 20px;
}

#alert_butt_cont {
	clear: both;
	float: left;
	width: 470px;
	height: 30px;
	text-align: center;
}

.button {
  border-collapse: collapse;
  border: 1px solid #ffffff;
  font-size: 8pt;
  font-weight: normal;
  background-color: #4F4F4F;
  color: #ffffff;
  height: 40px;
  width: 110px;
  margin-top: 2px;
  margin-bottom: 10px;
  cursor: pointer;
}