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

/* Mask for background, by default is not display */
#mask {
	display: none;
	background: #000; 
	position: fixed; left: 0; top: 0; 
	z-index: 10;
	width: 100%; height: 100%;
	opacity: 0.8;
	z-index: 999;
}

/* You can customize to your needs  */
.login-popup{
	display:none;
	background: #fff;
	padding: 10px; 	
	border: 1px solid #ddd;
	float: left;
	font-size: 1.2em;
	left: 73.5%;
	box-shadow: 0px 0px 20px #999; /* CSS3 */
	-moz-box-shadow: 0px 0px 20px #999; /* Firefox */
	-webkit-box-shadow: 0px 0px 20px #999; /* Safari, Chrome */
	-moz-border-radius: 3px; /* Firefox */
	-webkit-border-radius: 3px; /* Safari, Chrome */
	margin:0px 0 0 550px!important;
}

img.btn_close {
	float: right; 
	margin: -10px -10px 0 0;
}

fieldset { 
	border:none; 
}

form.signin .textbox label { 
	display:block; 
	padding-bottom:7px; 
}

form.signin .textbox span { 
	display:block;
}

form.signin p, form.signin span { 
	color:#999; 
	font-size:11px; 
	line-height:18px;
} 

form.signin .textbox input { 
	background:url(../images/logintxt.png) repeat-x;
	border-bottom:1px solid #c8c8c8;
	border-left:1px solid #c8c8c8;
	border-right:1px solid #c8c8c8;
	border-top:1px solid #c8c8c8;
	color:#595959; 
        border-radius: 3px 3px 3px 3px;
	-moz-border-radius: 3px;
        -webkit-border-radius: 3px;
	font:15px Arial, Helvetica, sans-serif;
	padding:6px 6px 4px;
	margin-top:10px;
	width:300px;
	height:25px;
	margin-left:0px;
}

form.signin input:-moz-placeholder { color:#595959;}
form.signin input::-webkit-input-placeholder {  color:#595959;  }

.loginbutton { 
	background: #737373;
    border-radius:4px;
	color:#fff;
	cursor:pointer;
	display:inline-block;
	padding:0 6px 4px;
	margin-top:10px;
	font:12px; 
	width:64px;
	height:23px;
	border:none;
	font-size:12px;
	line-height:1px;
	float:right;
}
.loginbutton:hover { background:#686868; }
.forgot{ color:#393939; font-size:13px; line-height:10px; padding-top:10px;}
.forgot a{ color:#393939; text-decoration:none;}
.forgot a:hover{ color:#1d1d1d;  text-decoration:none;}



.overlay-new {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity 500ms;
  visibility: hidden;
  opacity: 0;
  
}
.overlay-new:target {
  visibility: visible;
  opacity: 1;
}

.popup-new {
  margin: 70px auto;
  padding: 20px;
  background: #fff;
  border-radius: 5px;
  width: 30%;
  position: relative;
  transition: all 5s ease-in-out;
}

.popup-new h2 {
  margin:15px 2px;
  color: #333;
  font-family: Tahoma, Arial, sans-serif;
}
.popup-new .close-new {
  position: absolute;
  top: 20px;
  right: 30px;
  transition: all 200ms;
  font-size: 20px;
  font-weight: bold;
  text-decoration: none;
  color: white;
  background-color: green;
  padding: 0px 3px 3px 3px;
}
.popup-new .close-new:hover {
  color: white;
  background-color: #222;
  
}
.popup-new .content-new {
  max-height: 30%;
  overflow: auto;
} 
 .box-new {
  width: 20%;
  margin: 0 auto;
  background: rgba(255,255,255,0.2);
  padding: 35px;
  border: 2px solid #fff;
  border-radius: 20px/50px;
  background-clip: padding-box;
  text-align: center;
} 
 .button-new {
  font-size: 1em;
  padding: 10px;
  color: #fff;
  border: 2px solid orange;
  border-radius: 20px/50px;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s ease-out;
}

 
.input-block-level1 {
/*  display: block; */
  width: 100%;
  min-height: 30px;
    margin-bottom: 10px
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
border: 1px solid #cccccc;
}
 
.btn-dangerl {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #da4f49;
  background-image: -moz-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#bd362f));
  background-image: -webkit-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: -o-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffbd362f', GradientType=0);
  border-color: #bd362f #bd362f #802420;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #bd362f;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}

fieldset11 {
  padding: 0.35em 0.625em 0.75em;
  margin: 0 2px;
  border: 1px solid #c0c0c0;
}
