body {
	mbackground: #FFFFFA;
	text-align: center;
}
body * {
	text-align: left;
	font-family: verdana;
	font-size: 11px;
	color: #525038;
}

div#doc {
	width: 80%;
	margin: 0 auto;
}

div#top {
	border-bottom: 5px solid #E1DDBE;
}
div#bottom {
	border-top: 3px solid #E9E5C5;
}

.inw, .inw * {
	font-size: 17px; 
	line-height: 4px; 
	font-weight: bold;
	color: #1E90FF; 
}

.blue {
	color: #1E90FF; 
}

a {
	text-decoration: none;
}
.text a {
	text-decoration: underline;
}

div#bottom a.button {
	min-width: 80px;
	height: 21px;
	line-height: 19px;
	text-align: center;
	background: #E9E4BA;
	display: block;
	float: left;
	margin: 3px;
	text-decoration: underline;
	padding: 0 3px;
}

div#bottom a.button:hover {
	background: #F4F1D6;
}

div.title, div.tt {
	float: right;
	width: 95%;
}

div.title {
	font-size: 19px;
	font-weight: bold;
	margin-top: 15px;
}

div.tt {
	border-top: 2px solid #E9E5C5;
	border-bottom: 2px solid #E9E5C5;
	height: 5px;
}

div.box {
	border: 1px solid #E9E5C5;
	margin-top: 15px;
	background: #FFFFFA
}
div.menu_title {
	border-bottom: 1px solid #E9E5C5;
	padding: 4px;
	background: #F8F8F3;
}
div.menu_links {
	margin-left: 8px;
	padding: 4px;
}

div.menu_links a {
	display: block;
	padding: 1px 0;
}
div.menu_links input.text {
	width: 100px;
}

table.auction-prop {
	border: 1px solid #E9E5C5;
}

table.auction-prop td {
	padding: 3px;
}

table.auction-prop td.key {
	background: #D4CB72;
	text-align: right;
}

div.auction-pay {
	margin: 0 auto; 
	border: 1px solid #E9E5C5;
	width: 220px;
}

div.auction-pay div.t {
	text-align: center;
	font-weight: bold;
	border-bottom: 1px solid #E9E5C5;
}

div.auction-pay div.b {
	text-align: center;
	padding: 4px;
}
div.auction-pay div.b input.text {
	width: 40px;
}

#ctext textarea {
	width: 100%;
	height: 100px;
}
div.text a {
	text-decoration: underline;
} 
		
div.error {
	background-color: #FFFFDD;
	border: 1px solid #FF0000;
	padding: 10px;
	margin-bottom: 18px;
}

div.success {
	background-color: #FFFFDD;
	border: 1px solid #FFD700;
	padding: 10px;
	margin-bottom: 18px;
}

div.info {
	background-color: #FFFFDD;
	border: 1px solid #FFD700;
	padding: 10px;
	margin-bottom: 18px;
}

img {
	border:0;
}

.redauction, .redauction * {
	color: red;
	font-weight: bold;
}

.greenauction, .greenauction * {
	color: green;
}

