/*CAUTION THIS IS A MODIFIED VERSION, not the original file. Some classes are missing!!! (modified by fbitzer) */

/* Form */
form {
	border: 1px solid #EEE;
	padding: 10px;
}

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

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

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

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

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

.MsgError h1 {
	background: url(../images/form/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:#999;
}

/*Button*/
.buttonSubmit, .buttonSubmitHovered {
	width:125px;
	height:29px;
	color:#605D5C;
	font-weight:bold;
	margin:auto;
	background:url(../images/button_bg.gif) repeat-x left top;
	cursor:pointer;
	border:none;
}
.buttonSubmitHovered {background-position:left bottom;}
.buttonImg {vertical-align:bottom;}



