﻿
#modalContainer {
	/*position:absolute;
	width:100%;
	height:100%;
	top:0px;
	left:0px;*/
	/*background-image: url('../Images/bg.png');*/
  position: absolute;
    width: 1000px;
    height: 100%;
    top:0px;
    left: 0px;
    margin: 0 auto;
 
}

.ModalPopUp 
{
	/*position:absolute;
	width:100%;
	height:100%;
	top:0px;
	left:0px;background-image: url('../Images/bg.png');

    padding: 20px;*/
    position: absolute;		
	margin-top:-150px;
	margin-left:-300px;
    top:50%;
    left:60%;
	overflow-x:hidden;
    z-index: 99999999;
    border:1px solid #eae7e7;
    border-radius:5px;
    box-shadow:0 0 12px 3px #999;
}
.ModalLoad 
{
	background: url('../Images/load.gif') no-repeat; width: 60px; height: 60px; margin:0 auto;  
}
#btnBox
{
	height:25px!important;
	text-align:center!important;
	width:64px;
	margin:0 auto; 
    /*border: 1px solid #0c72c7;
    border-radius: 3px;*/
}

#modalContainer > #alertBox {
	position:absolute;
	/*left:34%*/
}
#modalContainer > #confirmBox {
	position:absolute;
}

#alertBox {
	position:relative;
	top:300px!important;
	width:310px;
	min-height:160px;
	    /*height: 25%;*/
	border-left:2px solid #0371B0;
	border-top:0px solid #0371B0;
	border-right:2px solid #0371B0;
	border-bottom:2px solid #0371B0;
	/*background :url('../Images/GreenCheckMark.png');*/
	background-color:#FFFFFF;
	background-repeat:no-repeat;
	background-position:10px 60px;
	/*padding-top:2px;*/
	z-index: 9999;
    padding-bottom: 13px;
    margin: 0 34.5%;
}

#okBtn{
    border: 1px solid gray;
    
}

#alertBoxError {
	position:relative;
	top:300px!important;
	width:300px;
	height:auto;
	
	border-left:1px solid #CCC;
	border-top:1px solid #CCC;
	border-right:2px solid #AAA;
	border-bottom:2px solid #AAA;
	background :url('../Images/exclamation.png');
	background-color:#FFFFFF;
	background-repeat:no-repeat;
	background-position:10px 40px;

}

#confirmBox {
	position:relative;
	top:300px!important;
	width:300px;
	min-height:100px;
	margin-top:50px;
	border-left:1px solid #CCC;
	border-top:1px solid #CCC;
	border-right:2px solid #AAA;
	border-bottom:2px solid #AAA;
	background :url('../Images/question.gif');
	background-color:#FFFFFF;
	background-repeat:no-repeat;
	background-position:10px 40px;

}



#modalContainer  h1 {
	margin:0;
	font:bold 0.9em verdana,arial;
	color:#FFF;
	border-bottom:1px solid #CCCCCC;
	padding:5px 5px 5px 5px;
	background :url('../Images/FOPStar_clear.png') no-repeat center;
    background-size: 55px 55px;
	height:62px;
	background-color:#0371B0;
}



#modalContainer  p {
	font:0.9em verdana,arial;
	margin-top:10px;
	padding-left:5px;
	padding-right:1px;
	padding-bottom:15px;
	margin-left:21px;
	padding-top:7px;
	vertical-align:middle;
    text-align: center;
        /*border: 1px solid gray;*/
      margin-right: 15px;
    padding-left: 3px;
    color:black;
}

#modalContainer  a {
	
	margin:3px 3px 3px 3px;
	padding:7px 13px!important;
	text-align:center;
	text-decoration:none;
    border-left:1px solid #0c72c7!important;
	border-top:1px solid #0c72c7 !important;
	border-right:1px solid #0c72c7 !important;
	border-bottom:1px solid #0c72c7 !important;
	background: #0371B0; 
    
	font: 11px Verdana, sans-serif; 
	font-weight:bolder;
    cursor:pointer;
	min-width :100px;
   margin-top:3px;
   color: white;
   
   
 
	/*background:url('../images/bg-button.png') repeat-x left bottom; */

}

.RefundResultInner 
{
	text-align: center;
	width: 360px;
	margin: 0 auto;
	background-color: #FFF;
	border-left:1px solid #CCC;
	border-top:1px solid #CCC;
	border-right:2px solid #AAA;
	border-bottom:2px solid #AAA;
}
.RefundResult 
{
	position:absolute;
	width:100%;
	height:100%;
	top:0px;
	left:0px;background-image: url('../Images/bg.png');	

}
.RefundBox 
{
	padding: 0 10px 15px 10px;
}

.RefundResultInner  h1 {
	margin:0;
	font:bold 0.9em verdana,arial;
	color:#FFF;
	border-bottom:1px solid #CCCCCC;
	padding:5px 5px 5px 5px;
	background :url('../Images/logo-small.png') no-repeat;
	height:25px;
	background-color:#F1F1F1;
}

.RefundResultInner  p {
	font:0.9em verdana,arial;
	padding: 10px 0 10px 0;
	vertical-align:middle;
	font-size: 12px;
	font-weight: bold;
}

