label {
	display: block;
	margin-top : 8px;
	width: 100%;
	background-repeat: no-repeat;
	font-weight:bold;
}


.blue {
	color: #EF1409;
	font-weight: bold;
}



/* Congratulation message */
.MsgSent {
	Display: block;
	padding: 10px;
	margin: 40px auto;
	width: 400px;
	text-align: center;
}

.MsgSent h1 {
	background: url(../images/MsgSent.png) no-repeat 0 0;
	padding-left: 30px;
	height: 128px;
	line-height: 85px;
}

/* Error message */
.MsgError {
	Display: block;
	padding: 10px;
	margin: 40px auto;
	width: 400px;
	text-align: center;
}

.MsgError h1 {
	background: url(../images/MsgError.png) no-repeat 0 0;
	padding-left: 20px;
	padding-bottom: 100px;
	height: 128px;
	line-height: 85px;
	color: #CC0000;
}

.MsgSent p, .MsgError p {
	font-size: 1.3em;
	color:#999;
}


