/*
	http://www.demandastance.com/gaza/
	Jan 2009
*/

* {
	margin: 0;
	padding: 0;
	}
.clear:after { 
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden; 
	}

body {
	font: normal .9em Arial, Helvetica, Verdana, sans-serif;
	color: #FFF;
	background: #222;
	margin: 40px 80px;
	}

/* TEXTING
_______________________________________________ */
p {
	line-height: 1.2em;
	margin-bottom: 0.3em;
	}
h1 {
	font: bold 2em/0.9em "HelveticaNeue Condensed", Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	margin-bottom: 0.3em;
	}
a {
	text-decoration: none;
	color: #39C;
	}
	a:hover {
		color:#FC3;
		}
input {
	font-family: Arial, Helvetica, sans-serif;
	}

/* BOXES 
_______________________________________________ */
#intro {
	width: 460px;
	float: left;
	margin: 0 0 40px;
	}
#postal_form {
	float: left;
	width: 370px;
	margin: 0 0 30px 40px;
	}
#letter_form {
	float: left;
	width: 550px;
	margin: 0 0 30px 40px;
	border: 1px solid #222;
	}
iframe {
	width: 700px;
	height: 500px;
	position: absolute;
	top: 40px;
	left: 1150px;
	}
#empty {
	width: 50px;
	position: absolute;
	left: 1800px;
	}
	

/* #intro
_______________________________________________ */
#intro p {
	font-size: 1.1em;
	line-height: 1.4em;
	}

/* #postal_form
_______________________________________________ */
#enter {
	background: #111 url(../img/cornersbot.gif) no-repeat bottom left;
	padding-bottom: 20px;
	}
	#postal_form h1 {
		background: url(../img/cornerstop.gif) no-repeat top left;
		font: bold 2.5em "HelveticaNeue Condensed", Arial, Helvetica, sans-serif;
		padding: 20px 0 0 30px;
		}
		#enter p {
			font-weight: bold;
			font-size: 1.1em;
			padding-left: 30px;
			}
		#postal_code_mp, .code {
			padding: 0.1em;
			width: 5em;
			font-weight: bold;
			font-size: 1.2em;
			text-transform: uppercase;
			margin-left: 30px;
			}
		.code_ext {
			margin-left: 5px;
			}
		#find_mp {
			font-weight: bold;
			padding: 0.1em;
			}
		#postal_form #enter .sxn {
			font-size: 0.8em;
			font-weight: normal;
			font-style: italic;
			margin-top: 0.5em;
			padding-right: 20px;
			}

/* #letter_form
_______________________________________________ */
#letter_form {
	background: #111;
	}
	#letter_form h1 {
		background: url(../img/lettercornerstop.gif) no-repeat top left;
		font: bold 2em "HelveticaNeue Condensed", Arial, Helvetica, sans-serif;
		padding: 20px 0 0 30px;
		}
	#letter_form .instr {
		padding: 0 30px 10px;
		}
	#letter_form .clear {
		margin-bottom: 0.3em;
		}
		#letter_form .clear strong {
			float: left;
			width: 90px;
			font-size: 0.8em;
			margin: 0 0 0 30px;
			}
		#letter_form .clear input, 
		#letter_form .clear textarea {
			float: left;
			width: 180px;
			padding: 0.1em;
			}
			#letter_form .clear textarea {
				width: 360px;
				height: 220px;
				}
	#letter_form .note {
		font-size: 0.75em;
		margin: 0;
		padding: 0 20px 20px;
		font-style: italic;
		background: #111 url(../img/lettercornersbot.gif) no-repeat bottom left;
		}
