/* ================= Form Buttons Styles ================= */
.a-padding-none {
    padding: 0 !important;
}

.checkout-btn {
	box-sizing: border-box;
  font-size: 1.15em;
  height: auto;
  margin: 20px 0;
  width: 100%;
}
.emphasized-copy {
    font-weight: 700;
}
.btn {
    background-image: linear-gradient(to bottom, #2972C8 0px, #0A42A4 100%);
    background-repeat: repeat-x;
    border: 1px solid #003399;
    color: #FFF;
		text-decoration:none;
}
.btn {
    -moz-user-select: none;
    border-radius: 4px;
    cursor: pointer;
    display: inline-block;
    line-height: 1.5;
    padding: 8px 12px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
}

.btn:hover {
    background-image: linear-gradient(to bottom, #2166BF 0px, #003399 100%);
		text-decoration:none;
}

.a-button {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #bcc1c8 #bababa #adb2bb;
    border-image: none;
    border-radius: 3px;
    border-style: solid;
    border-width: 1px;
    cursor: pointer;
    display: inline-block;
    /*height: 31px;*/
    max-width: 100%;
    overflow: hidden;
    padding: 0;
    text-align: center;
    text-decoration: none !important;
    vertical-align: middle;
}
.a-button.a-span1, .a-button.a-span2, .a-button.a-span3, .a-button.a-span4, .a-button.a-span5, .a-button.a-span6, .a-button.a-span7, .a-button.a-span8, .a-button.a-span9, .a-button.a-span10, .a-button.a-span11, .a-button.a-span12 {
    float: none;
    margin-right: 0;
}
.a-button i.a-icon-menu {
    left: 50%;
    margin-left: -6px;
    margin-top: -6px;
    position: absolute;
    top: 50%;
}
.a-button:hover i.a-icon-menu {
    opacity: 0.75;
}
.a-button .a-button-text, .a-button .a-button-input {
    background-color: transparent;
    border: 0 none;
    color: #fff;
    display: block;
    font-family:Arial, Helvetica, sans-serif;
    font-size: 14px;
    height: 100%;
    line-height: 29px;
    margin: 0;
    outline: 0 none;
    padding: 0 10px 0 11px;
    text-align: center;
    white-space: nowrap;
    width: 100%;
}
.a-button .a-button-inner {
    border-radius: 3px;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.6) inset;
    height: 35px;
    overflow: hidden;
    position: relative;
}
.a-button .a-button-input {
    height: 100%;
    left: 0;
    position: absolute;
    text-indent: -9999px !important;
    width: 100%;
    z-index: 200;
}
.a-button-span1 {
    width: 8% !important;
}
.a-button-span2 {
    width: 17% !important;
}
.a-button-span3 {
    width: 25% !important;
}
.a-button-span4 {
    width: 33% !important;
}
.a-button-span5 {
    width: 42% !important;
}
.a-button-span6 {
    width: 50% !important;
}
.a-button-span7 {
    width: 58% !important;
}
.a-button-span8 {
    width: 67% !important;
}
.a-button-span9 {
    width: 75% !important;
}
.a-button-span10 {
    width: 83% !important;
}
.a-button-span11 {
    width: 92% !important;
}
.a-button-span12 {
    width: 100% !important;
}
.a-button + .a-button {
    margin-left: 0.385em;
}
.a-button a, .a-button:hover a {
    color: #111;
    text-decoration: none !important;
}
.a-button.a-button-image {
    height: auto;
}
.a-button.a-button-image .a-button-inner {
    height: auto;
    line-height: 0;
    padding: 6px;
}
.a-button.a-button-small, .a-button.a-button-small .a-button-inner {
    height: 22px;
}
.a-button.a-button-small .a-button-text, .a-button.a-button-small .a-button-inner .a-button-text {
    font-size: 11px;
    height: 20px;
    line-height: 20px;
    padding: 0 6px 0 7px;
}
.a-button-dropdown .a-button-text {
    overflow: hidden;
    padding-right: 24px;
    position: relative;
    text-align: left;
    text-overflow: ellipsis;
    z-index: 100;
}
.a-button-dropdown.a-button-small .a-button-text {
    padding-right: 20px;
}
.a-button-dropdown label {
    display: inline;
    font-weight: normal;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0.385em;
}
.a-button-dropdown label:after {
    content: ":";
}
.a-button-dropdown:hover label {
    cursor: pointer;
}
.a-button-icon .a-button-text {
    position: relative;
    z-index: 100;
}
.a-button-icon .a-button-text {
    padding-left: 35px;
}
.a-button.a-button-stretch {
    width: 100%;
}
.a-button-supplemental .a-button-text {
    padding-right: 22px;
    text-align: left;
    z-index: 100;
}
.a-button-supplemental .a-icon.a-icon-supplemental {
    margin-top: -6px;
    position: absolute;
    right: 9px;
    top: 50%;
}
span.a-button-inner {
    display: block;
}
.a-button-beside-text {
    margin-top: -3px;
}
@-moz-document url-prefix("") {
.a-button .a-button-text {
    line-height: 29px;
}
.a-button.a-button-small .a-button-text {
    line-height: 21px;
}
}
.a-button-text img {
    min-width: 5px;
}
.a-button {
    background: none repeat scroll 0 0 #d8dde6;
}
.a-button:hover {
    border-color: #aeb4bd #adadad #9fa5af;
}
.a-button:active, .a-button.a-touch-press {
    border-color: #adb2bb #bababa #bababa;
}
.a-button:focus, .a-button.a-button-focus {
    border-color: #e47911;
    box-shadow: 0 0 3px rgba(228, 121, 17, 0.5);
    outline: 0 none;
}
.a-button.a-button-pressed, .a-button.a-button-pressed:hover {
    border-color: #adb2bb #bababa #bababa;
}
.a-button.a-button-pressed .a-button-inner, .a-button.a-button-pressed:hover .a-button-inner {
    background-color: #dcdfe3;
    background-image: none;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2) inset;
    filter: none;
}
.a-button.a-button-error {
    border-color: #d00;
}
.a-button .a-button-inner {
    background: -moz-linear-gradient(center top , #f7f8fa, #e7e9ec) repeat scroll 0 0 rgba(0, 0, 0, 0);
}
.a-button:hover .a-button-inner {
    background: -moz-linear-gradient(center top , #e7eaf0, #d9dce1) repeat scroll 0 0 rgba(0, 0, 0, 0);
}
.a-button:active .a-button-inner, .a-button.a-touch-press .a-button-inner {
    background-color: #0A42A4;
    background-image: none;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2) inset;
    filter: none;
}
.a-button:active .a-button-inner, .a-button.a-touch-press .a-button-inner {
    background-color: #dcdfe3;
}
.a-button-disabled {
    background: none repeat scroll 0 0 #f7f8fa !important;
    border-color: #e0e0e0 !important;
    cursor: default !important;
    filter: none !important;
}
.a-button-disabled:hover, .a-button-disabled:active, .a-button-disabled:focus, .a-button-disabled.a-touch-press {
    border-color: #e0e0e0 !important;
}
.a-button-disabled .a-button-text {
    color: #b7b7b7 !important;
    cursor: default !important;
    font-weight: normal;
    text-shadow: none !important;
}
.a-button-disabled .a-button-inner {
    background-color: #f7f8fa !important;
    background-image: none !important;
    box-shadow: none !important;
    filter: none !important;
}
.a-button-disabled:active .a-button-inner, .a-button-disabled:focus .a-button-inner, .a-button-disabled.a-touch-press .a-button-inner, .a-button-disabled:hover .a-button-inner {
    background-color: #f7f8fa !important;
    background-image: none !important;
    box-shadow: none !important;
    filter: none !important;
}
.a-button-primary {
    background: none repeat scroll 0 0 #0A42A4;
    border-color: #0A42A4 #0A42A4 #073176; /* top, sides, bottom */
}
.a-button-primary:hover {
		background: none repeat scroll 0 0 #003399;
    border-color: #003399 #003399 #00287D;
}
.a-button-primary:active, .a-button-primary.a-touch-press {
    border-color: #003399 #003399 #00287D;
}
.a-button-primary.a-button-pressed, .a-button-primary.a-button-pressed:hover {
    border-color: #003399 #003399 #00287D;
}
.a-button-primary.a-button-pressed .a-button-inner, .a-button-primary.a-button-pressed:hover .a-button-inner {
    background-color: #f0c14b;
    background-image: none;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2) inset;
}
.a-button-primary.a-button-disabled {
    background-color: #f9f3e5 !important;
    border-color: #e8e0cd !important;
}
.a-button-primary.a-button-disabled .a-button-inner {
    background-color: #f9f3e5 !important;
    filter: none;
}
.a-button-primary .a-button-inner {
    background: -moz-linear-gradient(center top , #2972C8, #0A42A4) repeat scroll 0 0 rgba(0, 0, 0, 0);
}
.a-button-primary:hover .a-button-inner {
    background: -moz-linear-gradient(center top , #2166BF, #003399) repeat scroll 0 0 rgba(0, 0, 0, 0);
}
.a-button-primary:active .a-button-inner, .a-button-primary.a-touch-press .a-button-inner {
    background-color: #003399;
    background-image: none;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2) inset;
    filter: none;
}
.a-button-primary .a-button-inner {
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.4) inset;
}
.a-button-dark .a-button-text, .a-button-search .a-button-text {
    color: white;
    font-weight: bold;
}
.a-button-dark, .a-button-search {
    background: none repeat scroll 0 0 #444c55;
    border-color: #3d444c #2f353b #2c3137;
    color: white;
}
.a-button-dark:hover, .a-button-dark:focus, .a-button-dark.a-button-focus, .a-button-search:hover, .a-button-search:focus, .a-button-search.a-button-focus {
    border-color: #32373e #24282d #212429;
}
.a-button-dark:active, .a-button-dark.a-touch-press, .a-button-search:active, .a-button-search.a-touch-press {
    border-color: #2c3137 #2f353b #2f353b;
}
.a-button-dark .a-button-inner, .a-button-search .a-button-inner {
    background: -moz-linear-gradient(center top , #72787f, #444c55) repeat scroll 0 0 rgba(0, 0, 0, 0);
}
.a-button-dark:hover .a-button-inner, .a-button-search:hover .a-button-inner {
    background: -moz-linear-gradient(center top , #666b72, #393f47) repeat scroll 0 0 rgba(0, 0, 0, 0);
}
.a-button-dark:active .a-button-inner, .a-button-dark.a-touch-press .a-button-inner, .a-button-search:active .a-button-inner, .a-button-search.a-touch-press .a-button-inner {
    background-color: #444c55;
    background-image: none;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2) inset;
    filter: none;
}
.a-button-dark .a-button-inner, .a-button-search .a-button-inner {
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.15) inset;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
button, input[type="button"], input[type="reset"], input[type="submit"] {
    cursor: pointer;
}


/* ================= Buttons Link Styles ================= */


a.quoteLink{
	font-size:13px;
	color: #003399;
	text-decoration:underline;
	font-weight:bold;
	line-height:20px;
}
a.quoteLink:hover{
	font-size:13px;
	color:#CC3300;
	text-decoration:underline;
	font-weight:bold;
}

/* ================= Dialog Box Buttons ================= */
.ui-dialog button.buttonsubmit {
	-moz-border-radius: 4px;
  	-webkit-border-radius: 4px;  
  	border-radius: 4px;
	font-family: arial,verdana,sans-serif;	
	background-color: #dedede;
	background: -moz-linear-gradient(top, #ffffff, #eaeaea);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.0, #ffffff), color-stop(1.0, #eaeaea));
	border: 1px solid #dedede;
	color: #484848;
	font-size:14px;
	text-decoration:none;
	font-weight: bold;
	padding: 4px 8px;
	cursor: pointer;
}	
.ui-dialog button.buttonsubmit:hover{
	-moz-border-radius: 4px;
  	-webkit-border-radius: 4px;  
  	border-radius: 4px;
	font-family: arial,verdana,sans-serif;	
	background: #003399;
	background:-moz-linear-gradient(top,#2A74C9 0%,#039);
	background:-webkit-gradient(linear,left top,left bottom,from(#2A74C9),to(#039));
	border:1px solid  #036;
	text-decoration:none;
	color: #FFF;
	font-size:14px;
	font-weight: bold;
	padding: 4px 8px;
	cursor: pointer;
}


/* ================= Add To Cart Button ================= */
.add-btn{
	font-family: Cabin;
	font-size:15px;
	color:#fff;
	text-align:center;
	background:#C70724;
	padding:10px 20px;
	border:none;
	cursor:pointer;
}
.add-btn:hover{
	color:#fff;
	background:#940000;
	border:none;
	cursor:pointer;
}


.general-btn.light-grey{
	font-family: Cabin;
	color:#000;
	text-align:center;
	background:#E3E3E3;
	border:1px solid #CAC9C9;
	cursor:pointer;
}
.general-btn.light-grey:hover{
	color:#000;
	background:#CAC9C9;
	border:1px solid #CAC9C9;
	cursor:pointer;
}

.general-btn.small{
	font-size:10px;
	padding:2px 4px;
}
.general-btn.medium{
	font-size:12px;
	padding:5px 10px;
	line-height:19px;
}
.general-btn.large{
	font-size:15px;
	padding:10px 20px;
}

.button, a.button{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;	
	color:#003399;
	text-align:center;
	padding:5px 9px;	
	cursor:pointer;
	background: #dedede;
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#eaeaea));
	background: -webkit-linear-gradient(#ffffff, #eaeaea);
	background: -moz-linear-gradient(top, #ffffff, #eaeaea);
	background: -ms-linear-gradient(#ffffff, #eaeaea);
	background: -o-linear-gradient(#ffffff, #eaeaea);
	background: linear-gradient(#ffffff, #eaeaea);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eaeaea');
	border: 1px solid #dedede;
	-moz-border-radius: 4px;
  	-webkit-border-radius: 4px;  
  	border-radius: 4px;
	text-decoration:none;
	
}
.button:hover, a.button:hover{
	color:#fff;	
	cursor:pointer;
	background: #003399;
	background: -webkit-gradient(linear, left top, left bottom, from(#2A74C9), to(#003399));
	background: -webkit-linear-gradient(#2A74C9, #003399);
	background: -moz-linear-gradient(top, #2A74C9, #003399);
	background: -ms-linear-gradient(#2A74C9, #003399);
	background: -o-linear-gradient(#2A74C9, #003399);
	background: linear-gradient(#2A74C9, #003399);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2A74C9', endColorstr='#003399');
	border:1px solid  #003366;
	-moz-border-radius: 4px;
  	-webkit-border-radius: 4px;  
  	border-radius: 4px;
}
a.button{
	height:26px;
	display:inline-block;
	padding:1px 12px 1px 12px;
}


/* Buttons -Flat
====================================*/

.button-flat,
button.button-flat {
	font-family:Arial, Helvetica, sans-serif;
	padding: 5px 14px 5px 14px;
	display: inline-block;
	text-decoration:none;
	font-weight: 500;
	outline: none;
	font-size: 13px;
	cursor: pointer;
	width: auto;
	border-radius: 2px;
	box-shadow: inset 0px -1px 0px 0px rgba(0,0,0, 0.2);	
}
.button-flat i { margin: 0 2px 0 -1px; height: 14px; }
.button-flat i.halflings { margin: 2px 0px 0 -1px; }

.button-flat.medium {padding: 9px 18px; font-size: 14px;}
.button-flat.base {padding: 6px 12px; font-size: 14px;}
.button-flat.small {padding: 4px 8px; font-size: 12px;}
.button-flat.extra-small {padding: 3px 4px 1px 4px; font-size: 11px}




.button-flat.gray {
	color:#FFF; 
	border-radius:3px;
	background: #dedede;
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#eaeaea));
	background: -webkit-linear-gradient(#ffffff, #eaeaea);
	background: -moz-linear-gradient(top, #ffffff, #eaeaea);
	background: -ms-linear-gradient(#ffffff, #eaeaea);
	background: -o-linear-gradient(#ffffff, #eaeaea);
	background: linear-gradient(#ffffff, #eaeaea);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eaeaea');
	border: 1px solid #dedede;
	color: #484848;
	box-shadow:none;
}

.button-flat.gray:hover {
	border-radius:3px; 
	text-decoration:none;	
	background: #003399;
	background: -webkit-gradient(linear, left top, left bottom, from(#2A74C9), to(#003399));
	background: -webkit-linear-gradient(#2A74C9, #003399);
	background: -moz-linear-gradient(top, #2A74C9, #003399);
	background: -ms-linear-gradient(#2A74C9, #003399);
	background: -o-linear-gradient(#2A74C9, #003399);
	background: linear-gradient(#2A74C9, #003399);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2A74C9', endColorstr='#003399');
	border:1px solid  #003366;
	color: #FFF;
	box-shadow:none;
}

.button-flat.full {
  font-size: 1.15em;
  height: auto;
  margin: 20px 0;
  width: 100%;
}


.button-flat.light {color:#fff; background:#aaa; box-shadow: inset 0px -1px 0px 0px rgba(0,0,0, 0.15);}
.button-flat.light:hover {background:#003399; text-decoration:none; box-shadow: inset 0px -1px 0px 0px rgba(0,0,0, 0.2);}

.button-flat.light-dark {
	color:#000; 
	border-radius:3px; 
	background:#E7E9EC;
	box-shadow:none;
	background: -webkit-gradient(linear, left top, left bottom, from(#FCFCFD), to(#E7E9EC));
	background: -webkit-linear-gradient(#FCFCFD, #E7E9EC);
	background: -moz-linear-gradient(top, #FCFCFD, #E7E9EC);
	background: -ms-linear-gradient(#FCFCFD, #E7E9EC);
	background: -o-linear-gradient(#FCFCFD, #E7E9EC);
	background: linear-gradient(#FCFCFD, #E7E9EC);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FCFCFD', endColorstr='#E7E9EC');
	border: 1px solid #ADADAD;
}
.button-flat.light-dark:hover {
	background:#4c4c4c; 
	border-radius:3px; 
	text-decoration:none; 
	box-shadow:none;
	background: -webkit-gradient(linear, left top, left bottom, from(#F5F7F9), to(#D9DCE1));
	background: -webkit-linear-gradient(#F5F7F9, #D9DCE1);
	background: -moz-linear-gradient(top, #F5F7F9, #D9DCE1);
	background: -ms-linear-gradient(#F5F7F9, #D9DCE1);
	background: -o-linear-gradient(#F5F7F9, #D9DCE1);
	background: linear-gradient(#F5F7F9, #D9DCE1);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F5F7F9', endColorstr='#D9DCE1');
	border: 1px solid #ADADAD;
}

.button-flat.color {color:#fff; background:#003399; box-shadow: inset 0px -1px 0px 0px rgba(0,0,0, 0.15); }
.button-flat.color:hover {background:#aaa; text-decoration:none; box-shadow: inset 0px -1px 0px 0px rgba(0,0,0, 0.15); }

.button-flat.blue {
	color:#FFF; 
	border-radius:3px; 
	background:#0A42A4;
	box-shadow:none;
	background: -webkit-gradient(linear, left top, left bottom, from(#2972C8), to(#0A42A4));
	background: -webkit-linear-gradient(#2972C8, #0A42A4);
	background: -moz-linear-gradient(top, #2972C8, #0A42A4);
	background: -ms-linear-gradient(#2972C8, #0A42A4);
	background: -o-linear-gradient(#2972C8, #0A42A4);
	background: linear-gradient(#2972C8, #0A42A4);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FCFCFD', endColorstr='#0A42A4');
	border: 1px solid #003399;
}

.button-flat.blue:hover {
	background:#2166BF; 
	border-radius:3px; 
	text-decoration:none; 
	box-shadow:none;
	background: -webkit-gradient(linear, left top, left bottom, from(#2166BF), to(#003399));
	background: -webkit-linear-gradient(#2166BF, #003399);
	background: -moz-linear-gradient(top, #2166BF, #003399);
	background: -ms-linear-gradient(#2166BF, #003399);
	background: -o-linear-gradient(#2166BF, #003399);
	background: linear-gradient(#2166BF, #003399);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2166BF', endColorstr='#003399');
	border: 1px solid #003399;
}



.button-flat.dark {
	color:#FFF; 
	border-radius:3px; 
	background-color: #666666;
	background-image: linear-gradient(to bottom, #757575 0%, #757575 50%, #666666 51%, #666666 100%);
	box-shadow:none;
	text-align: center;
	border: 1px solid #333;
}

.button-flat.dark:hover {
	background-color: #575757;
	background-image: linear-gradient(to bottom, #686868 0%, #686868 50%, #575757 51%, #575757 100%);
	text-decoration: none;
}


button.button-flat {
	padding: 7px 11px; 
	display:inline-block;
}






.buttonsubmit{
	-moz-border-radius: 4px;
  	-webkit-border-radius: 4px;  
  	border-radius: 4px;
	font-family: arial,verdana,sans-serif;	
	background: #dedede;
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#eaeaea));
	background: -webkit-linear-gradient(#ffffff, #eaeaea);
	background: -moz-linear-gradient(top, #ffffff, #eaeaea);
	background: -ms-linear-gradient(#ffffff, #eaeaea);
	background: -o-linear-gradient(#ffffff, #eaeaea);
	background: linear-gradient(#ffffff, #eaeaea);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eaeaea');
	border: 1px solid #dedede;
	color: #484848;
	font-size:14px;
	font-weight: bold;
	text-decoration:none;
	padding: 9px 10px;
	cursor: pointer;
	margin-top:-7px;
}


.buttonsubmit:hover{
	-moz-border-radius: 4px;
  	-webkit-border-radius: 4px;  
  	border-radius: 4px;
	font-family: arial,verdana,sans-serif;	
	background: #003399;
	background: -webkit-gradient(linear, left top, left bottom, from(#2A74C9), to(#003399));
	background: -webkit-linear-gradient(#2A74C9, #003399);
	background: -moz-linear-gradient(top, #2A74C9, #003399);
	background: -ms-linear-gradient(#2A74C9, #003399);
	background: -o-linear-gradient(#2A74C9, #003399);
	background: linear-gradient(#2A74C9, #003399);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2A74C9', endColorstr='#003399');
	border:1px solid  #003366;
	color: #FFF;
	font-size:14px;
	font-weight: bold;
	padding: 9px 10px;
	text-decoration:none;
	cursor: pointer;
	margin-top:-7px;
}	
a.buttonsubmit{
	-moz-border-radius: 4px;
  	-webkit-border-radius: 4px;  
  	border-radius: 4px;
	font-family: arial,verdana,sans-serif;	
	background: #dedede;
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#eaeaea));
	background: -webkit-linear-gradient(#ffffff, #eaeaea);
	background: -moz-linear-gradient(top, #ffffff, #eaeaea);
	background: -ms-linear-gradient(#ffffff, #eaeaea);
	background: -o-linear-gradient(#ffffff, #eaeaea);
	background: linear-gradient(#ffffff, #eaeaea);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eaeaea');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#ffffff', endColorstr='#eaeaea')"; /* IE8 */
	border: 1px solid #dedede;
	color: #484848;
	font-size:14px;
	font-weight: bold;
	text-decoration:none;
	padding: 11px 12px;
	cursor: pointer;
}	

a.buttonsubmit:hover{
	-moz-border-radius: 4px;
  	-webkit-border-radius: 4px;  
  	border-radius: 4px;
	font-family: arial,verdana,sans-serif;	
	background: #003399;
	background: -webkit-gradient(linear, left top, left bottom, from(#2A74C9), to(#003399));
	background: -webkit-linear-gradient(#2A74C9, #003399);
	background: -moz-linear-gradient(top, #2A74C9, #003399);
	background: -ms-linear-gradient(#2A74C9, #003399);
	background: -o-linear-gradient(#2A74C9, #003399);
	background: linear-gradient(#2A74C9, #003399);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2A74C9', endColorstr='#003399');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#2A74C9', endColorstr='#003399')"; /* IE8 */
	border:1px solid  #036;
	color: #FFF;
	font-size:14px;
	font-weight: bold;
	padding: 11px 12px;
	text-decoration:none;
	cursor: pointer;
}	


a.buttonsubmit-medium{
	-moz-border-radius: 4px;
  	-webkit-border-radius: 4px;  
  	border-radius: 4px;
	font-family: arial,verdana,sans-serif;	
	background: #dedede;
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#eaeaea));
	background: -webkit-linear-gradient(#ffffff, #eaeaea);
	background: -moz-linear-gradient(top, #ffffff, #eaeaea);
	background: -ms-linear-gradient(#ffffff, #eaeaea);
	background: -o-linear-gradient(#ffffff, #eaeaea);
	background: linear-gradient(#ffffff, #eaeaea);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eaeaea');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#ffffff', endColorstr='#eaeaea')"; /* IE8 */
	border: 1px solid #dedede;
	color: #484848;
	font-size:12px;
	font-weight: bold;
	padding: 6px 8px;
	cursor: pointer;
	margin:-8px 0 0 0;
	display:block;
	text-decoration:none;
}	
a.buttonsubmit-medium:hover{
	-moz-border-radius: 4px;
  	-webkit-border-radius: 4px;  
  	border-radius: 4px;
	font-family: arial,verdana,sans-serif;	
	background: #003399;
	background: -webkit-gradient(linear, left top, left bottom, from(#2A74C9), to(#003399));
	background: -webkit-linear-gradient(#2A74C9, #003399);
	background: -moz-linear-gradient(top, #2A74C9, #003399);
	background: -ms-linear-gradient(#2A74C9, #003399);
	background: -o-linear-gradient(#2A74C9, #003399);
	background: linear-gradient(#2A74C9, #003399);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2A74C9', endColorstr='#003399');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#2A74C9', endColorstr='#003399')"; /* IE8 */
	border:1px solid  #036;
	color: #FFF;
	font-size:12px;
	font-weight: bold;
	padding: 6px 8px;
	text-decoration:none;
	cursor: pointer;
	margin:-8px 0 0 0;
	text-decoration:none;
}	


.buttonsubmit-medium{
	-moz-border-radius: 4px;
  	-webkit-border-radius: 4px;  
  	border-radius: 4px;
	font-family: arial,verdana,sans-serif;	
	background: #dedede;
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#eaeaea));
	background: -webkit-linear-gradient(#ffffff, #eaeaea);
	background: -moz-linear-gradient(top, #ffffff, #eaeaea);
	background: -ms-linear-gradient(#ffffff, #eaeaea);
	background: -o-linear-gradient(#ffffff, #eaeaea);
	background: linear-gradient(#ffffff, #eaeaea);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eaeaea');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#ffffff', endColorstr='#eaeaea')"; /* IE8 */
	border: 1px solid #dedede;
	color: #484848;
	font-size:12px;
	font-weight: bold;
	padding: 7px 8px;
	cursor: pointer;
	margin:-8px 0 0 0;
	display:block;
	text-decoration:none;
}	

.buttonsubmit-medium:hover{
	-moz-border-radius: 4px;
  	-webkit-border-radius: 4px;  
  	border-radius: 4px;
	font-family: arial,verdana,sans-serif;	
	background: #003399;
	background: -webkit-gradient(linear, left top, left bottom, from(#2A74C9), to(#003399));
	background: -webkit-linear-gradient(#2A74C9, #003399);
	background: -moz-linear-gradient(top, #2A74C9, #003399);
	background: -ms-linear-gradient(#2A74C9, #003399);
	background: -o-linear-gradient(#2A74C9, #003399);
	background: linear-gradient(#2A74C9, #003399);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2A74C9', endColorstr='#003399');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#2A74C9', endColorstr='#003399')"; /* IE8 */
	border:1px solid  #036;
	color: #FFF;
	font-size:12px;
	font-weight: bold;
	padding: 7px 8px;
	text-decoration:none;
	cursor: pointer;
	margin:-8px 0 0 0;
	text-decoration:none;
}	




.buttonsubmit-small{
	-moz-border-radius: 4px;
  	-webkit-border-radius: 4px;  
  	border-radius: 4px;
	font-family: arial,verdana,sans-serif;	
	background: #dedede;
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#eaeaea));
	background: -webkit-linear-gradient(#ffffff, #eaeaea);
	background: -moz-linear-gradient(top, #ffffff, #eaeaea);
	background: -ms-linear-gradient(#ffffff, #eaeaea);
	background: -o-linear-gradient(#ffffff, #eaeaea);
	background: linear-gradient(#ffffff, #eaeaea);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eaeaea');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#ffffff', endColorstr='#eaeaea')"; /* IE8 */
	border: 1px solid #dedede;
	color: #484848;
	font-size:12px;
	font-weight: bold;
	padding: 3px 4px;
	cursor: pointer;
	margin:-8px 0 0 0;
	display:block;
	text-decoration:none;
}	

.buttonsubmit-small:hover{
	-moz-border-radius: 4px;
  	-webkit-border-radius: 4px;  
  	border-radius: 4px;
	font-family: arial,verdana,sans-serif;	
	background: #003399;
	background: -webkit-gradient(linear, left top, left bottom, from(#2A74C9), to(#003399));
	background: -webkit-linear-gradient(#2A74C9, #003399);
	background: -moz-linear-gradient(top, #2A74C9, #003399);
	background: -ms-linear-gradient(#2A74C9, #003399);
	background: -o-linear-gradient(#2A74C9, #003399);
	background: linear-gradient(#2A74C9, #003399);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2A74C9', endColorstr='#003399');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#2A74C9', endColorstr='#003399')"; /* IE8 */
	border:1px solid  #036;
	color: #FFF;
	font-size:12px;
	font-weight: bold;
	padding: 3px 4px;
	text-decoration:none;
	cursor: pointer;
	margin:-8px 0 0 0;
	text-decoration:none;
}	
.buttonsubmit-search{
	-moz-border-radius: 3px;
  	-webkit-border-radius: 3px;  
  	border-radius: 3px;
	font-family: arial,verdana,sans-serif;	
	background: #dedede;
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#eaeaea));
	background: -webkit-linear-gradient(#ffffff, #eaeaea);
	background: -moz-linear-gradient(top, #ffffff, #eaeaea);
	background: -ms-linear-gradient(#ffffff, #eaeaea);
	background: -o-linear-gradient(#ffffff, #eaeaea);
	background: linear-gradient(#ffffff, #eaeaea);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eaeaea');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#ffffff', endColorstr='#eaeaea')"; /* IE8 */
	/*border: 1px solid #eaeaea;*/
	border:none;
	color: #484848;
	font-size:12px;
	font-weight: bold;
	padding: 2px 4px;
	cursor: pointer;
	margin:10px;
	display:block;
	line-height:18px;
	text-decoration:none;
}	

.buttonsubmit-search:hover{
	-moz-border-radius: 3px;
  	-webkit-border-radius: 3px;  
  	border-radius: 3px;
	font-family: arial,verdana,sans-serif;	
	background: #003399;
	background: -webkit-gradient(linear, left top, left bottom, from(#2A74C9), to(#003399));
	background: -webkit-linear-gradient(#2A74C9, #003399);
	background: -moz-linear-gradient(top, #2A74C9, #003399);
	background: -ms-linear-gradient(#2A74C9, #003399);
	background: -o-linear-gradient(#2A74C9, #003399);
	background: linear-gradient(#2A74C9, #003399);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2A74C9', endColorstr='#003399');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#2A74C9', endColorstr='#003399')"; /* IE8 */
	/*border:1px solid  #036;*/
	border:none;
	color: #FFF;
	font-size:12px;
	font-weight: bold;
	padding: 2px 4px;
	text-decoration:none;
	cursor: pointer;
	margin:10px;
}	
a.buttonsubmit-small{
	-moz-border-radius: 4px;
  	-webkit-border-radius: 4px;  
  	border-radius: 4px;
	font-family: arial,verdana,sans-serif;	
	background: #dedede;
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#eaeaea));
	background: -webkit-linear-gradient(#ffffff, #eaeaea);
	background: -moz-linear-gradient(top, #ffffff, #eaeaea);
	background: -ms-linear-gradient(#ffffff, #eaeaea);
	background: -o-linear-gradient(#ffffff, #eaeaea);
	background: linear-gradient(#ffffff, #eaeaea);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eaeaea');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#ffffff', endColorstr='#eaeaea')"; /* IE8 */
	border: 1px solid #dedede;
	color: #484848;
	font-size:12px;
	font-weight: bold;
	padding: 3px 4px;
	cursor: pointer;
	margin:3px;
	display:block;
	text-decoration:none;
}	

a.buttonsubmit-small:hover{
	-moz-border-radius: 4px;
  	-webkit-border-radius: 4px;  
  	border-radius: 4px;
	font-family: arial,verdana,sans-serif;	
	background: #003399;
	background: -webkit-gradient(linear, left top, left bottom, from(#2A74C9), to(#003399));
	background: -webkit-linear-gradient(#2A74C9, #003399);
	background: -moz-linear-gradient(top, #2A74C9, #003399);
	background: -ms-linear-gradient(#2A74C9, #003399);
	background: -o-linear-gradient(#2A74C9, #003399);
	background: linear-gradient(#2A74C9, #003399);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2A74C9', endColorstr='#003399');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#2A74C9', endColorstr='#003399')"; /* IE8 */
	border:1px solid  #036;
	color: #FFF;
	font-size:12px;
	font-weight: bold;
	padding: 3px 4px;
	text-decoration:none;
	cursor: pointer;
	margin:3px;
	text-decoration:none;
}	

.buttonsubmit-table{
	-moz-border-radius: 4px;
  	-webkit-border-radius: 4px;  
  	border-radius: 4px;
	font-family: arial,verdana,sans-serif;	
	background: #dedede;
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#eaeaea));
	background: -webkit-linear-gradient(#ffffff, #eaeaea);
	background: -moz-linear-gradient(top, #ffffff, #eaeaea);
	background: -ms-linear-gradient(#ffffff, #eaeaea);
	background: -o-linear-gradient(#ffffff, #eaeaea);
	background: linear-gradient(#ffffff, #eaeaea);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eaeaea');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#ffffff', endColorstr='#eaeaea')"; /* IE8 */
	border: 1px solid #dedede;
	color: #484848;
	font-size:12px;
	font-weight: bold;
	padding: 3px 4px;
	cursor: pointer;
	margin:3px 0 3px 0;
	display:block;
	text-decoration:none;
}	

.buttonsubmit-table:hover{
	-moz-border-radius: 4px;
  	-webkit-border-radius: 4px;  
  	border-radius: 4px;
	font-family: arial,verdana,sans-serif;	
	background: #003399;
	background: -webkit-gradient(linear, left top, left bottom, from(#2A74C9), to(#003399));
	background: -webkit-linear-gradient(#2A74C9, #003399);
	background: -moz-linear-gradient(top, #2A74C9, #003399);
	background: -ms-linear-gradient(#2A74C9, #003399);
	background: -o-linear-gradient(#2A74C9, #003399);
	background: linear-gradient(#2A74C9, #003399);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2A74C9', endColorstr='#003399');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#2A74C9', endColorstr='#003399')"; /* IE8 */
	border:1px solid  #036;
	color: #FFF;
	font-size:12px;
	font-weight: bold;
	padding: 3px 4px;
	text-decoration:none;
	cursor: pointer;
	margin:3px 0 3px 0;
	text-decoration:none;
}	

