@charset "utf-8";
/* CSS Document */

.pageHeader {
	display:none;
}

h1 {
	color: #005387;
	font-size: 29px;
	line-height: 33px;
	margin-top:0px;
	margin-bottom:20px;
	}

label {
	font-size:15px;
	font-weight:bold;
}

label.interests {
	margin-right:20px;
	font-weight:normal;
}

input[type="text"] {
	font-size:13px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	border-color:#333;
	border-width:1px;
}

input[type="checkbox"] {
	font-size:13px;
	border-color:#333;
	border-width:1px;
}

/*input[type="image"] {
	opacity:0.8;
	filter:alpha(opacity=80);
}*/

div#leftColumn {
	float:left;
	width:360px;
	padding-right:10px;
	font-size: 16px;
	line-height: 20px;
	color: #4a4a4a;
}
	
div#rightColumn {
	float:left;
	width:180px;
}

div#formHeader {
	width:540px;
	height:25px;
	margin-top:20px;
}

div#formBody {
	width:540px;
	background:url(http://www5.mississauga.ca/rec&parks/websites/emails/subscription/rp/subscription-body.jpg) no-repeat bottom left; 	
	padding:0px 25px 20px 25px;
	min-height:155px;
}

div#whyHeader {
	width:180px;
	height:12px;
}

div#whyBody {
	width:150px;
	background:url(http://www5.mississauga.ca/rec&parks/websites/emails/subscription/rp/why-body.jpg) no-repeat bottom left; 	
	padding:17px 30px 10px 15px;
	color:#FFF;
}

ul {
	 padding-left: 14px;
	 list-style-type: square;
	 margin-top: 0px;
	 padding-top: 0px;
	 margin-left: 0px;
	 color:#FFF;
	 font-size:12px;
}

li {
	padding-top:2px;	
	padding-bottom:2px;	
	}

/*div#contact div##interests div#tandc {
	margin-bottom:20px;
}*/

div#sumbitbutton {
	width:166px;
	height:61px;
	margin:0px auto;
}