body{
	background:#FFF;
}
/* Form */
form {
	margin:30px 0 0 5px;
	width: 550px;
	padding: 10px;
}
label {
	display: block;
	margin-top : 8px;
	width: 100%;
	background-repeat: no-repeat;
}
.red {
	color: #B70D26;
	font-weight: bold;
}
.dwnld {
	Display: block;
	padding: 10px;
	text-align: center;
	width: 400px;
	margin: 0 auto;
	border: 1px solid #EEE;
	background-color: white;
	color: #999;
	font-size: 1.4em;
	font-weight: bold;
	line-height: 50px;
	background: url(../images/download.gif) no-repeat 40px 10px;
}

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

.footer p {
	color: #999;
}

/* Congratulation message */
.MsgSent {
	Display: block;
	padding: 10px;
	width: 550px;
	text-align: center;
	text-align:left;
}

.MsgSent h1 {
	background: url(../images/tchap.jpg) no-repeat 0 0;
	padding-left: 100px;
	height: 85px;
}

/* Error message */
.MsgError {
	Display: block;
	padding: 10px;
	width: 550px;
	height: 85px;
	text-align:left;
}

.MsgError h1 {
	background: url(../images/MsgError.gif) no-repeat 0 0;
	padding-left: 100px;
	height: 85px;
}

.MsgSent p, .MsgError p {
	font-size:12px;
	color:#999;
	padding-left:100px;
	margin-top:-60px;
}


