body
{
	padding-top: 160px;
}

/*

purple: #9c7db3
green: #e2f2ef

*/

input.textbox
{
	border: solid 2px #e2f2ef;
	padding: 0.125em 0.25em;
	font-family: Georgia, "New Century Schoolbook", Palatino, "Times New Roman", serif;
}

input.button
{
	border: solid 2px #9c7db3;
	background-color: #fff;
	padding: 0.25em;
	font-family: Georgia, "New Century Schoolbook", Palatino, "Times New Roman", serif;
	/* display: none; */
}

#wrap
{
	margin: 0 auto;
	width: 713px;
}

#container
{
	width: 353px;	/* 713px; */
	height: 353px;	/* 423px; */
	padding-top: 70px;
	padding-left: 360px;
	background: transparent url(../Images/Template/loginContentBackground.png);
	behavior: url(/Styles/iepngfix.htc);
}

#login
{
	width: 270px;
	height: 290px;
}

#content
{
	padding-top: 10px;
}

#content table
{
	width: 100%;
}

#content h1
{
	text-align: center;
	padding: 2px 0 5px 0;
	font-size: 0.938em;
	font-weight: bold;
	font-style: italic;
}

#content p
{
	padding: 5px 0;
	text-align: center;
	font-size: 0.689em;
}

#content p a
{
	color: #9c7db3;
}

#footer
{
	padding-top: 10px;
	padding-left: 20px;
	color: #9c7db3;
}

#footer ul
{
	list-style: none;
	font-size: 0.625em;
}

#footer ul li
{
	display: inline;
	padding: 0 5px;
	border-left: solid 1px #9c7db3;
}

#footer ul li.first
{
	border-left: none;
}
