.dropdown p {
	display: inline-block;
	font-weight: bold;
}

.dropdown select {

      border: 1px;  
	  border-style:solid;
border-color:#767676 ;
   
      background: url("img/dropdown_arrow.png") no-repeat;  /*Adds background-image*/
      background-position: 82px 7px;  /*Position of the background-image*/
      width: 300px; /*Width of select dropdown to give space for arrow image*/
      text-indent: 0.01px; /* Removes default arrow from firefox*/
      text-overflow: "";  /*Removes default arrow from firefox*/
font-size:14px;
      /*My custom style for fonts*/

      color: #1455a2;
}
.submit_style{

padding:12px 30px; 
 
font-family:Arial, sans-serif; 
font-size:1.2em;
text-transform:uppercase;
font-weight:bold;
color:#333;
cursor:pointer;}