/*	----------------------------------------------------------------------------
	(1) GLOBALS
	--------------------------------------------------------------------------*/
	
	* {
		margin: 0;
		padding: 0;
		}
	
	html, body {
		font-size:9px/1em;
		min-height: 100%;
		height: auto !important;
		height: 100%;
		background: #202020;
		font-family:"Lucida Grande", Verdana, sans-serif;
		color: #212121;
		}

	a img {
		border: none;
		}

		
	#application {
		width: 1000px;
		height: 700px;
		background: #e9e9e9;
		} 

/*	----------------------------------------------------------------------------
	(4) Overlay
	--------------------------------------------------------------------------*/
				
	#overlay {
		position: absolute;
		top: 0;
		left: 0;
		width: 1100px;
		height: 900px;
		min-height: 100%;
		float: left;
		z-index: 9999;
		background: #000;
		}  

	#box {
		position: absolute;
		top: 75px;
		left: 165px;
		width: 400px;
		height: 320px;
		border: 1px solid #444;
		background: #fff;
		z-index: 10000;
		padding: 30px;
		border: 5px solid #c3c3c3;
		} 

	#close {
	    position: absolute;
	    top: 7px;
	    right: 8px;
	    cursor: pointer;
		}
		
	#thanks {
	    padding-top: 145px;
        }

	#registration {
		text-align: left;
		}

	#registration td.label {
		text-align: right;
		padding: 11px;
		width: 80px;
		}

    #registration input.reg {
		width: 200px;
		}

    #registration td.check {
		padding-right: 10px;
		vertical-align: top;
		}