/* homepage */

#articles{
	width:235px;
	padding:20px 0 0 25px;
}

#homeinfo {
	float: left;
	width: 499px;
	padding-right: 10px;
}
#homeitems {
	float: left;
	width: 291px;
	/*height: 367px;*/
}
#newsletter .input {
	border: dotted 2px #808080;
	height: 13px;
	font-size: 9px;
	width: 170px;
}
#newsletter .submit {
	width:40px;
	height: 20px;
	margin-left: 4px;
	background-color: #4C842A;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 12px;
	border: dotted 2px #808080;
}
#refer .input {
	border: dotted 2px #808080;
	height: 13px;
	font-size: 9px;
	width: 170px;
}
#refer .submit {
	width: 80px;
	height: 20px;
	background-color: #4C842A;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 12px;
	margin-top: 1px;
	border: dotted 2px #808080;
}
#refer #boxtext {
	font-size: 9px;
	padding-top: 2px;
}
#homeitems th {
	color: #4C842A;
	font-weight: bold;
	text-align: right;
}
#news {
	padding-left: 40px;
	width: 248px;
	height: 143px;
	margin-bottom: 7px;
	background: transparent url(/img/news_spot.jpg) top left no-repeat;
}
#newsletter {
	width: 288px;
	margin-bottom: 7px;
	text-align: center;
}
#refer {
	width: 278px;
	height: 118px;
	padding: 7px 5px 5px 5px;
	background: transparent url(/img/refer_a_friend.jpg) top left no-repeat;
	text-align: center;
}
#news_text {
	overflow: auto;
	position: relative;
	height: 136px;
	width: 195px;
	left: 35px;
	top: 3px;
	font-size: 10px;
}

