* html div.iepngfix {
    behavior: url(../styles/iepngfix.htc);
}

* html #address div.iepngfix {
    behavior: url(styles/iepngfix.htc);
}

#map {
    width: 500px;
    height: 500px;
}

#close {
	position: relative;
	padding: 10px 0;
}
#remove {
	position: relative;
    width: 17px;
    height: 17px;
    display: block;
    text-indent: -9999px;
	background: url(../images/close.gif) no-repeat;
}

#container {
    position: relative;
    overflow: hidden;
}

#address #container #remove {
    float: none;
}

#address #remove {
    margin: 0 20px;
}

#remove:hover {
	
}

#remove:active {
	top: 1px;
	left: 1px;
}

#container img {
    display: block;
}

#container:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

#container p#imgcnt {
    position: absolute;
    bottom: 10px;
    right: 20px;
    line-height: 1.2em;
}

#container p#imgcnt a {
    margin-left: 1em;
}

#close a {
	line-height: 1;
}

#prize_name {
    position: absolute;
    line-height: 1.2em;
    top: 1.2em;
    left: 40px;
    _left: 20px;
}

p#prize_section {
    position: absolute;
    bottom: 10px;
    text-align: left;
    line-height: 1.2em;
}
.inner_list {
	margin-left:0px;
}
.inner_list li dt{
	margin-left:15px; 
}

.inner_list li dd{ 
	padding-left:15px; 
}
