/* CSS Document */

* {
	}
	
	a {
	color:#09c;
	font-size:11px;
	text-decoration:none;
	font-weight:600;
	font-family:verdana, arial, helvetica, sans-serif;
	}
a:link {color:#09c;}
a:visited {color:#07a;}
a:hover {background-color:#eee;}


	
body {

	text-align:left;
	font-family:verdana, arial, helvetica, sans-serif;
	color:#333;
	background-color:white;

	}	


h1 {
	color:#333;
	font:1.5em/1 Georgia, "Times New Roman", Times, serif;
	font-weight:900;
	font-style:italic;
	}
	
p {
	font:11px/20px verdana, arial, helvetica, sans-serif;
	line-height:1.5;
	margin:0 0 3em;

}
	

	
#Content {
	width:450px;
	margin:0px auto;
	text-align:left;
	}

.MainContent {
	position:fixed;
	width:646px;
 	top:25px;
 	left:25px;
	}
	
.FormHeader {
	position:fixed;
	width:450px;
 	top:120px;
 	left:722px;
	z-index: 1;
	}
	
.FormContent {
	position:fixed;
	width:450px;
 	top:172px;
 	left:700px;
	z-index: 2;
	}
	
.bookmark {
	position:fixed;
	width:150px;
 	top:555px;
 	left:884px;
	z-index: 3;
	}

.thankyou {
	position:fixed;
	width:450px;
 	top:60px;
 	left:100px;
	}

.title {
 position:relative;
 top:0px;
 left:0px;
}

.alignLeft { float:left; margin-right: 1em; }


