* {
    font-family: "Comic Sans MS";
}

body {
    background: #ffe7cf url("/design/png/table/out_color.png") repeat;
    font-family: "President-Normal", Arial;
    
}
input,.button {
    border: 1px solid #DF7401;
    border-radius: 3px;
    background: #F6E3CE;
    color: #0B610B;
    margin: 1px;
    cursor:pointer;
}
input:focus, .button:focus { 
    background: #F7BE81;
}
span.button {
	cursor: pointer;
	padding: 2px;
	margin: 2px;
}
a:link, a:active, a:hover, a:visited {
    text-decoration: none;
}
a:hover {
    font-style: italic;
}
img {
	border: 0;
}
.message {
	margin-left: 10%;
	margin-right: 10%;
	width: auto;
	margin-top: 1px;
	border: 1px solid #DF7401;
	background: #fff;
	border-radius: 5px;
	padding: 5px;
}
table#maintable {
    margin-left:auto;
    margin-right:auto;
    width:80%;
}
table tr td#top_left {
    height: 157px;
    width: 242px;
    max-height: 157px;
    background: #e7c55e url("/design/png/tbl/top_right.png") no-repeat;
}
table tr td#top_middle {
    background: #e7c55e url("/design/png/tbl/top_middle.png") repeat-x;
    padding-top: 30px;
    vertical-align: top;
    text-align: center;
}
table tr td#top_right {
    width: 242px;
    min-width: 242px;
    background: #ffefbf url("/design/png/tbl/top_left.png") no-repeat;
}
table tr td#middle_left {
    width: 242px;
    background: #e7c55e url("/design/png/tbl/middle_left.png") repeat-y;
}
table tr td#middle_left .inner {
    margin-left: 15px;
    margin-right: 80px;
    font-size: small;
    max-width: 138px;
}
table tr td#middle_middle {
    background: #e7c55e url("/design/png/table/table_center.png") repeat;
}
table tr td#middle_right {
    background: #ffefbf url("/design/png/tbl/middle_right.png") repeat-y;
}
table tr td#middle_right .inner {
    margin-left: 100px;
    margin-right: 20px;
    font-size: small;
    max-width: 138px;
}
table tr td#bottom_left {
	width: 242px;
	background: #e7c55e url("/design/png/tbl/bottom_right.png") no-repeat;
}
table tr td#bottom_middle {
	height: 147px;
	background: #e7c55e url("/design/png/tbl/bottom_middle.png") repeat-x;
	vertical-align: middle;
	text-align: center;
	font-size: small;
	padding-top: 10px;
}
table tr td#bottom_middle .content {
    margin-top: 15px;
}
table tr td#bottom_right {
	width: 242px;
	background: #ffefbf url("/design/png/tbl/bottom_left.png") no-repeat;
}
#content {
	min-height: 200px;
}

