/* Form */
form {
	width:100%;
	
}

label {
	display: block;
	margin-top : 8px;
	width: 100%;
	background-repeat: no-repeat;
}


.blue {
	color: #0099CC;
	font-weight: bold;
}

/* Congratulation message */
.MsgSent {
    width: 350px;
	Display: block;
	padding: 10px;
	text-align: center;
	background-color: transparent;
}

.MsgSent {
    width: 350px;
	padding-left: 20px;
	height: 100px;
	line-height: 85px;
	background-color: transparent;
}

/* Error message */
.MsgError {
	width: 350px;
	Display: block;
	padding: 10px;
	text-align: center;
	border: 1px solid #EEE;
	background-color: white;
}

.MsgError {
	width: 350px;
	padding-left: 20px;
	height: 100px;
	line-height: 85px;
	color: #CC0000;
}

.MsgSent p, .MsgError p {
	font-size: 1.3em;
	color:#999;
}


