﻿  table {
        width: 100%;
        
    }
    th {
        text-align: left;
        padding: 8px;
        font-weight:bold;
        font-size:16px;
    }
    td {
        text-align: left;
        padding: 8px;
    }
 
.loan-form{
	border: 1px solid #008cba !important;
    border-radius: 4px !important;
    box-sizing: border-box !important;
    display: inline-block !important;
    font-size: 13px;
    margin: 8px 0 !important;
    padding: 8px 12px !important;
    width: 100%;

	
	
	}  
    
    input[type=text] {
   /* width: 100%;*/
    padding: 12px;
    background: #f7f7f7 none repeat scroll 0 0 !important;
    display: inline-block;
   
    box-sizing: border-box;
	font-size:14px;
}
input[type=text]:hover,focus{
    
}
select {
    width: 100%;
    padding: 5px 0px;
    border: none;
    display: inline-block;
    border: 1px solid #ccc;
    margin: 8px 0;
    border-radius: 4px;
    cursor: pointer;
    border-color: #008CBA;
}
select:hover,focus{
   
}

input[type=submit] {
    width: 95%;
    background-color: #050567;
    color: white;
    padding: 10px 20px;
    margin: 8px 0;
    border: none;
    border-radius: 4px;
    cursor:pointer;
    font-weight:bold;
    font-size:18px;
}
input[type=submit]:hover
{
    border-color: #050567;
}

.btn{
    background-color: #008CBA;
    color: white;
    padding: 14px 20px;
    margin: 8px 0;
    border: none;
    cursor:pointer;
    font-weight:bold;
    border-radius: 4px;
    font-size:18px;
}

.btn:hover{
    background-color: #050567;
}
input[type=submit]:hover {
    background-color: #050567;
}



/*fieldset{
    background-color: white;
    width:30%;
    box-shadow: 3px 3px 5px #888888;
}*/

legend{
    font-weight:bold;
    font-size:18px;
}

ul.importent_link li a{
    background-color:none !important;
    cursor: pointer;
	
	}


    input[type=radio] {

    width: 1.5em;

    height: 1.5em;
    display: inline-block;

    border: 1px solid #008CBA;
    background-color:#008CBA;

    border-radius: 50%;

    margin: 0 0.5em;
    cursor:pointer;

}
input[type=radio]:hover,focus{
    border: 1px solid green;   
}
textarea{
    padding: 12px 20px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #008CBA;
    border-radius: 4px;
    box-sizing: border-box;
}
textarea:hover,focus{
      
}
h2
{
    color:#fa9230;
}

