body {  font: 14px 'Montserrat', Arial, sans-serif !imortant;}
.BlackHead
{

  color: #000000;
  font-size:20px;
  font-weight:bold;
  margin:10px;
  text-decoration:none;  
}
.OrngHead
{
font-family:calibri;
  color: #ee5b22;
  font-size:18px;
  font-weight:bold;
  margin:10px;
  text-decoration:none;  
}

.mobileform{ background-color:#f2f2f2;height:50px;padding-top:10px;padding-left:20px;}

.mobileformdata{display:none;position:relative;z-index:10;width:100%;background-color:#ffffff;}


textarea {
  height: auto;
}

td, th {padding:5px;}

textarea,select,
input[type="text"],
input[type="password"]{
height: 30px;
border-radius:5px;
  background-color: #FFF;
  border: 1px solid #aeaed3;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border linear .2s, box-shadow linear .2s;
  -moz-transition: border linear .2s, box-shadow linear .2s;
  -o-transition: border linear .2s, box-shadow linear .2s;
  transition: border linear .2s, box-shadow linear .2s;

}



textarea:focus,
select:focus,
input[type="text"]:focus {
  border-color: rgba(82, 168, 236, 0.8);
  outline: 0;
  
  outline: thin dotted \9;
  /* IE6-9 */

  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
}

#yellow
{

cursor:default;

background:url('autoinsurance/images/line.gif') repeat-x #476aab;
background-position:bottom;
}

#row
{

cursor:default;

background:url('autoinsurance/images/line.gif') repeat-x;
background-position:bottom;
}
#row:hover
{

 cursor:default;

}
#Orow
{

 cursor:default;

background:url('autoinsurance/images/line2.gif') repeat-x;
background-position:bottom;
}
#Orow:hover
{
 cursor:default;
background-color:#fffae2;
}

.WHead
{
 
  color: #FFF;
  font-size:16px;
  font-weight:bold;
  
  text-decoration:none;  
}
#bar2
{
padding:3px 12px;
background:url('autoinsurance/images/drop2.gif') repeat-x #698ac6;
border-radius:6px;
-moz-border-radius:6px;
-o-border-radius:6px;
-khtml-border-radius:6px;
}

#bar
{
padding:3px 12px;
background:url('autoinsurance/images/drop.gif') repeat-x;
border-radius:6px;
-moz-border-radius:6px;
-o-border-radius:6px;
-khtml-border-radius:6px;
}
#bar1
{
padding:3px 12px;

border-radius:6px;
-moz-border-radius:6px;
-o-border-radius:6px;
-khtml-border-radius:6px;
}
.BlueHead
{

  color: #646392;
  font-size:13px;
  font-weight:bold;
  
  text-decoration:none;  
}
.Title
{
 
 text-align: left;
}
.Text
{
 
 
}

.smalltext
{
  
  color: #7e7e7e;
  font-size:12px;
  text-decoration:none;  
}


.BText
{
  
  color: #6264a8;
  font-size:14px;
  text-decoration:none;  
}

.Button
{
  background-color:#006393;
  padding:4px 20px 4px 20px;
  color:#FFFFFF;
  font-family:Arial;
  font-size:15px;
  border-radius:5px;
}