/* This imageless css button is based on the button that was generated initially by CSSButtonGenerator.com */
.buttonRow a {
  text-decoration: none;
  color:#000000;
}
.button, input.button {

       width: 100%;
    max-width: 100%;
  
    display: inline-block;
    cursor: pointer;
    color: #ffffff;

    font-size: 15px;
    font-weight: bold;
    padding: 6px 24px;
    text-decoration: none;
    text-shadow: 0px 1px 0px #f12a43;
    height: auto;
    width: 100%;
    background: #f12a43;
	border: none;
    margin: 0 auto;
	text-align:center;
	    line-height: 28px;
		border-radius: 4px;
    }
input.submit_button {
   width: 100%;
    max-width: 100%;
  
    display: inline-block;
    cursor: pointer;
    color: #ffffff;

    font-size: 15px;
    font-weight: bold;
    padding: 6px 24px;
    text-decoration: none;
    text-shadow: 0px 1px 0px #f12a43;
    height: auto;
    width: 100%;
    background: #f12a43;
	border: none;
    margin: 0 auto;
	text-align:center;
	    line-height: 28px;
	border-radius: 4px;	
	}
input.submit_button:hover, input.cssButtonHover {
 width: 100%;
    max-width: 100%;
  
    display: inline-block;
    cursor: pointer;
    color: #ffffff;

    font-size: 15px;
    font-weight: bold;
    padding: 6px 24px;
    text-decoration: none;
    text-shadow: 0px 1px 0px #f12a43;
    height: auto;
    width: 100%;
    background: #f12a43;
	border: none;
    margin: 0 auto;
	text-align:center;
	    line-height: 28px;
		border-radius: 4px;
}
span.normal_button {
 

    max-width: 100%;
  
    display: inline-block;
    cursor: pointer;
    color: #ffffff;

    font-size: 15px;
    font-weight: bold;
    padding: 6px 24px;
    text-decoration: none;
    text-shadow: 0px 1px 0px #f12a43;
    height: auto;
    width: 100%;
    background: #f12a43;
	border: none;
    margin: 0 auto;
	text-align:center;
	    line-height: 28px;
		border-radius: 4px;
}
span.normal_button:hover
{
	background: #f12a43;
}