.content_box {
	position: relative;	
}
.content_type_label {
    background: silver;
	position: relative;
    z-index: 300;
}

.CMS_HTML ~ a {
	position: absolute;
    top: 0;
	left: 80px;
}

.CMS_HTML + a {
	position: absolute;
    top: 0;
	left: 60px;
}

/*
.content_box {
    position: relative;
}
.content_type_label {
    background: silver;
    position: absolute;	
}

.content_type_label ~ a {
	position: absolute;
    top: 0;
	left: 65px;
}
.content_type_label ~ a:first-of-type {
	left: 45px;
}
*/
#googleMap {
    width: 400px;
    height: 400px;
    float: left;
}

#address {
    float: left;
    margin-left: 8px;
    margin-top: 15px;
    max-width: 171px;
}

#dialogContent {
    display: none;
}

#clearFloat {
    clear: both;
}

/*
.ui-dialog-titlebar-close {
    background-image:url('http://www.charlottemotorspeedway.com/images/icon_x.png');
}
*/
