/* CSS Document */

body {
	margin: 0px;
	padding: 0px;	
}
/****** popup *******/
#popup_para p {
    margin:0px 0px 20px 0px; 
    padding: 0px 0px 0px 0px; 
    font-size:12px;
	font-family: Arial, Helvetica, sans-serif;
	}
	
#popup_container {
     background-color:#333333;
     position:absolute;
	 /* updated GA original height 430px */
	 height:auto;
	 /*width:338px;*/
	 padding:4px;
	 left:326px;
	 top:0px;
	 z-index:100;
	 display: none;
	 }
	 
#popup_topbar{
      background-color:#CCCCCC;
	  width:330px;
	  height:28px;
	  float:left;
	  }
	  
#popup_main{
      background-color:#ffffff;
	  width:330px;
	  /* updated GA original height 402px */
	  height:auto;
	  
	  float:left;
	  clear:both;
	  }

#popup_para { 
        width: 280px; 
		float:left; 
		margin-left: 25px; 
		margin-top: 30px;
		display:inline; 
		}
		
#popup_close { 
        float:right; 
		margin-top: 5px;
		margin-right: 10px;
		display:inline;
		}

#popup_close p a {
        color:#666666;
		}

#popup_close p a:hover {
color:#333333;
		}

#popup_footerlogo {
		float:left; 
		margin-left:15px;
		margin-top:10px;
		padding-bottom:10px;
		display:inline;
		}
	  



/******** error popup **********/

#error #popup_container p {
    margin:4px 0px 20px 0px; 
    padding: 2px; 
    font-size:16px;
	
	color : #8F1A1A;
	font-family: Arial, Helvetica, sans-serif;
	}
	
#error #popup_container {
     background-color:#eee;
     position:absolute;
	border : 2px solid #ccc;
	height:auto!important;
	 width:338px;
	 padding:4px;
	 left:356px;
	 top:0px;
	 z-index:100;
	 display: none;
	 }
	 
#error #popup_topbar{
      background-color:#CCCCCC;
	  width:30px;
	  height:28px;
	  /*float:left;*/
	  display:inline;
	  margin-right: 308px;
	  margin-bottom : 10px;
	  }
	  
#error #popup_main{
      background-color:#ffffff;
	  width:230px;
	height:auto!important;
	  float:left;
	  clear:both;
	  }

#error #popup_para { 
        width: 180px; 
		float:left; 
		margin-left: 25px; 
		margin-top: 30px;
		display:inline; 
		}
		
#error #popup_close { 
        float:right; 
		margin-top: 5px;
		margin-right: 8px;
		display:inline;
		font-size : 20px;
		}

#error #popup_close a {
        color:#666666;
		}

#error #popup_close a:hover {
color:#333333;
		}
/*
#popup_footerlogo {
		float:left; 
		margin-left:15px;
		margin-top:10px;
		display:inline;
		}
	  

*/	