/*POPUP STYLES*/
.popupDialogBox{
	position:fixed; 
	top:0; 
	left:0; 
	background:rgba(0,0,0,0.6); 
	z-index:1000; 
	width:100%; 
	height:100%;
	display:none;
	background:gray\9;
	filter: alpha(opacity=50);
	opacity: 0.7;
}
.popupDialogContent{
	border: 0px solid red; 
	background-color: white; 
	position: absolute; 
	top: 140px; 
	left: 100px; 
	width: 650px;
	display:none;
	z-index:2000;
}

table{
    width: 100%;
}

td{
    padding: 15px;
}

.buttonTD{
    width:50%;
    text-align: center;
}

.pop-upButton{
    width:70%;
    height:40px;
    border: 2px solid;
    box-shadow: none;
}

.grayButton{
    background-color: #7a7a7a;
    color: white;
    /*border-color: #666666;*/
}

.redButton{
	background-color: #9e1c20;
    color: white;
    /*border-color: #666666;*/
}