.heading5 {
	background-color: #0ea2bd;
	color: #fff;
	padding: 10px 15px;
	border-radius: 8px;
}

#reg1 {
	border: thin solid #ccc;
	padding: 20px;
	border-radius: 10px;
	margin-top: 20px;
	background-color: #f5f5f5;
}
form label {
    color: #0ea2bd;
    font-size: 0.9rem;
}

.val {
    margin-top: 15px;
    padding-bottom: 0;
    margin-bottom: 25px;
}
.hint {
	display: block;
        color: #666;
    font-size: 0.8rem;
    margin: 10px 10px 0;
	text-align: justify;
}

.confirmData li{
	color: #900;
	border-bottom: thin dashed #ccc !important;
	margin-bottom: 10px;
	padding-bottom: 10px;
	text-align: left;
}

.confirmData li span{
	color: #0ea2bd;
}