@charset "utf-8";
#emailreport form label {
	color:#333;
	display:inline-block;
	font-weight:700;
	vertical-align:top;
	width:260px;
}
#emailreport input[type="text"] {
	width:20em;
}
#emailreport textarea {
	height:12em;
	width:65%;
}
#contenttext {
	text-align:center;
}
#contactSide {
	float:right;
	width:328px;
	margin:4px 30px 0 0;
	text-align:center;
}
.affiliates{
	margin-left:52px;
}
.emailType{
	font-size:10px;
}
#contact {
	font-family: tahoma, verdana, "sans-serif";
	margin:6px 5px 0 48px;
	padding: 0;
	font-size: 105%;
	background: white;
	text-align:left;
	width: 650px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	-moz-box-shadow: 1px 1px 5px #999;
	-webkit-box-shadow: 1px 1px 5px #999;
	box-shadow: 1px 1px 5px #999;
	float:left;
}
#contact a, #contact a:hover {
	text-decoration: none;
	color: #48f;
}
#contact a:hover {
	color: #33CCFF;
}
#contact p {
	font-size: 95%;
	margin-top: 1em;
	margin-bottom: 2em;
	color: #333;
}
#contact h1 {
	color:#4f8be5;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:700;
	margin: 0 auto 16px auto;
	text-shadow: -1px 1px #ddd
}
/* Form */
#contact form {
	width: 630px;
	border: 1px solid #EEE;
	padding: 10px;
	margin:0;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
}
#contact label {
	display: block;
	margin-top : 8px;
	width: 100%;
	background-repeat: no-repeat;
}
.blue {
	color:#4f8be5;
	font-weight:bold;
}
.orange {
	color:#e07100;
	font-weight: bold;
}
/* Congratulation message */
.MsgSent {
	Display: block;
	padding: 10px;
	margin: 30px auto 490px auto;
	width: 500px;
	text-align: center;
	border: 1px solid #EEE;
	background-color: white;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	-moz-box-shadow: 1px 1px 5px #999;
	-webkit-box-shadow: 1px 1px 5px #999;
	box-shadow: 1px 1px 5px #999;
}
.MsgSent h1 {
	height: 85px;
	line-height: 85px;
}
/* Error message */
.MsgError {
	Display: block;
	padding: 10px;
	margin: 30px auto 490px auto;
	width: 500px;
	text-align: center;
	border: 1px solid #EEE;
	background-color: white;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	-moz-box-shadow: 1px 1px 5px #999;
	-webkit-box-shadow: 1px 1px 5px #999;
	box-shadow: 1px 1px 5px #999;
}
.MsgError h1 {
	height: 85px;
	line-height: 85px;
	color: #CC0000;
}
.MsgSent p, .MsgError p {
	font-size: 1.2em;
	color:#999;
}