.contact
{
	background:#f9fcff;
	width:150px;
	padding:15px 15px 15px 97px;
	border:1px solid #c8c9cc;
	-webkit-border-radius:5px;
	border-radius:5px;
	-moz-border-radius:5px;
	position:relative;
	
	background:-webkit-gradient(linear,left top,left bottom,from(#f9fcff),to(#fff));
	background:-moz-linear-gradient(top, #f9fcff, #fff);
	
	float:left;
	margin-left:16px;
	margin-top:16px;
	height:136px;
}

.contact img
{
	position:absolute;
	top:15px;
	left:15px;
}

.contact_ul
{
	height: 52px;
}

.contact_ul li
{
	overflow: hidden;
}
.contact_actions
{
	margin-left:-98px;
	margin-bottom:-1px;
	margin-top:9px;
	width:262px;
	overflow:hidden;
	border:1px solid #c8c9cc;
	-webkit-border-bottom-left-radius:5px;
	-webkit-border-bottom-right-radius:5px;
	border-bottom-right-radius:5px;
	border-bottom-left-radius:5px;
	-moz-border-radius-bottomright:5px;
	-moz-border-radius-bottomleft:5px;
	
	background:-webkit-gradient(linear,left top,left bottom, 
		color-stop(0.0,#f9fbfe),
		color-stop(0.5,#f9fbfe),
		color-stop(0.5,#e6ecf0),
		color-stop(1.0,#e6ecf0)
	);
	background:-moz-linear-gradient(top, #f9fbfe 0%, #f9fbfe 50%, #e6ecf0 50%, #e6ecf0 100%);
}

.contact_actions li
{
	float:left;
	line-height:24px;
	border-left:1px solid #c8c9cc;
	
}

.contact_actions li:first-child
{
	border:0;
}

.contact_actions li a
{
	text-shadow:0 1px 0 #fff;
	text-decoration:none;
	display:block;
	padding:0 9px;
	width: 109px;
	text-align: center;
}

.contact_actions li a:hover
{
	background:#fff;
	background:-webkit-gradient(linear,left top,left bottom, 
		color-stop(0.0,#fff),
		color-stop(0.5,#fff),
		color-stop(0.5,#e1e7eb),
		color-stop(1.0,#e1e7eb)
	);
	background:-moz-linear-gradient(top, #fff 0%, #fff 50%, #e1e7eb 50%, #e1e7eb 100%);
}

.contact small
{
	font-size:13px;
	font-style:italic;
	margin-bottom:9px;
	display:block;
	height: 18px;
	overflow:hidden;
}

.contact_toolbar
{
	border-bottom:2px solid #356ba1;
	background:-webkit-gradient(linear,left top,left bottom,from(#fff),to(#fafcff));
	background:-moz-linear-gradient(top, #fff, #fafcff);
	padding-bottom:15px;
}

.contact_toolbar button
{
	font-weight:bold !important;
	padding:0 10px;
}