*{
	font-family: tahoma, verdana, "sans-serif";
	font-size:12px;
	color:#666666;
} 



a, a:hover{
	text-decoration: none;
	color: #48f;
}
a:hover{
	color: #006699;
}

p{
	font-size: 11px;
	margin-top: 1em;
	margin-bottom: 2em;
	color: #333;
}
p a{
	font-size: 11px;
}


h1 {
	color:#FF6600;
	font-size: 1.6em;
}


/* Form */
form {
	width: 450px;
	border: none;
	padding: 0px;
	margin-left: 0px;
	margin-right:0px;
	margin-top:0px;
	margin-bottom:0px;

	float: right;
}

label {
	display: block;
	margin-top : 8px;
	width: 100%;
	background-repeat: no-repeat;
}

img {
	border:0;
}

.blue {
	color: #006699;
	font-weight: bold;
}
.zip {
	color:#666666;

}




/* Congratulation message */
.MsgSent {
	Display: block;
	padding: 10px;
	margin: 40px auto;
	width: 400px;
	text-align: center;
	border: 1px solid #EEE;
	background-color: white;
}

.MsgSent h1 {
	background: url(../images/MsgSent.gif) no-repeat 0 0;
	padding-left: 0px;
	height: 22px;
	line-height: 85px;
}

/* Error message */
.MsgError {
	Display: block;
	padding: 10px;
	margin: 40px auto;
	width: 400px;
	text-align: center;
	border: 1px solid #EEE;
	background-color: white;
}

.MsgError h1 {
	background: url(../images/MsgError.gif) no-repeat 0 0;
	padding-left: 220px;
	height: 85px;
	line-height: 85px;
	color: #CC0000;
}

.MsgSent p, .MsgError p {
	font-size: 1.3em;
	color:#999;
}


