body {
    margin: 0;
    padding: 0;
	font-family: Verdana,Arial,sans-serif;
	font-size: 12px;
}

#popupContent {
    margin: 0 10px;
}

#popupContent form {
    width: 100%;
}

h1.titleBar {
    width: 100%;
    background: navy;
    color: white;
    font-size: 15pt;
    font-weight: bold;
    margin: 0;
    visibility: hidden;
    display: none;
    height: 0;
}

div.closeButton {
    float: right;
    position: relative;
    top: -15pt;
    padding: 0 0.2em;
}

div.closeButton img {
    border: none;
}


