body 
{
	
}
 .button
 { 	
	width:100px;	
	font-weight: bold;
 }

.modal-loading
{
    position: fixed;
    top: 0;
    left: 0;
    background-color: Black;
    z-index: 999;
    opacity: 0.1; /* Theoretically for IE 8 & 9 (more valid) */ /* should come BEFORE filter */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
    filter: alpha(opacity=10); /* Older than Firefox 0.9 */
    -moz-opacity: 0.1; /* Safari 1.x (pre WebKit!) */
    -khtml-opacity: 0.1;
    min-height: 100%;
    width: 100%;
}

.loading
{
    display: none;
    position: fixed;
    z-index: 999999;
    top: 45%;
    left: 45%;
}