.down_right
{
  height: auto;
  background: no-repeat scroll 0 0 rgba(0, 0, 0, 0);
  border-style: solid;
  border-width: 1px;
  padding-top: 40px;
}
#text_submit_btn
{
  border-style: none;
  font: bold 15px/18px "Segoe UI";
  background-color: #fff;
  color: #4499f7;
}
#text_submit_btn:hover
{
  cursor: pointer;
  text-decoration: underline;
}
input.download_btn
{
  background-image: url("../images/free_trial.png");
  width: 150px;
  height: 40px;
  position: relative;
  left: 100px;
}
input.download_btn:hover
{
  cursor: pointer;
}
form p.error
{
  color: #f00;
  font: normal 15px/18px "Segoe UI";
}
body p.success
{
  color: #008B00;
  font: bold 18px/18px "Segoe UI";
}