@charset "UTF-8";
/* CSS Document */



body {
	font-family: Verdana, Geneva, sans-serif;
	color: #333;
	font-size: 11px;
}

.widget_text {
	height:100px;
	width:210px;
}

.widget {
	padding:15px;
	width:210px;
	height: 280px;
	background: url(/resources/background.jpg) no-repeat 100%;
	padding: 10px;
    font-family: Verdana, Geneva, sans-serif;
	color: #333;
	font-size: 11px;
}


a.widget {
	text-align: right; 
	color:#ec008c;
	}

a.widget:link, a.widget:visited, a.widget:active {
	color: #ec008c;
	text-decoration: none;
}


.iframe2 { 
	text-align: right; 
	color:#ec008c;
	}

a.iframe2 { 
	white-space: nowrap; 
	padding-right: 10px; 
	background: url(/resources/arrow.gif) no-repeat 100% 50%; 
	zoom: 1; 
	}

a.iframe2:link, a.iframe2:visited, a.iframe2:active {
	color: #ec008c;
	text-decoration: none;
}

.iframe { 
	text-align: right; 
	color:#ec008c;
	}

a.iframe { 
	white-space: nowrap; 
	padding-right: 10px; 
	background: url(/resources/arrow.gif) no-repeat 100% 50%; 
	zoom: 1; 
	}

a.iframe:link, a.iframe:visited, a.iframe:active {
	color: #ec008c;
	text-decoration: none;
}

a.iframe:hover {
	text-decoration: underline;
}

.image {
	height:180px;
	width:180px;
	vertical-align:bottom;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	padding-bottom:5px;
	padding-top:5px;
	margin-bottom:0px;
}

.widget h5 {
	color: #333;
	font-size: 13px;
	font-weight: bold;
	padding-bottom:5px;
}