.pgsbr_wrapper{
	position:fixed;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background:rgba(0,0,0,0.3);
	z-index: 999999;
}

.pgsbr_container{
	margin:50px auto;
	width:700px;
	
	position:relative;
}
.pgsbr_form{
	height:400px;
	box-sizing: border-box;
}

.pgsbr_form p{
	font-family: calibri;
	padding: 3px 0;
}

.pgsbr_close{
	position:absolute;
	top:0;
	right:-30px;
	width:20px;
	height:20px;
	
	/* background:red; */
	color:#FFF;
	font-size:28px;
	font-weight:bold;
	
	cursor:pointer;
	
	font-family: calibri;
}

.pgsbr_form{
	background:#FFF;
	padding:10px;
	background:url(bg.png) no-repeat top center;
}
.pgsbr_column_left{
	float:left;
	padding:10px;
	width:350px;
	overflow:hidden;
	box-sizing: border-box;
}
.pgsbr_column_right{
	/* float:left; */
	margin-left:380px;
	padding:10px;
	width: 280px;
	overflow:hidden;
	box-sizing: border-box;
}
.pgsbr_column_header p{
	text-align:center;
	color:#FFF;
	font-size: 14px;
}
.pgsbr_column_header p.pgsbr_heading{
	color: #ffe383;
	font-size: 24px;
	line-height:40px;
}
.pgsbr_column_body p{
	color:#FFF;
	font-size: 12px;
	line-height:18px;
}
.pgsbr_column_body input[type=text]{
	border:none;
	border-radius:5px;
	background:#FFF;
	font-style: italic;
	line-height: 30px;
    padding: 0px 5px;
	width:250px;
}
.pgsbr_input{
	padding-top: 15px;
    padding-bottom: 15px;
}
.pgsbr_column_body button{
    border-radius: 4px;
    color: white;
    text-shadow: 0px 0px 0px;
    box-shadow: 0px 1px 5px rgba(0,0,0,0.75), inset 0px 1px 0px rgba(255,255,255,0.3);
    text-shadow: 1px 1px 0px rgba(0,0,0,0.8);
    text-decoration: none;
    font-size: 24px;
    background: #a8e20a;
    background: -moz-linear-gradient(top,#a8e20a 0%,#64b201 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#a8e20a),color-stop(100%,#64b201));
    background: -webkit-linear-gradient(top,#a8e20a 0%,#64b201 100%);
    background: -o-linear-gradient(top,#a8e20a 0%,#64b201 100%);
    background: -ms-linear-gradient(top,#a8e20a 0%,#64b201 100%);
    background: linear-gradient(to bottom,#a8e20a 0%,#64b201 100%);
	
    outline: none;
    border: none;
    padding: 5px 0;
	
	width:250px;
	
	cursor:pointer;
}

.pgsbr_column_body button:hover{
    background: #64b201;
    background: -moz-linear-gradient(top,#64b201 0%,#a8e20a 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#64b201),color-stop(100%,#a8e20a));
    background: -webkit-linear-gradient(top,#64b201 0%,#a8e20a 100%);
    background: -o-linear-gradient(top,#64b201 0%,#a8e20a 100%);
    background: -ms-linear-gradient(top,#64b201 0%,#a8e20a 100%);
    background: linear-gradient(to bottom,#64b201 0%,#a8e20a 100%);
}

.pgsbr_input{
	text-align:center;
}
