html, body {
	margin:0;
	padding:0;
}
body {
	text-align:center;
	font:12px/18px "lucida grande", "lucida sans unicode", "arial", sans-serif;
}

a {
	color:#1453b3;
	text-decoration:none;
}

a:hover{
	text-decoration:underline;
}
div.headerwrap {
	background:#1453b3;
}
div.header, div.body{
	width:960px;
	margin:0 auto;
}

div.header {
	background:url(logo.gif) bottom left no-repeat #1453b3;
	text-align:center;
	padding:100px 0;
	color:#fff;
}

body#search div.header{
	padding:15px 0 15px 130px;
	background-image:url(logo-search.gif);
	text-align:left;
	width:830px;
}
div.body {
	width:700px; color:#ac312c; margin-top:30px;
}

body#search div.body {
	text-align:left;
}

div.searchresult h2{
	margin-bottom:10px;
	font-size:14px;
}

div.searchresult span.match {
	font-weight:bold;
	color:#000;
}

body#search h1{
	font-size:18px;
}
div.searchresult a.link{
	display:block;
	margin:5px 0;
}
div.searchresult {
	margin:30px 0;
	color:#444;
}
div.header p{
	margin-bottom:5px;
}

div.header form{ margin:0; padding:0;}

div.body p{ margin:0;}

div.body p.email { 
	color:#a1a3a0;
	margin-top:100px;
	text-align:center;
}


#matches {
	background:url(title.gif) center center no-repeat #1453b3;	
	width:390px;
	height:66px;
	margin:0 auto;
	overflow:hidden;
	text-indent:-1000em;
	display:block;
}

#matches a{
	display:block;
	width:244px;
	height:34px;
	margin:0 auto;
	overflow:hidden;
	text-indent:-1000em;
	text-decoration:none;
}

body#search #matches {
	background-image:url(title-search.gif);
	width:244px;
	height:34px;
	margin:0;
}
input#searchtext {
	width:350px;
	border:0;
	background:#fff;
	padding:7px 0 5px 0;
	font-size:14px;
}

input#searchsubmit {
	background:url(button.gif) center center transparent;
	width:43px;
	height:29px;
	border:0;
	color:#fff;
	text-align:center;
	font-size:17px;
	line-height:29px;
	text-transform:uppercase;
}

#image_click {
	position:absolute;
	width:50px;
	height:40px;
	z-index:1;
	left: 40px;
	top: 80px;
}

body#search h1 span.found_result {
	color:#000000;
	font-style: italic;
}

span.beta{
	display:block;
	position:absolute;
	top:0;
	left:0;
	width:164px;
	height:165px;
	background:url(beta.gif) top left no-repeat;
}
