/* CSS Document */

/*        	   			CSS for Contact-Card-Popup				    						*/
div.contact_popup { z-index: 1; }

div.contact_popup div.menu_form_header
{
  border: 1px solid black;
  border-bottom: none;
  width: 550px;
  height:      22px;
  line-height: 22px;
  vertical-align: middle;
  text-align:center;
  background: url(../images/tables/popup_top_fill.png) repeat-x;
  text-decoration: none;
  font-family: Arial, Helvetica, sans-serif;
  font-size:16;
  font-weight: 900;
  font-size:  13px;
  color:   white;
  cursor: hand;
}

div.contact_popup div.menu_form_body
{
  width: 550px;
  border: 1px solid black;
  background-color: white;
}

div.contact_popup img.menu_form_exit
{
  float:  right;
  margin: 4px 5px 0px 0px;
  cursor: pointer;
}

div.contact_popup input.field
{
  width: 95%;
  border: 1px solid #808080;

  font-family: Verdana, Sans-Serif;
  font-size: 12px;
}

div.contact_popup input.btn
{
  margin-top: 2px;
  border: 1px solid #808080;

  background-color: #DDFFDD;

  font-family: Verdana, Sans-Serif;
  font-size: 11px;
}

.popup_content {
	text-align:left; 
	direction:ltr; 
	padding:10px;
	background: url(../images/tables/popup_top_background.png) repeat-x;
/*
	padding-top:35px;
	padding-bottom:35px;
	*/
	padding:10px;
}
/*        	   			E.O CSS for Contact-Card-Popup				    						*/



