#facebox .b {
  background:url('../images/b.png');
}

#facebox .tl {
  background:url('../images/tl.png');
}

#facebox .tr {
  background:url('../images/tr.png');
}

#facebox .bl {
  background:url('../images/bl.png');
}

#facebox .br {
  background:url('../images/br.png');
}

#facebox {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99999999;
  text-align: left;
  width:550px;
  font-size:12px;
  font-weight:normal;
}
#facebox .hidden{
display:none;
}

#facebox .shown{
}



#facebox .content{
	position:relative; 
	

	
	}

#facebox .popup {
  position: relative;
  width:100%;
}

#facebox table {
  border-collapse: collapse;
}

#facebox td {
  border-bottom: 0;
  padding: 0;
}

#facebox .body {
		  margin-top: 9px;

  padding: 10px;
  background: #fff;
  width: 500px;
}

#facebox .loading {
  text-align: center;
}

#facebox .image {
  text-align: center;
}

#facebox img {
  border: 0;
  margin: 1;
  margin-top: -25px;
  margin-bottom: 15px;

}

#facebox .footer {
  border-bottom: 1px solid #DDDDDD;
  padding-top: 5px;
  margin-top: 18px;
  margin-bottom: 10px;
  text-align: right;
  
}

#facebox .close {
	  margin-top: 9px;
}
	

#facebox .tl, #facebox .tr, #facebox .bl, #facebox .br {
  height: 10px;
  width: 10px;
  overflow: hidden;
  padding: 0;
}

#facebox_overlay {
  position: fixed;
  top: 0px;
  left: 0px;
  height:100%;
  width:100%;
}

.facebox_hide {
  z-index:-100;
}

.facebox_overlayBG {
  background-color: #000;
  z-index: 99;
}

* html #facebox_overlay { /* ie6 hack */
  position: absolute;
  height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}







#facebox h1{
font-size:20px;
	font-weight:bold;
	color:#de1618;
	margin:0 0 30px 0;
padding:0;	
}

#facebox input{
margin-top:4px;
margin-bottom:4px;
}


 /*  Contact Form Styling */
 #contactform #error ul{
 padding-left:0px;
 line-height:20px;
 }
 #contactform #error span{
 color:green;
 padding:5px 0 5px 0;
 position:absolute;
 top:60px;
 right:10px;
 width:150px;
 }
 #contactform #error ul li{
  color:#BF0B0B;
  font-weight:normal;
  }
 h2#contacth2{
 font-size:18px;
 color:#339200;
 margin:0 0 10px 0;
 font-weight:normal;
 padding-bottom:10px;
 /*border-bottom:1px dotted #ccc;*/
 position:absolute;
 top:-53px;
 left:0;
 }
 #contactform fieldset{
	 margin:0;
	 padding:5px 0;
 border:none;
 }
 
  #contactform fieldset legend{
	 color:#999999;
	 font-size:11px;
	  }
 
 #contactform #formleft{
 float:left;
 }
 
 #formleft td{
	 padding:0px;}
 
 #contactform #error{
 float:right;
 }
 #contactform .button{
 background:#eded;
 color:#666;
 border:1px solid #ccc;
 padding:5px 20px 5px 20px;
 outline:none;
 }
 #contactform{
 color:#666;
 }
.clear{clear:both;}

.cvform{
	color:#444444;}

