#AgentGetQuote{
  background-image: url(./ui/agent_quote_bg.png); 
  background-repeat: no-repeat; 
  height: 120px; 
  width: 200px;
  padding-top: 15px;
  text-align: center;
}

.quote_form{
  float:left;
  width: 50px;
  height: 50px;
}

.ins_icon{
  display:block;  
  width: 30px;
  height: 30px;
  margin-right: auto;
  margin-left: auto;

}

#AgentGetQuote h1{
  font-size: 16px;
  text-align: center;
  border: none;
  margin: 0px;
  padding: 0px;
  text-decoration: none;
  color: rgb(2, 104, 159);
}

#AgentGetQuote .quote_form h1{
  font-size: 13px;
  text-align: center;
  border: none;
  margin: 0px;
  padding: 0px;
}

#AgentGetQuote .quote_form h1 a, #AgentGetQuote .quote_form h1 a:hover, #AgentGetQuote .quote_form h1 a:visited, #AgentGetQuote .quote_form h1 a:active{
  text-decoration: none;
  color: rgb(2, 104, 159);
}