
#missingPage
{
	width: 750px;
	
	position: relative;
	
	font-family: Helvetica, Verdana, sans-serif;
	text-align: center;
}

#missingPage .foreground
{
	position: relative;
	
	z-index: 1;
}

#backdrop
{
	width: 100%;
	
	position: absolute;
	top: 0px;
	left: 0px;
	
	font-size: 300px;
	
	color: #eaf2f6;
	
	z-index: 0;
}

#missingPage em
{
	font-style: normal;
	font-weight: bold;
}

#missingPage h1
{
	margin: 0px;
	padding: 0.5em;
	
	font-size: 1.5em;
	font-weight: normal;
	
	color: black;
	background-color: #cddbe1;
	background-image: url(images/UIBarTop.png);
	background-repeat: repeat-x;
	border-width: 1px;
	border-color: #cdd4d7 #bac4c8 #95a4aa #bac4c8;
	border-style: solid;
	
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
}

#missingPage h1 em
{
	font-weight: normal;
	
	color: #b20b00;
}

#missingPage h2
{
	margin: 2em 0.5em;
	padding: 0em;
	
	font-size: 1.4em;
	font-weight: normal;
}

#missingPage p
{
	font-size: 1.25em;
	
	margin: 4em 0.5em;
	padding: 0px;
}

#missingPage .inputRow
{
	width: 340px;
	margin: 2em auto;
	
	line-height: 100%;
	
	position: relative;
	background-color: #cddbe1;
	background-image: url(images/UIBarTop.png);
	background-repeat: repeat-x;
	border-width: 1px;
	border-color: #cdd4d7 #bac4c8 #95a4aa #bac4c8;
	border-style: solid;
	
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
}

#missingPage .searchField
{
	width: 202px;
	min-height: 20px;

	position: relative;
	float: left;
	
	margin: 6px 8px;
	
	font-size: 1.25em;
	
	border-width: 1px;
	border-color: #95a4aa #bac4c8 #cdd4d7 #bac4c8;
	border-style: solid;
	
	padding: 1px 6px;

	-webkit-appearance: searchfield;
	-moz-border-radius: 10px;
}

#missingPage .searchButton
{
	position: relative;
	float: left;
	
	margin: 4px;
}


