﻿
        
#popup_container {
    font-size:1.3em;
  
	margin-top:0px;margin-bottom:0px;
    width:100%;
}



a.DialogButton
{
    /* styles for button */
   cursor :pointer;color:white;
  padding:0px;
  width:120px;padding:3px;
   background-color: #49c0f0; background-image: -webkit-gradient(linear, left top, left bottom, from(#49c0f0), to(#2CAFE3));
   
}
a.DialogButton:hover
{
    background-color: #2CAFE3;
    text-decoration:none;
}
        #popup_title {
	          background-color:#000000;
           	 height:45px;
        }
     #btnClose{
	margin:10px; cursor:pointer;
}


#popup_message {text-align :center;
    min-height: 80px; padding-right:45px;padding-left:20px;color:black;
  
   }



#confrim {
    text-align: center;
    background-color: #e5e5e5;
    vertical-align: bottom;
    padding: 5px;
}




.deleteFile {cursor :pointer;
}

