	* {
		margin: 0;
	}

	html, body {
		color: #000000;
		background-color: #FFFFFF;
		font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
		text-align: center;
	}

	h1, h2 {
	    color: #158AA4 !important;
	    font-size: 20px;
	    font-weight: bold;
	}

    h2 {
        font-size: 16px;
    }

	#logo {
		margin: 10px 10px;
		vertical-align: text-top;
	}

	#header {
		margin: 0 0;
		position: relative;
	}
	
	.button {
		margin: 20px 0px 10px 0px;
	}
	
	#content {
		padding: 10px 10px;
	}

	label {
		font-size: 12px;
	}

	hr {
		border: 0;
		margin: 40px auto;
		width: 88%;
		height: 1px;
		background-color: #999;
		color: #999;
	}

	#wrapper {
		background-color: white;
		min-height: 100%;
		height: auto !important;
		height: 100%;
		text-align: left;
		width: 1200px;
		margin: 0 auto;
		margin-bottom: 30px;
		padding: 0 15px 15px 15px;
	    border-bottom-left-radius: 5px;
	    border-bottom-right-radius: 5px;
	    -moz-border-radius-bottomleft: 5px;
	 	-moz-border-radius-bottomright: 5px;
		-webkit-border-bottom-left-radius: 5px;
		-webkit-border-bottom-right-radius: 5px;
		/*margin: 0 auto 0; *//* the bottom margin is the negative value of the footer's height */
	}
	
	label#heading {
		color: #FFAE00;
		font-size: 20px;
		position:absolute;
		top: 22px;
		left:90px;
	}
	
	.heading, .question {
		font-weight:bold;
		font-size: 12px;
		display:block;
		padding: 20px 0px 5px 0px;
	}
			
	.pii {
		width:770px;
		float:right;
	}
	
	.help {
		font-size: 12px;
		color: #000000;
		padding-bottom: 10px;
	}
	.error label {
		color:red;
		font-size: 12px;
		font-weight:bold;
	}
	h2 {
		color: #555;
	}
	.ui-autocomplete-loading { background: white url('images/ui-anim_basic_16x16.gif') right center no-repeat; }


    .search-failed {
		color: red;
		font-weight:bold;
	}

	.captcha{
		border: 1px solid #f1f1f1;
		padding: 20px;
		margin: auto;
		background-color: #fafafa;
	}

	.captcha input[type='text']{
		border: 1px solid #c3c3c3;
		border-radius: 3px;
		width: 45%;
		padding: 15px;
		font-weight: normal;
		box-sizing: border-box;
		font-size: 14px;
		margin-top: -50px;
		vertical-align: top !important;
		float: right;
	}

	legend {
		border-bottom: 0px !important;
		margin-bottom: 5px !important;
	}

	cite {
		font-style: italic;
	}