﻿body {
	background: url(../images/layout/bg.png);
	font-family: verdana;
	font-size: 11px;
}
input {
	width: auto;
	height: auto;
	border-width: 1px 1px 2px 1px;
	border-color: #3D3D3D;
	border-style: solid;
}
a {
	background-color: transparent;
	text-decoration: underline;
	color: #000;
}
#container {
	width: 500px;
	height: auto;
	margin: 0px auto;
}
#container .top {
	background: transparent url(../images/topmaint.png);
	height: 26px;
	width: 496px;
	color: #FFF;
	font-weight: bold;
	font-size: 16px;
	padding: 8px 0px 0px 4px;
}
#container .bottom {
	background-color: #FFF;
	width: 494px;
	height: auto;
	border-style: solid;
	border-color: #000;
	border-width: 0px 1px 1px 1px;
	padding: 0px 2px 2px 2px;
	margin-bottom: 8px;
}