/* 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 {
 

    max-width: 100%;
  
    display: inline-block;
    cursor: pointer;
    color: #ffffff;

    font-size: 15px;
    font-weight: bold;
    padding: 6px 34px;
    text-decoration: none;
    text-shadow: 0px 1px 0px #000;
    height: auto;
    width: auto;
    background:#ffa927;
	border: none;
    margin: 0 auto;
	text-align:center;
	    line-height: 28px;
		       border-radius: 0px;
}
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: #ffa927;
    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;
}