#contentArea ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#contentArea ul li {
    list-style-type: none;
}

#addLocationBox .addLocation,
    #addLocationBox .actionButton {
    float: left;
    margin-right: 10px;
    position: relative;
}

#addLocationBox .actionLink,
    .actionButton {
    padding: 0;
}

#addLocationBox {
    margin-bottom: 10px;
    padding: 6px 12px;
}

#attractionSelector {
	margin-bottom: 10px;
}

#attractionSelector .attractionCategory {
	float: left;
	padding: 5px;
	margin: 5px 10px 5px 0;
}

#attractionSelector .attractionCategory:hover,
#attractionSelector .attractionCategory.selected {
	color: #fff;
	cursor: pointer;
}

.yui-panel.imagePanel .closeButton{
	position: absolute;
	top: 2px;
	right: 3px;
	cursor: pointer;
	margin: 0px;
	padding: 0px;
	background: none;
}

.imagePanel iframe body{
	background-color: #FFFFFF;
}

.localAreaMap .propertyDetailContainer .close{
	width: 11px;
	padding-right: 0px;
	padding-left: 0px;
	height: 24px;
}

.localAreaMap{
	margin-right: -12px;
}

.localAreaMap .mapResults .property h2{
	padding: 6px;
}

.addLocation .searchLocation input[type="text"]{
	height: 36px;
}

.localAreaMap .propertyDetailContainer .close::before{
	float: right;
}

.localAreaMap .propertyDetailContainer .rateOptions .rate span{
	text-transform: uppercase;
	font-weight: bold;
}

.addLocation button{
	cursor: pointer;
}

.localAreaMap .propertyDetailContainer .propertyInner{
	margin-top: 10px;	
}