#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');
}
*/.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;
}