

	/* lay-out */
	html {}
		body {}
	.popUp {
		padding: 0px;
		margin: 0px;
		position: relative;
	}
		img.logo {
			position: absolute;
			right: 0px;
			top: -18px;
			width: 92px;
			height: 42px;
		}
		a.forgot:link, a.forgot:visited {
			color: #000000;
			font-weight: bold;
			padding-left: 6px;
		}
		a.forgot:hover, a.forgot:active {
			text-decoration: none;
		}
		input.checkbox {
			margin: 0px 6px 0px -1px;
		}
		.popUp fieldset {}
			.popUp fieldset table {}
		td.margin {
			padding-bottom: 4px;
		}
		tfoot td, tfoot th {
			padding: 10px 0px 0px 0px;
		}
		img.close {
			margin: 10px 0px 0px 0px;	
		}
		span.footnote {
			display: block;
			margin: 40px 0px 0px 0px;	
		}
		p.intro {
			text-transform: uppercase;	
		}
		div.last {
			margin: 41px 0px 0px 0px;
		}
		img.imgLeft {
			float: left;
			margin: 0px 20px 60px 0px;	
		}
		.banner {
			background: #ffffff url(../images/banner_registerNow.png) repeat-x 0% 0%;
			border : solid 1px #b2b2b2;
			height: 45px;
			margin: 10px 0px 0px 0px;
			padding: 10px 0px 0px 10px;	
			position: relative;
		}
			.banner a {
				width: 81px; 
				height: 16px;
				position: absolute;
				right: 10px;
				top: 26px;
			}
			.banner h3 {
				margin: 0px;
			}
		div.scrolling {
			height : 410px;
			overflow : auto;
			margin : 0px -15px 0px 0px;
			padding-right : 10px;
		}
