.ajaxPopupWindow {
    border: 1px solid black;
    background: white;
    z-index:10; 
	  top: 50%;
    left: 50%;
    position: fixed;
}

.confirm input {
 width:20px;
 margin-bottom: 0px;
 height: 20px;

}