
a, a:hover{
	text-decoration: none;
	color: #48f;
}
a:hover{
	color: #33CCFF;
}

p{
	font-size: 90%;
	margin-bottom: 2em;
	color: #333;
}

h1 {
	color: #0099CC;
	font-size: 1.6em;
}


/* Form */


img {
	border:0;
}

.blue {
	color: #0099CC;
	font-weight: bold;
}


/* Congratulation message */
.MsgSent {
	Display: block;
	width: 400px;
	border: 1px solid #EEE;
	background-color: white;
}

.MsgSent h1 {
	background: url(../images/MsgSent.gif) no-repeat 0 0;
	height: 85px;
	line-height: 85px;
}

/* Error message */
.MsgError {
	Display: block;
	width: 400px;
	border: 1px solid #EEE;
	background-color: white;
}

.MsgError h1 {
	background: url(../images/MsgError.gif) no-repeat 0 0;
	height: 85px;
	line-height: 85px;
	color: #CC0000;
}

.MsgSent p, .MsgError p {
	font-size: 1.3em;
	color:#999;
}



