

.box1 {
    background-color: #ffffff;
    color: #888888;
    height: 200px;
    left: 100%;
	padding-right:20px;
    position: fixed;
    right: 0%;
    top: 15%;
    width: 300px;
    z-index: 99999999;
	border:5px solid #888888;
	border-radius:10px;
	-moz-border-radius:10px;
}

.overlay1 {
    background: #000000;
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 9999;
	opacity:0.5;
}

a.boxclose {
    background: url("cancel.png") repeat scroll left top transparent;
    cursor: pointer;
    float: right;
    height: 26px;
    left: 25px;
    position: relative;
    top: -15px;
    width: 26px;
}

.box1 h1 {
font-family: 'Montserrat';
    font-size: 35px;
    font-weight: 600;
    letter-spacing: 0.5px;
    color: #97d700;
    text-align: center;
}
.box1 p {
margin-bottom:20px;
margin-top:20px;
}
.box input {
    height: 20px;
    background: #ffffff;
    border: 1px solid #4a4a4a;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    color: #333333 !important;
    font-size: 14px;
    font-weight: 500;
    text-align: left;
	vertical-align: middle;
    padding: 10px;
	width: 90%;
	-webkit-box-shadow: -2px 3px 4px -2px rgba(0,0,0,0.2) inset;
}
