@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:338px;
	margin:0;
	text-align:center;
	font-family:"Helvetica Neue",Arial,Helvetica,Geneva,sans-serif;
	color:#595959;
	font-size:13px;
	border: 1px solid;
	border-color: #fff #ccc #ccc #fff;
	padding-top:46px;
	height:597px;
}
#contactSide h3 {
	color: #aaa; 
	font: 18px 'Philosopher', Georgia, Times, serif;
	font-weight:bold;
	padding:12px 0;
	text-shadow:0 1px 0px rgba(255, 255, 255, 0.9);
}
#contactSide address{
	font-family:"Helvetica Neue",Arial,Helvetica,Geneva,sans-serif;
	color:#595959;
	font-size:13px;
	font-style:none;
}
	
.affiliates{
	margin:0;
	padding:20px;
	border:1px solid;
	border-color:#fff #ccc #eee #fff;
}
.emailType{
	font-size:10px;
}
a.emailType{
	color:#3c3c5c;
}
#contact {
	font-family: tahoma, verdana, "sans-serif";
	margin:0;
	padding: 4px 0;
	font-size: 105%;
	background: white;
	text-align:left;
	width: 650px;
	float:left;
	border: 1px solid;
	border-color: #fff #ccc #ccc #fff;
	height:635px;
}
#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: 610px;
	padding: 10px 20px;
	margin:0;
}
#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: 0 auto 790px 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: 40px;
	line-height: 40px;
	color:#333;
}
/* Error message */
.MsgError {
	Display: block;
	padding: 10px;
	margin: 0px auto 790px 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: 40px;
	line-height: 40px;
	color: #CC0000;
}
.MsgSent p, .MsgError p {
	font-size: 1.2em;
	color:#999;
}
