.modal {
	display: none;
	top: 20%;
	margin: 0 0 0 -280px;
}

.modal-wide {
	display: none;
	top: 20%;
	width: 700px;
	margin: 0 0 0 -350px; /* -1 * (width / 2) */ 
}

.modal.loading .modal-header .loader, .modal-wide.loading .modal-header .loader {
    height: 36px;
    width: 16px;
    
    margin-right: 10px;
    
    display: block;
    float: left;
    background: no-repeat scroll url('./images/ajax-loader.gif') center center;
}

.modal-body {
	max-height: 400px;
	overflow-x: auto;
}