@charset "utf-8";
/* CSS Document */
body
{
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px
}
img
{
	border: 0px;
}
a
{
	text-decoration: none;
	color: #393939;
}
h1, h2, h3
{
	font-size: 14px;
}
a:hover
{
	text-decoration: underline;
}
#container
{
	width: 930px;
	margin: 0px auto;
	text-align: left;
}
#top
{
	width: 100%;
	height: 36px;
	background-image:url(img/top.jpg);
	background-repeat:no-repeat;
	background-position:top;
	float:left;
}
#main
{
	width: 100%;
	background-image:url(img/bg.jpg);
	background-repeat:repeat-y;
	background-position:top;
	float:left;
}
#bottom
{
	width: 100%;
	height: 36px;
	background-image:url(img/bottom.jpg);
	background-repeat:no-repeat;
	background-position:top;
	float:left;
}
.inside
{
	padding: 0px 20px;
}
#left
{
	width: 200px;
	border: 1px solid #CCCCCC;
	float:left;
}
#right
{
	width: 600px;
	margin-left: 30px;
	float:left;
	border: 1px solid #CCCCCC;
}
.table1 td
{
	background-color: #FFFFFF;
	height: 30px;
	padding: 0px 7px;
}
.table1 input
{
	border: 1px solid #E7E7E7;
}
.buttontable td
{
	background-color: #FFFFFF;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	height: 70px;
	padding: 30px 7px;
}
.inner
{
	padding: 15px;
}
.error
{
	color: #306DB8;
	font-weight:bold;
}
#left .inner img
{
	margin-right: 10px;
}
#left .inner a.textlink
{
	vertical-align: top;
}
table.admintable th
{
	background-color:#E8E8E8;
}
table.admintable td
{
	background-color:#F2F2F2;
}