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

#popUpSignUp {
display:none;
	  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background-image:url(http://www.cladglobal.com/images/signUpTransBG.png);
  background-repeat:repeat;
 /* background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80); /* For IE8 and earlier */}
  


#popUpSignUp #popUpSignupInterior {
	/*top: 100;
  left: 35%;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80); */
	
	
	
 position:relative;
 margin:300px 35% 0 35%;
 background-color:#fff;
 border-radius:5px;
 box-shadow:0px 0px 10px 5px #0b0b0b;
 width:30%;
 text-align:center;

}


 #popUpSignUp #popUpSignupInterior a.popUpClose { 
 position:absolute;
 top:-10px;
 right:-10px;
 width:22px;
 height:22px;
 border-radius:11px;
 background-color:#fc6c23;
 color:#fff;
 font-size:16px;
 font-family: 'Gotham SSm A', 'Gotham SSm B'; font-weight: 500; font-style: normal;
 line-height:22px;
 text-align:center;
 text-decoration:none;
 /* box-shadow:0px 3px 10px 5px #0b0b0b;*/
  border:2px solid #e7e7e7;
  
 }
 
 #popUpSignUp #popUpSignupInterior a.popUpClose:hover {
	 background-color:#000;
	 text-decoration:none;}



.popUpSignupInteriorTop {
padding:20px;
border-bottom:1px solid #ccc;	
font-family: 'Gotham SSm A', 'Gotham SSm B'; font-weight: 500; font-style: normal;
	font-size:14px;
}
	
	
.popUpSignupInteriorMiddle {	
	background-color:#e7e7e7;
	padding:20px;
border-bottom:1px solid #ccc;}

.popUpSignupInteriorBottom {
	padding:20px;
	font-size:16px;
}


.popUpSignupInteriorBottom a {
	color:#000;
	text-decoration:underline;}
	
.popUpSignupInteriorBottom a:hover {
	color:#fc6c23;
	text-decoration:underline;}	
	
	
	

 @media screen and (max-width:800px) {
	 #popUpSignUp #popUpSignupInterior {

 position:relative;
 margin:200px 15% 0 15%;
 background-color:#fff;
 border-radius:5px;
 box-shadow:0px 0px 10px 5px #0b0b0b;
 width:70%;
 text-align:center;

}
	 
 }