 .act-on-frm-wrapper *{
 	-webkit-box-sizing:border-box;
 	-moz-box-sizing:border-box;
 	box-sizing:border-box;
 }

  .act-on-frm-wrapper *:before,  .act-on-frm-wrapper *:after{
  	-webkit-box-sizing:border-box;
  	-moz-box-sizing:border-box;
  	box-sizing:border-box;
  }
 .act-on-frm-wrapper{
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left:0;
        z-index: 1006;
        
        padding: 20px;
         -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;

    }

    @media screen and (min-width: 768px){
        .act-on-frm-wrapper{
            padding:30px 20px 20px 20px;
        }

    }


	.inline-act-on-frm{
		margin: 0;
		padding: 20px;
		font-family: 'Helvetica', arial;
		background: #0e599c;
        padding-top: 80px;
        position: relative;
        z-index: 3;
	}

     @media screen and (min-width: 768px){
        .inline-act-on-frm{
            width: 520px;
            margin: 0 auto;
        }

    }
	.inline-act-on-frm *{
	    -webkit-box-sizing: border-box;
	    -moz-box-sizing: border-box;
        box-sizing: border-box;
	}
	.inline-act-on-frm *:before,
	.inline-act-on-frm *:after {
	  -webkit-box-sizing: border-box;
	  -moz-box-sizing: border-box;
	  box-sizing: border-box;
	}
	.inline-act-on-frm .formrow{
		padding: 8px 0;
		clear:both;
	}
	.inline-act-on-frm .formrow:before{
		display: table;
		content: "";
	}
	.inline-act-on-frm .formrow:after{
		display: table;
		content: "";
		clear:both;
	}

	.inline-act-on-frm .formcol-2{
		width: 100%;
		float: none;
	}
	.inline-act-on-frm .formcol-2:first-child{
		margin-bottom: 16px;
	}
	@media screen and (min-width: 768px){
		.inline-act-on-frm .formcol-2:first-child{
			margin-bottom: 0px;
		}
		.inline-act-on-frm .formcol-2{
			width: 49%;
			float: left;
			margin-right: 1%;
		}
		.inline-act-on-frm .formcol-2:last-child{
			margin-left: 1%;
			margin-right: 0;
		}
	}

	.inline-act-on-frm .formcol-1{
		width : 100%;
	}
	.inline-act-on-frm label{
		display: block;
		margin-bottom: 4px;
		font-size: 15px;
		font-weight: bold;
		color: #ffffff;
	}
	.inline-act-on-frm input[type="text"], .inline-act-on-frm textarea{
	    font-size: 15px;
	    padding-left: 4px;
	    width: 100%;
	    max-width: none;
	    width: 100% ;
	    border: 1px solid #f0f0f0;
	    height: 34px;
	    border-radius: 2px;
	    max-width: none ;
	}

	.inline-act-on-frm textarea{
		height: 50px;
	}
	.inline-act-on-frm select {
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
		margin: 0;
		border: 1px solid #f0f0f0;
		border-radius: 2px;
		padding: 6px;
		font-size: 16px;
		background: #fff url(select-arrow.png) top right no-repeat;
		height: 34px;
		width: 100%;
		max-width: none;
	}
	.inline-act-on-frm .sbmtbtn{
	    width: 100% !important;
	    text-align: center !important;
	    padding: 10px 0 !important;
	    background: #41ad49;
	    border-radius: 4px;
	    display: block;
	    color: #fff;
	    font-size: 18px;
	    font-weight: 600;
	    text-decoration: none;
	    margin-top:10px;
	    border:0;
	}
	.inline-act-on-frm label.checkbox-label{
		display: inline-block !important;

	}

   .inline-act-on-frm label.error{
        font-size: 13px;
        font-weight: normal;
        padding-top:2px;
        color: #f60;
    }
    .inline-act-on-frm label span.req, .form-msg span.req{
        font-size: 18px;
        font-weight: normal;
        color: #ff0000;
    }

    .form-msg{
        position: absolute;
        top: 20px;
        left: 20px;
        color:#FF5713;
        padding-right: 60px;
        font-size: 28px;
        font-weight: bold;

    }
    .form-msg > span{
        font-size: 13px;
        display: block;
        color: rgba(255,255,255,0.6);
    }
    .closefrmbtn{
        position: absolute;
        top: 15px;
        right: 20px;
        width: 40px;
        height: 40px;
        background: rgba(255,255,255,0.95);
        font-size: 20px;
        line-height: 20px;
        text-align: center;
        cursor: pointer;
        border-radius: 4px;
        padding: 8px 10px 10px 10px;
    }
    .closefrmbtn span{
        text-align: center;
        display: block;
        font-size: 9px;
        font-weight: bold;
        position: absolute;
        bottom: 4px;
        right: 0px;
        text-transform: uppercase;
        font-family: arial;
        width: 100%;
        height: 14px;
    }

    .formNegCap
		{
		display:			none;
		}
