#domAlert {
   font-family:Arial;
   -moz-border-radius:8px 8px 8px 8px;
    background:none repeat scroll 0 0 white;
    border:6px solid #e2d5cd;
    g-moz-box-shadow:1px 1px 1px rgba(0, 0, 0, 0.4);
}
#domAlert h3 {
    font-size:18px;
    font-weight:bold;
    margin:0;
    color:#595a5c;
    gcolor:#C11F3D;
    border-bottom: medium none;
    padding-bottom:0px;
}
#domAlert p {
    margin:20px 0px;
    margin-right:6px;
    font-size:11px;
	padding-bottom:8px;
	margin-bottom:8px;
}
#domAlert .controls 
{
    position:static;
    float:right;
    bottom:20px;
    margin-top: 8px;
}
#domAlert .controls input
{
    font-family:Arial;
    margin-right:8px;
    height:21px;
    font-weight:bold;
    font-size:12px;
    color:white;
    border:none;
    background:#999;
}
#domAlert .controls input.ok 
{
    background:#cbb5a5;
	cursor:pointer;
}