.no-services {
	width:80%;
	margin: 1em auto;
	padding:1em;
	color:#7f7f7f;
	font-size:116%;
	text-align:center;
}

fieldset.area { border-top: none }

table.cart td {
	padding:0 0.4em;
}
table.cart td.options a {
	display: block;
	text-indent: 0.8em;
	background: transparent url('../images/arr_right.gif') left center no-repeat;
	white-space: nowrap;
}

table.cart tr td:first-child {
	vertical-align: top;
	padding-top: 0.5em;
}

table.cart tr td:first-child img {
	border: 2px solid #7f7f7f;
}

button.addsrv {
background-color:#def;
border:1px solid #cde;
color:#036;
cursor:pointer;
font-size:12px;
font-weight:bold;
margin:3px;
padding:3px;
text-align:left;
text-shadow:1px 1px 1px #fff;
width:146px;
}
button.addsrv:hover {
border:1px solid #fb0;
background-color:#fc4;
}