@charset "utf-8";
/* CSS Document */
/*
* {
	padding: 0;
	margin: 0;
	outline: 0;
	list-style-type: none;
}
img {
	border: 0;
}
*/
/* Form */

/* Body Control */
.form-box {
	padding: 10px;
	background: url(../imgs/bg-form-box.gif);
}
.form-box li {
	width: 330px;
	position: relative;
	margin: 0 auto;
	font-family: Tahoma;
	font-size: 14px;
	font-weight: bold;
	text-align: right;
	padding: 10px;
}
.form-design {
	width: 220px;
	padding: 2px 0 0 2px;
	height: 18px;
	line-height: 18px;
	color: #CC6600;
	border: solid 1px #FBC380;
	background: #FFFFFF;
}
.form-under {
	width: 730px;
	height: 41px;
	line-height: 41px;
	background: url(../imgs/under-form-bg.gif) no-repeat;
	text-align: center;
	_padding-top: 10px;
}
.form-under span {
	text-decoration: underline;
}
.form-under input {
}
/*#header {
	width: 100%;
	height: 115px;
	background: url(../imgs/header.gif) repeat-x;
	text-indent: -9999px;
}*/
#header-im {
	background: url(../imgs/header.gif) repeat-x;
}
#header-im h1 {
	height: 115px;
	background: url(../imgs/send_im.gif) no-repeat center;
	text-indent: -9999px;
}
#wraper {
	width: 730px;
	margin: 0 auto;
}
#friend-list {
	width: 730px;
	margin: 0 auto;
}
#friend-list h1 {
	height: 42px;
	background: url(../imgs/friend-list.gif) no-repeat;
	text-indent: -9999px;
	margin: 10px 0 10px 0;
}
/* Provider */
ul.provider {
	width: 100%;
	height: 50px;
}
ul.provider li.logo {
	display: block;
	float: left;
}
ul.provider li.remark {
	display: block;
	float: right;
}
ul.provider li h1 {
}
ul.provider li p {
}
/* Navigation*/
ul.navigation {
	width: 710px;
	height: 30px;
	background:  url(../imgs/navigation-bg.gif);
	padding: 0 10px;
}
ul.navigation li {
	display: block;
	float: left;
	height: 30px;
	line-height: 30px;
	padding: 0 8px 0 6px;
	background-position: right;
	background-image: url(../imgs/navigation-dash.gif);
	background-repeat: no-repeat;
}
ul.navigation li.end-nav {
	background: none;
}