
#modal_overlay
  { background-color: #000000;
	-moz-opacity: 0.7; opacity: 0.7;
	filter: alpha(opacity=70); 
	top: 0; 
	left: 0; 
	position: fixed;
	width: 100%; 
	height:100%; 
	z-index: 99;
	text-align: center; }


#modal_modal
  { position: fixed; 
    z-index: 100; 
    top: 100px; left: 0; 
    width: 100%; height: 100%; 
    text-align: center;  }


#modal_wrap
  { width: 600px;
    width: 380px;
    margin: 20px auto;
    text-align: center;
    border: solid 3px #600000;
    background-color: #FFFFFF;
    padding: 6px; }


#modal_title
  { /*color: #FFFFFF;*/
    color: #600000;
    padding: 3px; 
    padding-bottom: 6px;
    font-family: Arial, sans-serif;
    letter-spacing: .8em;
    font-size: 10px;
    text-transform: uppercase;
    /*background-color: #600000;*/
    border-bottom: solid 2px #600000;
     }

#modal_title img
	{ float: right; 
	  vertical-align: middle; 
	  border-width: 0;
	  margin: 0;
	  padding: 0; 
	  font-size: 10px;
	  margin-right: 6px;
	  margin-top: 3px; }


#modal_buttons
  { padding: 12px; 
    text-align: center; }


#modal_close
  { border-width: 0;
    font-size: 10px;
    background-color: #FFFFFF;
    padding: 3px;
    color: #600000;  }



#modal_block
   { background-color: #FFFED4;
     padding: 16px 10px 0 10px;
     border: solid 1px #333333;
     height: 50px;
     min-height: 100%;
	 padding: 20px;
	 margin: 10px;
     text-align: left;
     color: #000000; }
    



#modal_block ul li     
    { color: #000000; }

