div.widget_simpleimagelink
{
	width: 100%;
}

.widget_simpleimagelink_container
{
	background: url(shadowAlpha.png) no-repeat bottom right !important;
	background: url(shadow.gif) no-repeat bottom right;
	width: 200px;
	padding:10px;
	border-color:#EEEEEE;
	border-style:solid none none solid;
	border-width:1px medium medium 1px;
	margin-left: 60px;
	margin-top: 40px;
}

.widget_simpleimagelink .widget_simpleimagelink_hidetitle
{
	display: none;	/* This stops the title from being shown when the widget is displayed (configurable), but allows the title to be shown in the Design - Widgets admin page */
}

.widget_simpleimagelink img 
{
	border: none;
}

/* narrowfat is based on WordPress' own widefat - just narrower! */
.narrowfat 
{
	border-color: #ccc;
	border-width: 1px;
	border-style: solid;
	border-collapse: collapse;
	width: 100%;
	clear: both;
	margin: 0;
}

#widget-controls .narrowfat 
{
	width: 25%;
	padding: 3px;
}
