/********* Book Blue 2 **********/
.form-submit-button-book_blue2 {
cursor: pointer;
-moz-border-radius: .2em;
-webkit-border-radius: .2em;
border-radius: .2em;
padding: 12px 0px;
width:240px;
color:rgb(234,243,231);
letter-spacing: 0.05em;
font-family: 'apercuregular' !important;
font-size: 12px;
text-transform:uppercase;
margin: 0 auto;
font-weight: 600;
text-shadow: #BC9C69;
border: #5C4C3F;
-moz-box-shadow: inset 0px 0px 0px 1px rgba(147, 187, 255, 0.30), 0px 2px 2px 0px rgba(0, 0, 0, 0.30);
background: #5C4C3F;
background: -moz-linear-gradient(top, #5277c8 0%, #305096 100%);
background: linear-gradient(top, #5277c8 0%, #305096 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5277c8', endColorstr='#305096', GradientType=0 );
}


.form-submit-button-book_blue2:active{
	
	color: #5C4C3F41AD49 !important;
	border:1px solid #3d4f8b !important;
    position: relative;
	top: 1px;
    background: #4668af; /* old browsers */
    background: -moz-linear-gradient(top, #4668af 0%, #6f93e1 100%); /* firefox */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4668af), color-stop(100%,#6f93e1)); /* webkit */
	background: linear-gradient(top, #4668af 0%, #6f93e1 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4668af', endColorstr='#6f93e1', GradientType=0 ); /* ie */
	
	-moz-box-shadow:inset 0px 0px 0px 1px rgba(147, 187, 255, 0.30), 0px 1px 1px 0px rgba(0, 0, 0, 0.30);
	-webkit-box-shadow:inset 0px 0px 0px 1px rgba(147, 187, 255, 0.30), 0px 1px 1px 0px rgba(0, 0, 0, 0.30);
	box-shadow:inset 0px 0px 0px 1px rgba(147, 187, 255, 0.30), 0px 1px 1px 0px rgba(0, 0, 0, 0.30);
}