h7,
.h7 {
	font-size: 12px;
}
h8,
.h8 {
	font-size: 10px;
}
h9,
.h9 {
	font-size: 8px;
}

:focus {
	background-color: #ffffff;
}

.general_success {
	border:1px solid #58BA36;
	background-color: #E9F9E5;
	padding: 15px;
	color: #58BA36;
	font-size: 12px;
	margin: 0 0 10px 0;
	text-align: center;	
	-moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;
}

.general_fail {
	border: 1px solid #c62229;
	background-color : #FFCCCC;
	padding: 15px;
	color: #c62229;
	font-size:12px;
	text-align: center;
	margin: 0 0 10px 0;
	-moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;
}