/*Styling for life assurance and mortgage protection forms*/
H1
{
	font-family: Arial, Helvetica;
	color: #E01735;
	text-transform: uppercase;
}
H2
{
		font-family: Arial, Helvetica;

	color: #006993;
	width: 100%;
	text-transform: uppercase;
	padding-top: 0px;
	margin-bottom: 10px;
	margin-top: 5px;
}
H3
{
	font-family: Arial, Helvetica;
	color: #E01735;
	width: 100%;
	text-transform: uppercase;
	padding-top: 0px;
	margin-bottom: 10px;
	margin-top: 5px;
}


p, form {
	font-family: Arial, Helvetica;
	color: #767676;
	font-size: 16px;
	
}

td {
	font-family: Arial, Helvetica;
	color: #333;
	font-size: 14px;
	
}
#content {
	text-align: center;
}

input, select {
	border: 1px solid #ccc;
	padding: 5px;
	border-radius: 7px;
	font-family: Arial, Helvetica;
	color: #767676;
	font-size: 16px;
}

#ipform {
		border: 1px solid #ccc;
		border-radius: 7px;
		background: #FAFAFA;
		padding: 20px;
		margin-left: 20%;
		margin-right: 20%;

}

table {
	border: 2px solid #fff;
}

.proceed {
	padding: 5px 30px;
		color: #131313;
		font-weight: bold;
}

.premium {
	color: #006993;
	font-size: 24px;
	
}