.ui-widget-header{
	border: none;
	background: none;
	background-color: #271e10;
}
.ui-corner-all{
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
}
.ui-widget-content{
	padding: 0;
	border: 1px solid #271e10;
	background: none;
	background-color: #a37d53;
}

/*
 * list RSV & tell friend
 */
#eventList{
	position: relative;
	padding-top: 0;
}
	.event_tools{
		position: absolute;
		top: 10px;
		right: 5px;
	}
#eventList ul, .event_tools{
	list-style: none;
	margin: 0;
	padding: 0;
}

#eventList ul li p.title{
	margin: 10px 0 0 0; 
	font-size: 16px;
	font-weight: bolder;
}
#eventList ul li p.date{
	margin: 0;
} 

.event_tools li.tell_friend{
	padding: 5px 5px 5px 30px;
	color: #a37d53;
	font-weight: bolder;
	background: url(../images/i-tell-l.png) no-repeat left top;
}

.ui-widget-header .ui-icon{
	background: none;
	background: url(../images/i-close.png) no-repeat 1px 1px;
}
.ui-state-hover .ui-icon{
	background: url(../images/i-close.png) no-repeat 1px 1px;
}
.ui-widget-content .ui-state-hover, .ui-widget-content .ui-state-focus{
	border: 1px solid #a37d53;
	background: none;
}
