/* Submit Buttons */

.bluesubmit,
.redsubmit,
.greensubmit,
.greysubmit,
.goldsubmit {
    font-family: 'Trebuchet MS', Tahoma,  Arial, Helvetica, sans-serif;
    font-size: .8125rem;
	font-weight:bold;
	border-radius: 5px;
	padding: 2px 6px 3px 6px; 
    height: 24px;
	} 

.bluesubmit {
	color:#004467;
	border:1px solid #004467; 
	background:#d9ecf6; 
	background:-moz-linear-gradient(top, #d9ecf6 0%, #c0e1f3 49.9%, #abd5eb 50%, #75b5d6 100%); 
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #d9ecf6), color-stop(49.9%, #c0e1f3), color-stop(50%, #abd5eb), color-stop(100%, #75b5d6)); 
	background:-webkit-linear-gradient(top, #d9ecf6 0%, #c0e1f3 49.9%, #abd5eb 50%, #75b5d6 100%); 
	background:-ms-linear-gradient(top, #d9ecf6 0%, #c0e1f3 49.9%, #abd5eb 50%, #75b5d6 100%); 
	background:linear-gradient(top, #d9ecf6 0%, #c0e1f3 49.9%, #abd5eb 50%, #75b5d6 100%);
	} 
.bluesubmit:hover {
	color:#002e46;
	border:1px solid #002e46; 
	background:#b1d4e6; 
	background:-moz-linear-gradient(top, #b1d4e6 0%, #93bdd2 49.9%, #69a3c1 50%, #408db5 100%); 
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #b1d4e6), color-stop(49.9%, #93bdd2), color-stop(50%, #69a3c1), color-stop(100%, #408db5)); 
	background:-webkit-linear-gradient(top, #b1d4e6 0%, #93bdd2 49.9%, #69a3c1 50%, #408db5 100%);
	background:-ms-linear-gradient(top, #b1d4e6 0%, #93bdd2 49.9%, #69a3c1 50%, #408db5 100%); 
	background:linear-gradient(top, #b1d4e6 0%, #93bdd2 49.9%, #69a3c1 50%, #408db5 100%); 
	}
	
.redsubmit {
	color:#7a0300;
	border:1px solid #7a0300;
	padding: 3px 6px; 
	background:#ffd5d4; 
	background:-moz-linear-gradient(top, #ffd5d4 0%, #f8bab9 49.9%, #f39a98 50%, #ea9a97 100%); 
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffd5d4), color-stop(49.9%, #f8bab9), color-stop(50%, #f39a98), color-stop(100%, #ea9a97)); 
	background:-webkit-linear-gradient(top, #ffd5d4 0%, #f8bab9 49.9%, #f39a98 50%, #ea9a97 100%); 
	background:-ms-linear-gradient(top, #ffd5d4 0%, #f8bab9 49.9%, #f39a98 50%, #ea9a97 100%); 
	background:linear-gradient(top, #ffd5d4 0%, #f8bab9 49.9%, #f39a98 50%, #ea9a97 100%);
	} 
.redsubmit:hover {
	color:#530200;
	border:1px solid #530200; 
	background:#f4bcbb; 
	background:-moz-linear-gradient(top, #f4bcbb 0%, #eaa09e 49.9%, #e7807d 50%, #cc332e 100%); 
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #f4bcbb), color-stop(49.9%, #eaa09e), color-stop(50%, #e7807d), color-stop(100%, #cc332e)); 
	background:-webkit-linear-gradient(top, #f4bcbb 0%, #eaa09e 49.9%, #e7807d 50%, #cc332e 100%);
	background:-ms-linear-gradient(top, #f4bcbb 0%, #eaa09e 49.9%, #e7807d 50%, #cc332e 100%); 
	background:linear-gradient(top, #f4bcbb 0%, #eaa09e 49.9%, #e7807d 50%, #cc332e 100%); 
	}
	
.greensubmit {
	color:#0c3f25;
	border:1px solid #0c3f25; 
	padding: 3px 6px; 
	background:#ecf8e0; 
	background:-moz-linear-gradient(top, #ecf8e0 0%, #d2e0b2 49.9%, #c8daa7 50%, #a3c26e 100%); 
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #ecf8e0), color-stop(49.9%, #d2e0b2), color-stop(50%, #c8daa7), color-stop(100%, #a3c26e)); 
	background:-webkit-linear-gradient(top, #ecf8e0 0%, #d2e0b2 49.9%, #c8daa7 50%, #a3c26e 100%); 
	background:-ms-linear-gradient(top, #ecf8e0 0%, #d2e0b2 49.9%, #c8daa7 50%, #a3c26e 100%); 
	background:linear-gradient(top, #ecf8e0 0%, #d2e0b2 49.9%, #c8daa7 50%, #a3c26e 100%); 
	}
.greensubmit:hover{
	color:#052e1a;
	border:1px solid #052e1a; 
	background:#d2e6ad; 
	background:-moz-linear-gradient(top, #d2e6ad 0%, #cee5a2 49.9%, #bad984 50%, #71982d 100%); 
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #d2e6ad), color-stop(49.9%, #cee5a2), color-stop(50%, #bad984), color-stop(100%, #71982d)); 
	background:-webkit-linear-gradient(top, #d2e6ad 0%, #cee5a2 49.9%, #bad984 50%, #71982d 100%);
	background:-ms-linear-gradient(top, #d2e6ad 0%, #cee5a2 49.9%, #bad984 50%, #71982d 100%); 
	background:linear-gradient(top, #d2e6ad 0%, #cee5a2 49.9%, #bad984 50%, #71982d 100%); 
	}
	
.greysubmit {
	color:#111; 
	border:1px solid #3e4a57;
	padding: 3px 6px; 
	background:#d9e6f3; 
	background:-moz-linear-gradient(top, #d9e6f3 0%, #c6d3e0 49.9%, #afbece 50%, #9ca9b7 100%); 
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #d9e6f3), color-stop(49.9%, #c6d3e0), color-stop(50%, #afbece), color-stop(100%, #9ca9b7)); 
	background:-webkit-linear-gradient(top, #d9e6f3 0%, #c6d3e0 49.9%, #afbece 50%, #9ca9b7 100%); 
	background:-ms-linear-gradient(top, #d9e6f3 0%, #c6d3e0 49.9%, #afbece 50%, #9ca9b7 100%); 
	background:linear-gradient(top, #d9e6f3 0%, #c6d3e0 49.9%, #afbece 50%, #9ca9b7 100%);
	} 
.greysubmit:hover {
	 color:#000;
	 border:1px solid #212e3b; 
	 background:#b3cde6; 
	 background:-moz-linear-gradient(top, #b3cde6 0%, #9ab3cc 49.9%, #859db6 50%, #768da4 100%); 
	 background:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #b3cde6), color-stop(49.9%, #9ab3cc), color-stop(50%, #859db6), color-stop(100%, #768da4)); 
	 background:-webkit-linear-gradient(top, #b3cde6 0%, #9ab3cc 49.9%, #859db6 50%, #768da4 100%);
	 background:-ms-linear-gradient(top, #b3cde6 0%, #9ab3cc 49.9%, #859db6 50%, #768da4 100%); 
	 background:linear-gradient(top, #b3cde6 0%, #9ab3cc 49.9%, #859db6 50%, #768da4 100%); 
	}
	
.goldsubmit {
	color:#694e00;
	border:1px solid #694e00;
	padding: 3px 6px; 
	background:#faefcf; 
	background:-moz-linear-gradient(top, #faefcf 0%, #f2e0ab 49.9%, #efd588 50%, #eecb63 100%); 
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #faefcf), color-stop(49.9%, #f2e0ab), color-stop(50%, #efd588), color-stop(100%, #eecb63)); 
	background:-webkit-linear-gradient(top, #faefcf 0%, #f2e0ab 49.9%, #efd588 50%, #eecb63 100%); 
	background:-ms-linear-gradient(top, #faefcf 0%, #f2e0ab 49.9%, #efd588 50%, #eecb63 100%); 
	background:linear-gradient(top, #faefcf 0%, #f2e0ab 49.9%, #efd588 50%, #eecb63 100%);
	} 
.goldsubmit:hover {
	color:#433200;
	border:1px solid #433200; 
	background:#ebdfbd; 
	background:-moz-linear-gradient(top, #ebdfbd 0%, #e4d199 49.9%, #dec371 50%, #ddba53 100%); 
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #ebdfbd), color-stop(49.9%, #e4d199), color-stop(50%, #dec371), color-stop(100%, #ddba53)); 
	background:-webkit-linear-gradient(top, #ebdfbd 0%, #e4d199 49.9%, #dec371 50%, #ddba53 100%);
	background:-ms-linear-gradient(top, #ebdfbd 0%, #e4d199 49.9%, #dec371 50%, #ddba53 100%); 
    background:linear-gradient(top, #ebdfbd 0%, #e4d199 49.9%, #dec371 50%, #ddba53 100%); 
	}