
.success {
border: 1px solid #6d8737; box-shadow: 0 1px 0 #a3b86c inset; -moz-box-shadow: 0 1px 0 #a3b86c inset; -webkit-box-shadow: 0 1px 0 #a3b86c inset; 
background: #8ba647;
background: -moz-linear-gradient(top,  #8ba647 0%, #6d8737 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#8ba647), color-stop(100%,#6d8737));
background: -webkit-linear-gradient(top,  #8ba647 0%,#6d8737 100%);
background: -o-linear-gradient(top,  #8ba647 0%,#6d8737 100%);
background: -ms-linear-gradient(top,  #8ba647 0%,#6d8737 100%);
background: linear-gradient(to bottom,  #8ba647 0%,#6d8737 100%);
	padding-top:40px;
	height:159px;
	display:block;
	text-align:center;
	color: #060;
}
.success img{margin-bottom:25px;}
.success h2 {font-size:13px; font-weight:bold; display:block; color: #fff;}
.success h3 {font-size:12px; display:block; color: #fff;}
.error {
border: 1px solid #893f3f; color: #fff; box-shadow: 0 1px 1px #c58282 inset; -webkit-box-shadow: 0 1px 1px #c58282 inset; -moz-box-shadow: 0 1px 1px #c58282 inset;
background: #b56262;
background: -moz-linear-gradient(top,  #b56262 0%, #893f3f 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b56262), color-stop(100%,#893f3f));
background: -webkit-linear-gradient(top,  #b56262 0%,#893f3f 100%);
background: -o-linear-gradient(top,  #b56262 0%,#893f3f 100%);
background: -ms-linear-gradient(top,  #b56262 0%,#893f3f 100%);
background: linear-gradient(to bottom,  #b56262 0%,#893f3f 100%);
	padding:5px;
	display:block;
	color: #fff;
}
