/* This imageless css button is based on the button that was generated initially by CSSButtonGenerator.com */
.buttonRow a {
  text-decoration: none;
  color:#000000;
}


span.normal_button:hover
{
	background: rgb(128, 128, 128);
}


.cssButton,.button_submit {

    box-shadow: none;
    color: #ffffff;
    display: inline-block;
    height: 45px;
    line-height: 45px;
    padding: 0 22px;
    text-transform: uppercase;
    font-size: 13px;
    border-radius: 3px;
	border: 0;
    font-size: 16px;
    margin-left: 20px;
    background: #F53737;
    height: 42px;
    line-height: 42px;
    text-transform: capitalize;
    

    max-width: 100%;
  
    cursor: pointer;

   
}
.cssButtonHover:hover,.button_submitHover:hover
{
	 box-shadow: none;
    color: #ffffff;
    display: inline-block;
    height: 45px;
    line-height: 45px;
    padding: 0 22px;
    text-transform: uppercase;
    font-size: 13px;
    border-radius: 3px;
	border: 0;
    font-size: 16px;
    margin-left: 20px;
   background: #3E444A;
    height: 42px;
    line-height: 42px;
    text-transform: capitalize;
    

    max-width: 100%;
  
    cursor: pointer;
}