#three-steps-link-module {
	background: url(/images/new_css/three_steps_link_module.jpg) left top no-repeat;
	width: 241px;
	height: 219px;
	text-align: right;
	padding: 0;
	margin: 0;
}
#three-steps-link-module h1 {
	font: italic bold 110% "verdana";
	color: #fff;
	text-align: left;
	margin: 0;
	padding: 4px 0 0 25px;
}
#three-steps-link-module h1 a {
	color: #fff;
}
#three-steps-link-module-text {
	padding-left: 27px;
	padding-top: 10px;
	height: 130px;
	text-align: left;
}
#three-steps-link-module h3 {
	font: normal 125% "verdana";
	text-align: left;
	padding-top: 5px;
}
#three-steps-link-module p {
	font: italic 86% "verdana";
	padding: 10px 20px 0 0;
	color: #6C6C6C;
	text-align: left;
	line-height: 1.2em;
	width: 150px;
}

div.button-container {
	padding: 0 20px 0 0;
}

div.three-steps-link-button {
	float: right;
	background: url(/images/new_css/three_steps_link_rm_right.gif) right top no-repeat;
	padding: 0 10px 0 0;
	margin: 5px 0 0 0;
	height: 20px;
}

div.three-steps-link-button #left{
	float: left;
	background: url(/images/new_css/three_steps_link_rm_left.gif) right top no-repeat;
	padding: 0 0 0 10px;
	margin:  0;
	height: 20px;
}

div.three-steps-link-button #center{
	float: left;
	background: #C5DCE9;
	padding: 0 5px;
	margin: 0;
	height: 20px;
}

div.three-steps-link-button #center a {
	font: normal 85% "verdana";
	text-decoration: none;
	color: #333;
	height: 20px;
	background: transparent;
	text-align: right;
	line-height: 1.5em;
	border: none;
}

div.three-steps-link-button #center a:hover {
	text-decoration: underline;
	color: #666;
}