body.entry #form_contact_main dd p {
    display: inline-block;
    margin: 0 10px;
}
body.entry #form_contact_main dt,
body.entry #form_contact_main dd{
	padding-top: 15px;
	padding-bottom: 15px;
}

body.entry input[type="file"]{
	border: none;
}

#submit_button input{
  border: solid 1px #007FFF !important;
  background-color: #007FFF;
  color: #fff;
}
#submit_button input:hover{
  background-color: #fff !important;
  color: #007FFF !important;
}


p.entry_info {
    padding: 30px;
    border: 1.5px solid #FF0000;
    color: #FF0000;
    font-weight: bold;
    margin-bottom: 30px;
}
p.entry_info a{
  color: #007FFF;
  text-decoration: underline;
}
p.entry_info a:hover{
  text-decoration: none;
}