/* Recent Posts Box */

#recent-posts {
	float: right;
	width: 230px;
}

#recent-posts h3 {
	width: 230px;
	height: 32px;
	padding: 12px 0 0 10px;
	background: #5A5A5A url(images/img13.gif);
	font-size: 1em;
	color: #FFFFFF;
}

#recent-posts ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#recent-posts li {
	padding: 5px 10px;
	border-bottom: 1px solid #E2E2E2;
	border-left: 1px solid #E2E2E2;
	border-right: 1px solid #E2E2E2;

}

#recent-posts li:hover {
	
}
.form-td {
	background-image: url(images/form-bg.jpg);
	background-repeat: no-repeat;
	height: 188px;
	width: 268px;
}
.form {
	padding-top: 13px;
	padding-left: 50px;
}

.form-hd {
	font-family: Verdana;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
}
.form-txt {
	font-family: Arial;
	font-size: 10px;
	font-weight: normal;
	color: #a1a1a1;
	padding-left: 5px;
}
.txt-box {
	background-image: url(textbox-bg.jpg);
	background-repeat: no-repeat;
	border: 1px solid #b0d5dc;
	width:113px;
	height:12px;
	font-family: Verdana;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
}
.multeline-txt-box {
	background-image: url(multiline-bg.jpg);
	background-repeat: no-repeat;
	border: 1px solid #b0d5dc;
	width:152px;
	height:51px;
	font-family: Verdana;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
}
.form-button {
	background-image: url(submit.jpg);
	background-repeat: no-repeat;
	height: 20px;
	width: 60px;
}

