/*
# the main style for mutouyu.com
# by MAnjer
# copyright(c) 2005 muouyu.com
# 2005-3-29
*/


/* default */
body
{
/*	font: 86%/1.9em arial,sans-serif;
*/
	font-size: 14px;
	font-family: arial,sans-serif;
	line-height: 1.9em;
	color: #3A3A3A;
	text-align: center;
	direction: ltr;
    margin-right: auto;
    margin-left: auto;
	background-color: #FFFFFF;
}

div
{
    display:block;
    text-align: center;
    margin-right: auto;
    margin-left: auto;
}

form
{
	margin: 0px;
}

img
{
	border: none;
	vertical-align: text-bottom;
}

a:link, a:visited
{
	color: #485F93;
	text-decoration: none;
}
a:hover
{
	color: #0046D5;
	text-decoration: none;	
}

ul
{
	margin: 0;
	list-style-type: none;
	display: block;
}

sup
{
	color: red;
	font-weight: normal;
	font-size: 11px;
}

h1
{
	margin-top: 0px;
	display: none;
}


/* custom */

.supgray
{
	color: #cccccc;
}

.listitem
{
	display:block;
	width: 24%;
	float: left;
	text-align: left;
	line-height:140%;
}

/* button and input text */
#inpt
{
	height: 19px;
	border: 1px solid #EC9E2E;
	padding-top: 4px;
	padding-left: 4px; 
	background-color: #FFFFFF;
}
#butn
{
/*	background-image: url(/images/button.gif); */
	background: url(/images/button.gif) no-repeat;
	text-align: center;
	height: 24px;
	width: 80px;
	border: 0px;
}

/* copy right */
#copyright
{
	width: 740px;
	clear: both;
	border-top: 1px solid #cccccc;
	background-color: #F2F2F2;	
	margin-top: 19px;
	padding: 4px;
	font-size: 12px;
	line-height: 180%;
}