.msgbox {
	padding: 25px;
	padding-top: 2px;
	padding-bottom: 2px;
	width: 850px;
	position: absolute;

	font-family: inherit;
	font-size: 12px;
	background-color: #CCCCCC;
	color: #000000;
	
		
		border-style: solid;
		border-color: #EAEAEA;
		border-width: thin;
	
}

.toggler {
	position: absolute;
	border: none;
	background-color: white;
	padding: 3px;
}


.takeaction {
	width: 500px;
	padding: 10px;
	padding-left: 25px;
	padding-right: 25px;
	
	background-color: #F7F7F7;
	border-bottom: thin solid #CCCCCC;
	text-align: center;
	
}
a.takeactiontext {
	color: EF4135;
	font-family: "Lucida Grade", "Lucida Sans Unicode" Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bolder;
	line-height: 30px;
}
