@import url(/idc/groups/wcms_ta/@wcms/documents/stylesheets/stylesheet_boilerservice.css);

.red_grey_table thead th {
	background: #ec1154;
	border:1px solid #fff;
	color:#fff;
	font-weight:bold;
	font-size:1.1em;
	padding:10px;
	vertical-align:top;
}

.red_grey_table thead th.features {
	background: none;
	border:none;
	color:#000;
}

.red_grey_table tbody td {
	background: #fde7ec;
	border:1px solid #fff;
	color:#474747;
}

.red_grey_table tbody th.feature-header {
	background: #f7f7f7;
	border-top:1px solid #fff;
	font-weight:bold;
	color:#474747;
	vertical-align:top;
}


.red_grey_table tbody th.benefit-header {
	background: #ec1154;
	border-top:1px solid #fff;
	font-weight:normal;
	color:#fff;
	vertical-align:top;
}

.red_grey_table tbody td.price {
	background: #fab9c7;
	font-weight:bold;
	font-size:1.2em;
	color:#ec1154;
	vertical-align:top;
}

.red_grey_table tbody td.monthly-fee {
	background: #ec1154;
	font-weight:bold;
	font-size:1.8em;
	color:#fff;
	vertical-align:top;
}

.red_grey_table tbody td.apply {
	background: #f7f7f7;
	vertical-align:top;
}

table.red_grey_table th, table.red_grey_table td {
	padding:10px;
}

#standard_rhb .grey_mid_tile .caveat {
	color:#999999;
	font-size:1em;
}

.message {
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;

	background: none repeat scroll 0 0 #FDE7EC;
    border: 2px solid #EE1155;
    margin: 50px 0 0;
    padding: 15px 15px 0;
}

	.message p {
		font-weight:bold;
	}

