﻿#domAlert {
   font-family:Arial; 
}
#domAlert h3 {
	font-size:18px;
	font-weight:bold;
	margin:0;
	color:#67bc29;
}
#domAlert p {
	margin:20px 0px;
	font-size:11px;
	padding-bottom:30px;
}
#domAlert .controls 
{
	position:absolute;
	bottom:20px;
}
#domAlert .controls input
{
	font-family:Arial;
	margin-right:8px;
	height:21px;
	font-weight:bold;
	font-size:12px;
	color:white;
	border:none;
	background:#eb0527;
}
#domAlert .controls input.ok 
{
	background:#575757;
	cursor:pointer;
}