﻿#feedbackSubform {
    display: none; /* dialog box must be initially non-visible */
	width: 720px; /* multiply 656px by 1.25 */
	height: 658px;
}

/* the escape "button" - the X icon to escape out of the dialog box.  */
/* TEMPORARY - remove */
#feedbackSubform .closeOverlay {
    background-image:url("../images/close.png");
    position:absolute;
    right:12px;
    top:12px;
    cursor:pointer;
    height:35px;
    width:35px;
}

.ie6or7 #feedbackSubform .closeOverlay {
    top:-10px;
}

#feedbackInnerBox {
	height: 590px; /*  -28 (margin-top) -20 (padding-top) -28 (margin-bottom) -20 (margin-bottom) -2 (border-top) -2 (border-bottom) */
	margin: 28px;
}

div #retryCreditCardCaptchaDiv {
    margin-top:25px;
}

.responseSection {
    float:none;
    width:100%;
}

span#badLoginNameMessageSpan span.requiredMarker {
    float:none;
}

#feedbackCaptchaDiv {
    clear:left;
}

