


#overlayContainer {
position: absolute;
top: 0px;
left: 0px;
height: 100%;
width: 100%;
background: url(/images/popups/overlay.png);
}

#popupContainer {
position: absolute;
top: 50%;
left: 50%;
height: 299px;
width: 430px;
margin: -150px 0px 0px -215px;
}

#popupFrameTop {
background: url(/images/popups/popupFrameTop.png) no-repeat;
height: 16px;
vertical-align: top;
overflow: hidden;
}

#popupFrameMiddle {
background: url(/images/popups/popupFrameMiddle.png) repeat-y;
height: 267px;
padding: 0px 16px;
}

#popupFrameBottom {
background: url(/images/popups/popupFrameBottom.png) no-repeat;
height: 16px;
vertical-align: top;
overflow: hidden;
}

#popupMiddle {
margin: 0 auto;
}

FORM {
}

LABEL {
color: #007ab3;
font-weight: bold;
}

.popupLabel {
float: left;
clear: left;
width: 100px;
}

.popupField {
float: left;
clear: right;
}
