#wg_light_box {
	position: absolute;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	display: none;
}
#box_login {
	bottom: 0;
	position: absolute
}
.box {
    position: absolute;
    width: 50%;
    left: 48%;
    top: 200px;
    margin-left: -20%;
}

#box_email {
	left: -100%;
}
.box_txt_header {
	font-size: 25px;
	font-weight: bold;
	margin-bottom: 15px;
}
.box_select {
	width: 200px;
	padding: 10px;
	font-size: 14px
}

.box_agree {
	font-style: italic;
	color: #999;
	margin-top:15px;
}
.box_email_form {
	height: 60px;
	border: solid 1px rgba(153,153,153,0.5);
	font-size: 18px;
	padding: 7px;
	margin: 0 auto 20px;
	line-height: 60px;
	width: 300px;
	color: #333;
}

#box_email input[type="submit"]{
	margin:0 5px 5px 0;
	font-size:13px;
	line-height:13px;
	padding:12px 20px;
	border: 1px solid #ddd;
	font-weight:bold;
	display: inline-block;
	background-image: linear-gradient(bottom, #F7F7F7 0%, #FFFFFF 100%);
	background-image: -o-linear-gradient(bottom, #F7F7F7 0%, #FFFFFF 100%);
	background-image: -moz-linear-gradient(bottom, #F7F7F7 0%, #FFFFFF 100%);
	background-image: -webkit-linear-gradient(bottom, #F7F7F7 0%, #FFFFFF 100%);
	background-image: -ms-linear-gradient(bottom, #F7F7F7 0%, #FFFFFF 100%);
	background-color: #F9F9F9;
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
			border-radius: 3px;
	-webkit-box-shadow:0px 1px 1px 0 rgba(180, 180, 180, 0.2);
       -moz-box-shadow:0px 1px 1px 0 rgba(180, 180, 180, 0.2);
            box-shadow:0px 1px 1px 0 rgba(180, 180, 180, 0.2);
}

#box_email input[type="submit"] {
	background-image: linear-gradient(bottom, #dbe9f3 0%, #FFFFFF 100%);
	background-image: -o-linear-gradient(bottom, #dbe9f3 0%, #FFFFFF 100%);
	background-image: -moz-linear-gradient(bottom, #dbe9f3 0%, #FFFFFF 100%);
	background-image: -webkit-linear-gradient(bottom, #dbe9f3 0%, #FFFFFF 100%);
	background-image: -ms-linear-gradient(bottom, #dbe9f3 0%, #FFFFFF 100%);
	background-color: #dbe9f3;
	border:1px solid #9fc2dd;
	color:#468bbf;
	cursor: pointer;
	margin-top: 15px;
	height:38px;
}
#box_email input[type="submit"]:hover {
	color: #ffffff;
	border: solid 1px #0b5996;
	background: #438ac2;
	background: -webkit-gradient(linear, left top, left bottom, from(#438ac2), to(#1063a4));
	background: -moz-linear-gradient(top,  #438ac2,  #1063a4);
	-webkit-box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.2),
							0px 1px 1px 0 rgba(180, 180, 180, 0.4);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2),
			    			0px 1px 1px 0 rgba(180, 180, 180, 0.4);
}
.box_error {border:1px solid red}

.lightbox-already-have-account {
	margin: 10px;
}


.new-box-outer {
	background: url('/wp-content/uploads/img/new-box-bkg.png') no-repeat #444;
	padding: 20px;
	border-radius: 0;
	font-family: "Myriad Pro", Arial, sans-serif;
    text-align: center;
}

.new-box-inner {
	border: 3px solid #999;
	background: rgba(0,0,0,0.4);
	padding: 50px;
	color: white;
}

.bold {
	font-weight: bold;
}

.new-box-inner .main-wording{
	color: #ffa200;
	font-weight: lighter;
	font-size: 21pt;
	margin: 40px 0;
}


.sign-up-button {
	border-radius: 10px;
	background: #d53f13;
	height: 50px;
	font-size: 25px;
	line-height: 50px;
    margin: auto;
	margin-bottom: 10px;
    display: block;
    color: white;
    border: none;
    width: 250px;
}

.division-line {
	border-top:1px solid #999;
}

.sign-in-now {
	font-size: 15px;
	margin-bottom: 30px;
}

.city-title {
	font-size: 17px;
	margin: 40px 0 10px 0;
}

select {
	color: black;
}

.blue-button {
	height: 30px;
	width: 100px;
	background: #0498e5;
	display: block;
	margin: 15px auto;
    font-size: 15px;
    line-height: 31px;
    color: white;
    border-radius: 5px;
}

.sign-up-button:hover
{
    background: #b1300a;
    text-decoration: none;
    color: white;
}

.blue-button:hover {
    background: #067ebd;
    text-decoration: none;
    color: white;
}

.close-box {
    top: 36px;
    right: 36px;
}

@media only screen and (max-width: 767px) {
    .new-box-outer {
		top: 10% !important;
		width: 100%;
		left: 20%;
    }

	.new-box-inner {
		padding: 0 20px;
	}

	.new-box-inner .main-wording {
		margin-bottom: 10px;
	}

}