﻿ .modalBackground
        {
            background-color: Gray;
            filter: alpha(opacity=50);
            opacity: 0.7;
        }
        .modalPopup
        {
            background-color: White;
            /*border: solid 1px #c0c0c0;*/
            /*padding: 0px 10px 10px 10px;*/
			width:670px;
            
        }
        .divProgress
        {
            position: relative;
            top: 30%;
            text-align: center;
        }
        .updateProgress
        {
            border-width: 1px;
            border-style: solid;
            background-color: #FFFFFF;
            position: absolute;
            width: 250px;
            height: 65px;
        }
        
        #popUpForm 
        {
        	padding-left:10px;
        	width:650px;
        	margin-bottom:20px;
            
        	
        }
         #popUpForm  label
         {
         	display:inline-block;
			width:75px;	
         }
         
         #popUpForm  input 
         {
         		font-family:'Helvetica Neue', 'Lucida Grande', 'Segoe UI', Arial, Helvetica, Verdana, sans-serif; 
				font-size:12px;
		}
        
        #popUpForm .formLabel
        {
			margin: 10px 0 10px 0;	
        }
        
         #popUpForm .submit
        {
			
			 background-color:#4B6C9E;
			 font-family:'Helvetica Neue', 'Lucida Grande', 'Segoe UI', Arial, Helvetica, Verdana, sans-serif; 
			 width:100px;
			 height:30px;
			 color:White;
			 font-weight:bold;
			 font-size:14px;
			
			
        }
        .drag 
        {   background-color :#CCCCCC;
			width:670px;
			height:30px;	
            font-family: 'DejaVuSerifBook', 'DejaVuSerifCondensedBold', 'Georgia', Serif;
            font-weight: normal;
            color: #222121;
        }

        .drag h2
        {   
            display:inline-block;
            color: #5b142e;
            margin:0 0 2px 10px;
            font-weight:normal;
            font-size:18px;

        }
		
       .drag img
       {
       	 float:right;
       	 padding-right:5px;
       	 
       }



#popUpForm .forgotten
{
    margin-bottom:20px;
    font-size:11px;
}

#popUpForm .btn-lg
{
   font-size:16px;
}