.success_dialogBox{
	width:520px;
	border:solid 1px #c1d2b2;
	background:#dff0d8;
	padding:12px;
	-webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
	margin:0 auto;	
	color:#3c763d;	
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	margin-bottom:10px;
}
.success_dialogBox:hover{
	border:solid 1px #a9bd98;
	-webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,0.3);
	box-shadow: 0 0 10px 0 rgba(0,0,0,0.3);
}
.success_dialogBox h2{
	color:#3c763d;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	font-size:25pt;
	font-weight:normal;
	margin:0px;
}
.success_dialogBox p{
	font-family: Verdana, Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", sans-serif;
	font-size:11px;
	color:#3c763d;
	margin-top:2px;
}
.error_dialogBox{
	width:520px;
	border:solid 1px #ebccd1;
	background:#f2dede;
	padding:12px;
	-webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
	margin:0 auto;	
	color:#a94442;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	margin-bottom:10px;
}
.error_dialogBox:hover{
	border:solid 1px #bb9ba1;
	-webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,0.3);
	box-shadow: 0 0 10px 0 rgba(0,0,0,0.3);
}
.error_dialogBox h2{
	color:#a94442;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	font-size:25pt;
	font-weight:normal;
	margin:0px;
}
.error_dialogBox p{
	font-family: Verdana, Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", sans-serif;
	font-size:11px;
	color:#a94442;
	margin-top:2px;
}