* {
	padding: 0;
	margin: 0;
	border: 0 none;
}
#widget {
	position: absolute; left: 0 top: 0; width: 200px; height: 120px; 
}

#widget #banner {
	width: 200px; height: 120px;
	background:url(http://mashupkorea.com/2010/images/widget_banner_back.gif) no-repeat;	
}

#widget #banner a {
	width: 200px; height: 120px;
	display: block;
}

#widget #banner a span {
	display: none;
}
#widget #blog {
	width: 200px; height: 120px;
	display: none;
	background:url(http://mashupkorea.com/2010/images/widget_blog_back.gif) no-repeat;
}

#widget #blog div{
	padding-top: 45px;
	padding-left: 40px;
	padding-right: 10px;
}

#widget #blog li{
	font-size: 12px;
	list-style-position: inside;
	list-style-type: square;
	color: #0076A3;
}

#widget #blog a{
	text-decoration: none;
	color: #0076A3;
}

#widget #event {
	width: 200px; height: 120px;
	display: none;
	background:url(http://mashupkorea.com/2010/images/widget_event_back.gif) no-repeat;	
}

#widget #event div{
	padding-top: 40px;
	padding-left: 0;
	padding-right: 10px;
}

#widget #event div label{
	display: block;
	float: left;
	padding-left: 36px;
	padding-right: 0;
	width: 115px;
	height: 15px;
}

#widget #event div span.dday{
	float: left;
	display: block;
	color: red;
	height: 15px;
}

#widget #event li{
	font-size: 9pt;
	list-style-position: inside;
	list-style-type: none;
	color: #597901;
}
#widget #event a{
	text-decoration: none;
	color: #597901;
}

#widget #event div#msg{
	position: absolute;
	left: 2px;
	top: 92px;
	height: 15px;
	width: 196px;
	border-top: 1px solid #ccc;
	border-bottom: 0;
	border-left: 0;
	border-right: 0;
	background-color: white;
	text-align: center;
	padding: 5px 0;
	display: block;
	font-size: 9pt;
}

#widget #event div#msg a{
	font-weight: bold;
	color: red;
}


#widget #site {
	width: 200px; height: 120px;
	display: none;
	background:url(http://mashupkorea.com/2010/images/widget_site_back.gif) no-repeat;	
}

#widget #site div{
	padding-top: 45px;
	padding-left: 40px;
	padding-right: 10px;
}

#widget #site li{
	font-size: 9pt;
	list-style-position: inside;
	list-style-type: square;
	color: #A3620A;
}
#widget #site a{
	text-decoration: none;
	color: #A3620A;
}

.poweredby {
	display:none;
}

