body {
	background-color: #ec5e06;
	margin: 0;
	font: normal small "Trebuchet MS", Arial, Helvetica, sans-serif;
	background-image: url(../_images/LIpg_Bkgd.gif);
	background-repeat: repeat-x;
	background-position: center top;
	border: blue 1px solid;
	}

#PgWrapper {
	background-image: url(../_images/LIpg_LogInBox.png);
	background-repeat: no-repeat;
	background-position: center top;
	width: 700px;
	height: 540px;
	margin: 60px auto 0 auto;
}

#MainArea {
	margin: 60px auto 0 auto;
	width: 530px;
}

/* -------- BASE STYLES ----------- */

h1 {
	font-size: 1.9em;
	color: #ffffff;
	line-height: 1.3em;
	text-align: left;
	margin: 0px;
	margin-bottom: 6px;
	font-weight: normal;
	border-bottom: 1px #ec5e06 solid;
}

h2 {
	font-size: 1.3em;
	color: #ffffff;
	line-height: 1.2em;
	text-align: right;
	margin: 0;
	margin-bottom: 6px;
	font-weight: normal;
	font-style: italic;
}

p {
	font-size: 1.1em;
	line-height: 1.5em;
	margin: 0;
	font-weight: normal;
	color: #ffffff;
	}

a:link, a:visited {
	text-decoration: underline;
	color: #fccd07;
	}

a:hover {
	color: #ed1c24;
	}


/*/---------------- Main Form ---------------------/*/

#stylized{
	width:430px;
	margin: 30px auto 1px auto;
	padding: 4px 14px 14px 14px;
	border:solid 2px #ec5e06;
	background:#dcdcdc;
	}

#stylized fieldset {
	padding: 1px 13px 15px 13px;
	margin: 0;
	border: 1px solid #ec5e06;
	}

#stylized legend {
	font-size: 1.3em;
	line-height: 1.7em;
	font-weight: bold;
	color: #333333;
	}

#stylized label{
	display:block;
	font-weight:bold;
	text-align:right;
	width:140px;
	float:left;
	}

#stylized .small{
	color:#666666;
	display:block;
	font-size:11px;
	font-weight:normal;
	text-align:right;
	width:140px;
	}

#stylized input{
	float:left;
	font-size:12px;
	padding:4px 2px;
	border:solid 1px #333333;
	width:200px;
	margin:2px 0 20px 10px;
	}

#stylized input.submit {
	font-size:12px;
	padding:4px 2px;
	border:solid 1px #ec5e06;
	width:400px;
	margin: 0 auto;
	text-align: center;
	background-color: #ec5e06;
	font-weight: bold;
	}

#stylized input:focus{ background-color: #ffffcc; color:#000000; border:solid 1px #ec5e06;}


/* END OF INPUT AREAS */

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
}
