@media print{
    /*styles here*/
	.one-fourth{display:none;}
	.header-container{display:none;}
	.grid-row{margin-top:0px;}
	.divider20{display:none;}
	.content-inner{margin-top:2px;}
	.divider40{display:none;}
	.light{display:none;}
	.table {border:none;}

	table tbody td {
        padding: 5px 10px;
        border-right: 0px solid #f0f0f0;
        border-bottom: 0px solid #f0f0f0;
		 border-left: 0px solid #f0f0f0;
		  border-top: 0px solid #f0f0f0;
        color: #000000;
		}
		 table tbody tr td:first-child {
        border-left: 0px solid #f0f0f0;
    }
	
}

.headercar{ text-align:center}
.form-style-4 input[type=submit],
.form-style-4 input[type=button],
.form-style-4 input[type=text],
.form-style-4 input[type=email],
.form-style-4 textarea,
.form-style-4 label
{
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 16px;
    color: #000;

}
.form-style-4 label {
    display:block;
    margin-bottom: 10px;
}
.form-style-4 label > span{
    display: inline-block;
    float: left;
	font-size:12px;
   
}
.form-style-4 input[type=text],
.form-style-4 input[type=email] 
.form-style-4 input[type=month] 

{
    background: transparent;
    border: none;
    border-bottom: 1px dashed #83A4C5;
    width: 275px;
    outline: none;
    padding: 0px 0px 0px 0px;
	text-transform:uppercase;
  
}
.form-style-4 input[type=textadd] 

{
    background: transparent;
    border: none;
    border-bottom: 1px dashed #83A4C5;
	width:100%;
   
    outline: none;
    padding: 0px 0px 0px 0px;
	text-transform:uppercase;
  
}
.form-style-4 input[type=text150] 

{
    background: transparent;
    border: none;
    border-bottom: 1px dashed #83A4C5;
	width:150px;
   
    outline: none;
    padding: 0px 0px 0px 0px;
	text-transform:uppercase;
  
}
.form-style-4 input[type=textmobile] 

{
    background: transparent;
    border: none;
    border-bottom: 1px dashed #83A4C5;
	width:100px;
   
    outline: none;
    padding: 0px 0px 0px 0px;
	text-transform:uppercase;
  
}


.form-style-4 input[type=texttt] 

{
    background: transparent;
    border: none;
    border-bottom: 1px dashed #83A4C5;
	width:80px;
   
    outline: none;
    padding: 0px 0px 0px 0px;
	text-transform:uppercase;
  
}

.form-style-4 input[type=texthind] 

{
    background: transparent;
    border: none;
    border-bottom: 1px dashed #83A4C5;
    width: 275px;
    outline: none;
    padding: 0px 0px 0px 0px;
	font-family:"Kruti Dev";
  
}
.form-style-4 input[type=monthh] 

{
    background: transparent;
    border: none;
    border-bottom: 1px dashed #83A4C5;
    width: 80px;
    outline: none;
    padding: 0px 0px 0px 0px;
   
}

.form-style-4 input[type=textage] 

{
    background: transparent;
    border: none;
    border-bottom: 1px dashed #83A4C5;
    width: 20px;
    outline: none;
    padding: 0px 0px 0px 0px;
   
}

.form-style-4 input[type=rup] 

{
    background: transparent;
    border: none;
    border-bottom: 1px dashed #83A4C5;
    width: 90px;
    outline: none;
    padding: 0px 0px 0px 0px;
  
}

.form-style-4 textarea{
    font-style: italic;
    padding: 0px 0px 0px 0px;
    background: transparent;
    outline: none;
    border: none;
    border-bottom: 1px dashed #83A4C5;
    width: 275px;
    overflow: hidden;
    resize:none;
    height:20px;
}

.form-style-4 textarea:focus, 
.form-style-4 input[type=text]:focus,
.form-style-4 input[type=email]:focus,
.form-style-4 input[type=email] :focus
{
    border-bottom: 1px dashed #D9FFA9;
}

.form-style-4 input[type=submit],
.form-style-4 input[type=button]{
    background: #dc3536;
    border: none;
    padding: 8px 10px 8px 10px;
    border-radius: 5px;
    color: #ffffff;
}
.form-style-4 input[type=submit]:hover,
.form-style-4 input[type=button]:hover{
background: #394D61;
}

@media only screen and (min-width: 100px) {
    .headercar {
	display:none;
    }
}