
#body{
	background: url(../images/home_bgd.jpg) 48px 7px no-repeat;
}

#logo {
	display: block;
	padding: 17px 0 0 20px;
}

#intro {
/*	background-color: white;
	border: 4px #8dc5ac solid;    */
	background: url(../images/home_intro.gif);
	width: 377px;
	height: 261px;
	margin: 19px 0 120px 70px;
	font-size: 13px;
	line-height: 17px;
	padding: 1px 16px 1px 17px;
}

#intro h3 {
	font-size: 130%;
	margin: 1.1em 0 0;
}

#intro p {
	margin: 1em 0 0;
}

#public-arrow {
	color: white;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	margin: 3px 0 0 5px;
	float: right;
	padding: 0 0 0 10px;
	background: url(../images/home_arrow_lft.gif) left top no-repeat;
}

#public-arrow span {
	height: 29px;
	padding: 10px 35px 0 0;
	float: left;
	background: url(../images/home_arrow_rgt.gif) right top no-repeat;
}

#public-arrow:hover {
	color: white !important;
	text-decoration: underline;
}

#login {
	background: url(../images/home_login.jpg) no-repeat;
	width: 280px;
	float: right;
	margin: 17px 21px 0 0;
	padding: 7px 25px;
	display: inline;
	font-size: 12px;
}

#login h1 {
	color: #fff;
	font-size: 14px;
	line-height: 1.1em;
	margin: 0 0 4px;
}

#login form {
	margin: 0;
}

#login form div {
	float: left;
	margin-top: 1px;
}

#login form label {
	line-height: 1.2em;
	display: block;
	margin: 0 0 2px 2px;
}

#login input.text {
	width: 125px;
	font-size: 13px;
}

#login #pswd {
	padding-left: 15px;
}

#login #go {
	float: right;
	margin-top: 19px;	
}

#login #memorize {
	padding-left: 55px;
}

#login #memorize label {
	display: inline;
}

#login .help {
	color: #666;
}

#login .help a {
	color: #333;
	font-weight: bold;
	text-decoration: none;
}

#login .err {
	white-space: nowrap;
	float: right;
	font-weight: bold;
	color: red;
}

#login a.btn {
	color: #b06200;
	text-decoration: none;
	font-size: 13px;
	font-weight: bold;
	line-height: 1em;
	float: left;
	padding: 0 0 0 10px;
	margin-top: 4px;
	margin-bottom: 10px;
	background: url(../images/home_btn_lft.gif) left top no-repeat;
}

#login a.btn span {
	float: left;
	height: 19px;
	padding: 6px 10px 0 0;
	background: url(../images/home_btn_rgt.gif) right top no-repeat;
}

#login a.btn:hover {
	background: url(../images/home_btn_lft.gif) left bottom no-repeat;
	color: #b06200;	
}

#login a.btn:hover span {
	background: url(../images/home_btn_rgt.gif) right bottom no-repeat;
}

a {
	color: #000;
}


