@charset "utf-8";
/* CSS Document */

  #header #contactform {
	height: 0;
	overflow: hidden;
	
	display: none;
	top:-1px;
	left:400px;
	width:400px;
	height:700px;
	background-color:#CCC;
	background-image: url(images/contactformbg.png);
	background-repeat:repeat;
	border: 1px solid #999;
  }
  
  #contactform
  {
	
  }
  #header  #contactform div
  {
	padding:10px;  
  }
  #header  #contactform ul li
  {
	  list-style: none; margin-bottom: 1em; clear: left;
  }
  #header  #contactform ul li label.forms
  {
	float: left;
	width: 100px; text-align: left; 
	margin-right: 15px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333;
	
	
  }
  .peshadsbuttons
{
	background-color:#336699;
	color:white;
	padding:5px 10px 5px 10px;
	border:1px solid #275078;
	margin-top:20px;
}
.peshadsbuttons:hover
{
	color:white;
	background-color:#09C;
}
 #header   #contactform ul li .peshadsbuttons
{
	 margin-left:115px;
}
  #test
  {
	  display:inline;
  }
    #fancybox-inner {
	   
  background-image: url(images/contactformbg.png);
	background-repeat:repeat;
	}
	#fancybox-inner div
	{
	margin-top:20px;	
	}
  #fancybox-inner div ul li
  {
	  list-style: none; margin-bottom: 1em; clear: left;
  }
#fancybox-inner div ul li label.forms
  {
	float: left;
	width: 100px; text-align: left; 
	margin-right: 15px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333;
	
  }
  
  
  


