html,
body * {
	margin: 0;
	padding: 0;
	font-size: 100%;
	}
body {
	margin: 0;
	padding: 0;
	background: #fff url(img/infoBodyBG.gif) repeat-x top center;
	font: 72%/140% "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	color: #222;
	}


/*-------------------------------------------
=Page Structure
-------------------------------------------*/
#wrap {
	margin: 0 auto;
	width: 350px;
	height: 420px;
	background: url(img/infoLandingPageBG.gif) no-repeat top left;
	text-align: left;
	}
#wrapInner {
	margin: 0 20px;
	}
#head {
	position: relative;
	height: 74px;
	background: #fff;
	border-bottom: 1px solid #727272;
	border-top: 2px solid #4a8a1c;
	}
#con {
	margin: 20px 15px 0;
	}


/*-------------------------------------------
=Text Elements
-------------------------------------------*/
p {
	margin: 0 0 1.2em;
	}
strong, b {
	color: #111;
	}
h1, h2, h3, h4, h5, h6 {
	color: #111;
	}
a img {
	border: none;
	text-decoration: none;
	background: none;
	}

/*-------------------------------------------
=Areas
-------------------------------------------*/
/*--- Head ---*/
img#logo {
	position: absolute;
	top: 19px;
	left: 19px;
	}

/*-------------------------------------------
=Forms
-------------------------------------------*/
#enter-form {}
fieldset {
	border: none;
	}
#enter-form label {
	display: block;
	margin: 0 0 .1em;
	font-weight: bold;
	color: #111;
	}
#enter-form .text {
	clear: left;
	margin: 0 0 9px;
	padding: 1px;
	width: 240px;
	background: url(img/input-BG.gif) no-repeat top left;
	border: 1px solid #ababab;
	}









