

@font-face {
    font-family: 'handelgothicefregular';
    src: url('../fonts/handelgothicef-bold-webfont.eot');
    src: url('../fonts/handelgothicef-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/handelgothicef-bold-webfont.woff') format('woff'),
         url('../fonts/handelgothicef-bold-webfont.ttf') format('truetype'),
         url('../fonts/handelgothicef-bold-webfont.svg#handelgothicefregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

#mask {
  position:absolute;
  left:0px;
  top:0px;
  z-index:5000;
  background-color:#000;
  display:none;
  
}
  
#boxes .window {
  position:fixed;
  width:520px;
  display:none;
  z-index:5001;
  padding:10px;
  
  

}
.badge1
{
	width:138px;
	height:122px;
	position:absolute;
	right:-10px;
	top:-20px;
	background:url(../images/badge.png) no-repeat;
	z-index:-1;
}

#boxes #dialog1 {
  width:260px;  height:375px;
  padding:35px 30px 0px;
  background:url(../images/form-bg.jpg) no-repeat;
  behavior: url(pie/PIE.htc);
}
.input
{ 
	background:url(../images/input-bg.jpg) repeat-x; border:1px solid #d9d9d9; padding:4% 5%; width:90%; margin-bottom:10px; 
	font-family: 'ralewayregular'; color:#000; font-weight:normal;  font-size:15px;
}
.textarea
{ 
	background:url(../images/textarea-bg.jpg) repeat-x; border:1px solid #d9d9d9; padding:4% 5%; width:90%; margin-bottom:10px; height:76px; color:#000;
	font-family: 'ralewayregular'; color:#000; font-weight:normal;  font-size:15px;
}


#boxes #dialog1 h2 
{
	margin:0px; padding:0 0 15px; font-size:24px; font-weight:normal; color:#000; font-family: 'handelgothicefregular'; text-transform:uppercase;
}
#boxes #dialog1 span { color:#FF0000; font-weight:bold;}


.closebutton
{
position:absolute; top:-13px; right:-14px;}







#boxes #dialog1 h2{
	margin:0px; padding:0 0 15px; font-size:24px; font-weight:normal; color:#000; font-family: 'handelgothicefregular'; text-transform:uppercase;
}

#boxes #dialog1 p { font-size:14px; margin:0px; line-height:20px; font-weight:normal; margin-bottom:12px; color:#4D4D4D;}
#boxes #dialog1 p strong { font-size:16px;}

#boxes #dialog1 a { text-decoration:none; color:#de9d03;}
#boxes #dialog1 { text-decoration:none; color:#FFFFFF;}

#boxes #dialog1 img { margin-bottom:7px;}

