﻿body
{
	margin: 0;
			padding: 0;
			text-align: center;
}

#searchcontainer
{
	width: 700px;
    height: 100%;
    margin: 0 0 0 -350px;
    position: absolute;
    top: 0px;
    left: 50%;
}

div#searchbox
{
	margin: 10px auto;
	text-align: left;
}

.userMessage
{
	font-size: large;
}

