
.divform {
    display: table;
    border-collapse: collapse
	margin:0;
}

.astrick {color:#FF0004 }
.noWrap {white-space: nowrap; display:inline}

.divform .r {
    display: table-row
}

.divform .c {
    display: table-cell;
    padding: 3px 0px;
    vertical-align: middle;
	font-size:13px
}
.divform .d {
	max-width:300px;
   margin: 11px auto;
	font-size:13px
}


 .divform input[type="text"],  .divform select,  .divform label {
    height: 28px
}

 .divform input[type="text"],  .divform select,  .divform textarea, label,  .divform input[type="submit"] {
    margin: 0 5px
}
.c.frwd textarea { margin-top:8px }
 .divform input[type="text"],  .divform select,  .divform textarea {
    padding: 5px;
    width: 96%;
    border: 1px solid #ccc;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    border-radius: 4px
}

 .divform input[type="submit"] {
    margin-top: 15px;
    background-color: #f5f5f5;
    color: #444;
    border: 1px solid rgba(0, 0, 0, .1);
    padding: 5px;
    font-weight: bold;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
    border-radius: 4px;
    background-color: #f5f5f5;
    background-image: -moz-linear-gradient(top, #fff, #e6e6e6);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#e6e6e6));
    background-image: -webkit-linear-gradient(top, #fff, #e6e6e6);
    background-image: -o-linear-gradient(top, #fff, #e6e6e6);
    background-image: linear-gradient(to bottom, #fff, #e6e6e6);
    background-repeat: repeat-x
}

 .divform input[type="radio"],  .divform input[type="checkbox"] {
    margin: 0 0 0 2%;
    padding: 0;
    vertical-align: middle
}

 .divform input[type="text"],  .divform select,  .divform textarea, .divform, .divform .r, .divform .c,
form {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box
}


@media only screen and (min-width:480px) and (max-width:1624px) {
    .divform {
        font: 13px/17px Arial, Helvetica, sans-serif
    }

    .divform .r, .divform .c {
        display: block
    }

    .divform .r {
        clear: both
    }

    .divform .c {
        width: 50%;
        float: left;
        padding-left: 10px;
        padding-right: 10px
    }
	
	    .divform .d {
       
        display:inline;
        padding-left: 10px;
        padding-right: 10px;
		margin:0 
    }
	.divform .e {
       
        display:inline;
        padding-left: 10px;
        padding-right: 10px
    }
	

		.divform .e input, 	.divform .d input { display:inline; width:11%}

    .divform .c:nth-child(2n+3) {
        clear: left
    }

     .divform label, .fheading, input[type="submit"] {
        margin-left: 0;
        text-indent: 0
    }

    .divform  input[type="submit"] {
        padding-left: 20px;
        padding-right: 20px
    }

     .divform textarea,  .divform input[type="text"],  .divform select {
        width: 100%;
        margin: 0
    }

    .divform  input[type="radio"],  .divform input[type="checkbox"] {
        margin: 0 5px;
        padding: 0;
        vertical-align: middle
    }

    .ver2 .c {
        width: 35%
    }

    .ver2 .c:nth-child(2n+2) {
        width: 65%
    }

    .c.frwd {
        width: 100%
    }

    .c.frwd textarea, .c.frwd input[type="text"], .c.frwd select {
        width: 100%
    }

    .ver2 .frwd.c:nth-child(2n+2) {
        width: 100%
    }
}

@media only screen and (max-width:480px) {
	.main {  margin:0 !important; padding:0 }

	


     .divform label, .fheading,  .divform input[type="submit"] {
        margin: 0;
        text-indent: 0
    }

    .divform, .divform .r, .divform .c {
        display: block
    }

    .divform .r {
        clear: both
    }

     .divform input[type="text"],  .divform select,  .divform textarea {
        width: 100%;
        margin: 0
    }

     .divform input[type="radio"],  .divform input[type="checkbox"] {
        margin: 0 2%
    }

    .divform  input[type="submit"] {
        width: 100%;
        margin-top: 20px
    }
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    .divform select {
        text-indent: 5px;
        line-height: 24px
    }
}


