




/* Congratulation message */
.MsgSent {
	Display: block;
	width: 250px;
	text-align: center;
	border: 1px solid #EEE;
	background-color: white;
}

.MsgSent h1 {
	background: url(../images/MsgSent.gif) no-repeat 0 0;
	height: 85px;
	line-height: 85px;
	text-align: center;
}

/* Error message */
.MsgError {
	Display: block;
	padding: 10px;
	margin: 40px auto;
	width: 400px;
	text-align: center;
	border: 1px solid #EEE;
	background-color: #999;
}

.MsgError h1 {
	background: url(../images/MsgError.gif) no-repeat 0 0;
	padding-left: 20px;
	height: 85px;
	line-height: 85px;
	color: #CC0000;
}

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




/*Button*/
.buttonSubmit {
display:block; float:left; background:url(../../images/link_bg4.gif) left top repeat-x; color:#ffffff; text-decoration:none; }
.buttonSubmit em { display:block; background:url(../../images/link_left4.gif) no-repeat left top; font-size:1.58em}
.buttonSubmit b { display:block; background:url(../../images/link_right4.gif) no-repeat right top; padding:4px 14px 12px 12px; font-style:normal;}
.buttonSubmitHovered{ text-decoration:none; color:#a7da1f}



