#custom-form-frame {
	display: none;
    position: absolute;
    left: 200px;
    top: 80px;
    width: 780px;
    height: 460px;
    border: none;
    padding: 50px;
	font-family: 'Open Sans';
	font-weight: normal;
    border-radius: 10px;
    border: 4px solid #fff;
    background: rgba(231, 231, 231, 0.94);
    color: #000;
    z-index: 100;
}

#custom-form-frame #custom-form-title{
	margin: 0;
	margin-bottom: 30px;
	font-family: 'Open Sans';
	font-weight: bold;
	font-size: 36px;
	color: #000;
}

#custom-form-frame .left-block{
	width: 48%;
	float: left;
}

#custom-form-frame .right-block{
	width: 48%;
	float: right;
}

#custom-form-frame label{
	width: 100%;
	float: left;
}

#custom-form-frame label span{
	width: 100%;
	float: left;
    font-size: 16px;
}

#custom-form-frame label input{
	width: 100%;
    float: left;
    margin-bottom: 10px;
    font-size: 26px;
    padding: 4px;
    background: #fff;
    border-radius: 10px;
    border: 1px solid #8ce1e4;
}

#custom-form-frame label input:selected{
    border-radius: 10px;
    border: 1px solid #000;
}

#custom-form-frame #custom-form-bottom{
	position: absolute;
    width: 780px;
    bottom: 40px;
    left: 50px;
    font-size: 18px;
    font-weight: bold;
    color: #5a6669;
    padding-top: 20px;
    border-top: 1px solid #ffffff;
}

#custom-form-frame #custom-form-ok-text{
	float: left;
	width: 40%;
	text-align: left;
}

#custom-form-frame #custom-form-back-text{
	float: right;
	width: 40%;
	text-align: right;
}