button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner {
	border: none;
}

a.smallBtn,
.falseButton,
input[type="reset"],
input[type="submit"],
input[type="input"],
input[type="button"],
button {
	font-size: 11px;
	font-weight: bold;
	border-width: 0;
	border-style: none;
	cursor: pointer;
	padding: 0.5em 0.7em;
	font-family: inherit;
	-moz-border-radius: 0.3em;
	-webkit-border-radius: 0.3em; 
	border-radius: 0.3em;
	-moz-text-shadow: 1px 1px 3px #000;
	-webkit-text-shadow: 1px 1px 3px #000;
	text-shadow: 1px 1px 3px #000;
	outline: 0 none;
}
a.falseButton.linkIco:after {
	margin-right: 0;
}
.awStepBody form .awFieldList .awFieldAddedItem label.awEmptyField,
.awStepBody form .awFieldList .awFieldAddedItem label.awCompletedField {
	-moz-text-shadow: 1px 1px 3px #000;
	-webkit-text-shadow: 1px 1px 3px #000;
	text-shadow: 1px 1px 3px #000;
}
a.smallBtn,
input[type="reset"].smallBtn,
input[type="submit"].smallBtn,
input[type="button"].smallBtn,
button.smallBtn {
	font-size: 9px;
	padding: 0.4em 0.5em;
	line-height: 1;
}

#divResultsList .scrollWindow .blockItem button {
    position:absolute;
    top:50%;
    right: 30px;
    margin-top:-12px;
}

a.smallBtn:hover,
a.smallBtn:active,
a.smallBtn:focus {
	color: #DDD;
}


/*
.analysisWizardNav a.awCompleted,
*/

.awFieldList.awAccountantStep .awFieldBlock .awFieldAccountantItem .awFieldBlockForm .awFieldContainer,
.awStepBody form .awFieldList .awFieldAddedItem label.awEmptyField,
.awStepBody form .awFieldList .awFieldAddedItem label.awCompletedField,
a.smallBtn,
.falseButton,
input[type="reset"],
input[type="input"],
input[type="button"],
button {
	outline: 0 none;
	background-color: #9b9b9b; /* Firefox 3.6+ */ 
	background: -moz-linear-gradient(100% 100% 90deg, #5f5f5f, #9b9b9b); /* Firefox 3.6+ */ 
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#5f5f5f), to(#9b9b9b)); /* Safari 4-5, Chrome 1-9 */ 
	background: -webkit-linear-gradient(#9b9b9b, #5f5f5f); /* Safari 5.1+, Chrome 10+ */ 
	background: -o-linear-gradient(#9b9b9b, #5f5f5f); /* Opera 11.10+ */ 
	color: #FFF;
	border-width: 1px;
	border-style: solid;
	border-color: #666;
	-moz-box-shadow: inset 1px 1px 0 #BBB, inset -1px -1px 0 #333;
	-webkit-box-shadow: inset 1px 1px 0 #BBB, inset -1px -1px 0 #333;
	box-shadow: inset 1px 1px 0 #BBB, inset -1px -1px 0 #333;
}
/*.analysisWizardNav a.awNoCompleted,*/
/*.pwPrizeTypesItem:not(.enabled) div.productsOnPromoForm .productPercentage button.submitForm,*/

tr.disabled button.smallBtn.btnAdd,
button.smallBtn.btnAdd[disabled],
.pwPrizeTypesItem:not(.enabled) button.submitForm,
.pwPrizeTypesItem button.submitForm[disabled="disabled"],
.largeRadioBtns,
.largeBtns:active,
.largeBtns:focus,
.awFieldList.awAccountantStep .awFieldBlock .awFieldAccountantItem .awFieldBlockForm .awFieldContainer:hover,
.awStepBody form .awFieldList .awFieldAddedItem label.awEmptyField:hover,
.awStepBody form .awFieldList .awFieldAddedItem label.awCompletedField:hover,
.falseButton:hover,
input[type="reset"]:hover,
input[type="input"]:hover,
input[type="button"]:hover,
button:hover {
	background-color: #BBB;
	background: -moz-linear-gradient(100% 100% 90deg, #888, #BBB); /* Firefox 3.6+ */ 
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#888), to(#BBB)); /* Safari 4-5, Chrome 1-9 */ 
	background: -webkit-linear-gradient(#BBB, #888); /* Safari 5.1+, Chrome 10+ */ 
	background: -o-linear-gradient(#BBB, #888); /* Opera 11.10+ */ 
	color: #FFF;
	border-width: 1px;
	border-style: solid;
	border-color:  #666;
	-moz-box-shadow: inset 1px 1px 0 #DDD, inset -1px -1px 0 #555;
	-webkit-box-shadow: inset 1px 1px 0 #DDD, inset -1px -1px 0 #555;
	box-shadow: inset 1px 1px 0 #DDD, inset -1px -1px 0 #555;
}
button.smallBtn.btnAdd[disabled],
tr.disabled button.smallBtn.btnAdd,
.pwPrizeTypesItem:not(.enabled) button.submitForm,
.pwPrizeTypesItem button.submitForm[disabled="disabled"] {
	color: #BBB;
	/*text-shadow: 0 -1px 0 #666, 0 1px 0 #DDD, -1px 0 0 #666, 1px 0 0 #DDD;*/
	text-shadow: 0 -1px 0 #666, 0 1px 0 #DDD; 
}
.promoChangeStatus.set,
.promoChangeStatus.set:link,
.promoChangeStatus.set:visited,
.promoChangeStatus.play,
.promoChangeStatus.play:link,
.promoChangeStatus.play:visited,
.largeRadioBtns:active,
.largeRadioBtns:focus,
.falseButton:active,
input[type="reset"]:active,
input[type="input"]:active,
input[type="button"]:active,
button:active,
input[type="reset"]:active,
input[type="input"]:focus,
input[type="button"]:focus,
button:focus {
	background-color: #489b44; 
	background: -moz-linear-gradient(100% 100% 90deg, #2d5e2e, #489b44); 
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#2d5e2e), to(#489b44)); 
	background: -webkit-linear-gradient(#489b44, #2d5e2e);
	background: -o-linear-gradient(#489b44, #2d5e2e);
    outline: none; 
	color: #FFF;
	border-width: 1px;
	border-style: solid;
	border-color:  #1A3716;
	-moz-box-shadow: inset 1px 1px 0 #68BD63, inset -1px -1px 0 #1a471e;
	-webkit-box-shadow: inset 1px 1px 0 #68BD63, inset -1px -1px 0 #1a471e;
	box-shadow: inset 1px 1px 0 #68BD63, inset -1px -1px 0 #1a471e;
}
/*
.analysisWizardNav a.awNoCompleted {
    outline: none; 
	background-color: #489b44; 
	background: -moz-linear-gradient(100% 100% 90deg, #DDD, #EEE); 
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#DDD), to(#EEE)); 
	background: -webkit-linear-gradient(#EEE, #DDD);
	background: -o-linear-gradient(#EEE, #DDD);
	color: #FFF;
	-moz-box-shadow: inset 1px 1px 0 #FFF, inset -1px -1px 0 #AAA;
	-webkit-box-shadow: inset 1px 1px 0 #FFF, inset -1px -1px 0 #AAA;
	box-shadow: inset 1px 1px 0 #FFF, inset -1px -1px 0 #AAA;
}
*/
input.submitFormGray {
	font-size: 14px;	
}
/*
.analysisWizardNav a.awActualPage,
*/
.analysisWizardNav button.falseButton.executeBtn,
.filterGroup button.active,
.largeRadioBtns.checked,
.awFieldList.awAccountantStep .awFieldBlock .awFieldAccountantItem .awFieldBlockForm .awFieldContainer.checked,
.awStepBody form .awFieldList .awFieldAddedItem label.awEmptyField.checked,
.awStepBody form .awFieldList .awFieldAddedItem label.awCompletedField.checked,
input.submitForm,
button.submitForm,
input[type="submit"] {
	outline: 0 none;
	background-color: #E5A345; /* Firefox 3.6+ */ 
	background: -moz-linear-gradient(100% 100% 90deg, #B16F00, #FBB24C); /* Firefox 3.6+ */ 
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#B16F00), to(#FBB24C)); /* Safari 4-5, Chrome 1-9 */ 
	background: -webkit-linear-gradient(#FBB24C, #B16F00); /* Safari 5.1+, Chrome 10+ */ 
	background: -o-linear-gradient(#FBB24C, #B16F00); /* Opera 11.10+ */ 
	color: #FFF;
	border-width: 1px;
	border-style: solid;
	border-color: #443015;
	-moz-box-shadow: inset 1px 1px 0 #FBC476, inset -1px -1px 0 #61451D;
	-webkit-box-shadow: inset 1px 1px 0 #FBC476, inset -1px -1px 0 #61451D;
	box-shadow: inset 1px 1px 0 #FBC476, inset -1px -1px 0 #61451D;
}
.analysisWizardNav button.falseButton.executeBtn,
.awFieldList.awAccountantStep .awFieldBlock .awFieldAccountantItem .awFieldBlockForm .awFieldContainer.checked,
.awStepBody form .awFieldList .awFieldAddedItem label.awEmptyField.checked,
.awStepBody form .awFieldList .awFieldAddedItem label.awCompletedField.checked,
input.submitForm,
input[type="submit"] {
	font-size: 14px;
}
.analysisWizardNav button.falseButton.executeBtn:hover,
/*.filterGroup button.active:hover,*/
input.submitForm:hover,
input[type="submit"]:hover {
	background-color: #F1AF60;
	background: -moz-linear-gradient(100% 100% 90deg, #D97500, #FFC076); /* Firefox 3.6+ */ 
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#D97500), to(#FFC076)); /* Safari 4-5, Chrome 1-9 */ 
	background: -webkit-linear-gradient(#FFC076, #D97500); /* Safari 5.1+, Chrome 10+ */ 
	background: -o-linear-gradient(#FFC076, #D97500); /* Opera 11.10+ */ 
	color: #FFF;
	-moz-box-shadow: inset 1px 1px 0 #FFE0B4, inset -1px -1px 0 #855F28;
	-webkit-box-shadow: inset 1px 1px 0 #FFE0B4, inset -1px -1px 0 #855F28;
	box-shadow: inset 1px 1px 0 #FFE0B4, inset -1px -1px 0 #855F28;
}
/*
.filterGroup button.active:active,
.filterGroup button.active:focus,*/



.analysisWizardNav button.falseButton.executeBtn:active,
.analysisWizardNav button.falseButton.executeBtn:focus,
input.submitForm:active,
input.submitForm:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
    outline: none; 
	background-color: #489b44;
	background: -moz-linear-gradient(100% 100% 90deg, #2d5e2e, #489b44); 
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#2d5e2e), to(#489b44)); 
	background: -webkit-linear-gradient(#489b44, #2d5e2e);
	background: -o-linear-gradient(#489b44, #2d5e2e);
	color: #FFF;
	-moz-box-shadow: inset 1px 1px 0 #7cad6c, inset -1px -1px 0 #1a471e;
	-webkit-box-shadow: inset 1px 1px 0 #7cad6c, inset -1px -1px 0 #1a471e;
	box-shadow: inset 1px 1px 0 #7cad6c, inset -1px -1px 0 #1a471e;
}

.filterGroup  {
	float: right;
}
	.filterGroup button,
	.filterGroup button:hover,
	.filterGroup button:active,
	.filterGroup button:focus {
		float: left;
		border-radius: 0;
		border-width: 1px 0;
	}
	.filterGroup button:first-child:hover,	
	.filterGroup button:first-child:active,	
	.filterGroup button:first-child:focus,	
	.filterGroup button:first-child {	
		border-radius: 0.3em 0 0 0.3em;
		border-width: 1px 0 1px 1px;
	}
	.filterGroup button:last-child:hover,	
	.filterGroup button:last-child:active,	
	.filterGroup button:last-child:focus,	
	.filterGroup button:last-child {
		border-width: 1px 1px 1px 0;
		border-radius: 0 0.3em 0.3em 0;
	}
	.filterGroup button.active,
	.filterGroup button.active:hover,
	.filterGroup button.active:active,
	.filterGroup button.active:focus {
		-moz-box-shadow: inset 0 0 2px #000;
		-webkit-box-shadow: inset 0 0 2px #000;
		box-shadow: inset 0 0 2px #000;
		text-shadow: 0 -1px 0 #000, 0 1px 0 #ffb64f;
	}
	.filterGroup button:active,
	.filterGroup button:focus {
		-moz-box-shadow: inset 1px 1px 0 #68BD63, inset -1px -1px 0 #1a471e;
		-webkit-box-shadow: inset 1px 1px 0 #68BD63, inset -1px -1px 0 #1a471e;
		box-shadow: inset 1px 1px 0 #68BD63, inset -1px -1px 0 #1a471e;		
	}
	
	
/*----------------------------------------------------------------------------------------------------*/
.promoChangeStatus,
.promoChangeStatus:link,
.promoChangeStatus:visited {
	border-width: 1px;
	border-style: solid;
}

.promoChangeStatus.play:hover,
.promoChangeStatus.play:active,
.promoChangeStatus.play:focus,
.promoChangeStatus.set:hover,
.promoChangeStatus.set:active,
.promoChangeStatus.set:focus {
background: #55b750; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzU1Yjc1MCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM0ODliNDQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  #55b750 0%, #489b44 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#55b750), color-stop(100%,#489b44)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #55b750 0%,#489b44 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #55b750 0%,#489b44 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #55b750 0%,#489b44 100%); /* IE10+ */
background: linear-gradient(to bottom,  #55b750 0%,#489b44 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#55b750', endColorstr='#489b44',GradientType=0 ); /* IE6-8 */


	
}

.promoChangeStatus.pause,
.promoChangeStatus.pause:link,
.promoChangeStatus.pause:visited {
	outline: none; 
	color: #FFF;
	border-color:  #1A3716;
	-moz-box-shadow: inset 1px 1px 0 #CF7575, inset -1px -1px 0 #4C0506;
	-webkit-box-shadow: inset 1px 1px 0 #CF7575, inset -1px -1px 0 #4C0506;
	box-shadow: inset 1px 1px 0 #CF7575, inset -1px -1px 0 #4C0506;
	
	background: #e0040b; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2UwMDQwYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM5NjEzMTAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #e0040b 0%, #961310 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e0040b), color-stop(100%,#961310)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #e0040b 0%,#961310 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #e0040b 0%,#961310 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #e0040b 0%,#961310 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #e0040b 0%,#961310 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e0040b', endColorstr='#961310',GradientType=0 ); /* IE6-8 */
}
.promoChangeStatus.pause:hover,
.promoChangeStatus.pause:active,
.promoChangeStatus.pause:focus {
	background: #dd4d50; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2RkNGQ1MCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijk5JSIgc3RvcC1jb2xvcj0iI2UwMDQwYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
	background: -moz-linear-gradient(top,  #dd4d50 0%, #e0040b 99%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#dd4d50), color-stop(99%,#e0040b)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #dd4d50 0%,#e0040b 99%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #dd4d50 0%,#e0040b 99%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #dd4d50 0%,#e0040b 99%); /* IE10+ */
	background: linear-gradient(to bottom,  #dd4d50 0%,#e0040b 99%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dd4d50', endColorstr='#e0040b',GradientType=0 ); /* IE6-8 */
}
/*----------------------------------------------------------------------------------------------------*/

.wideBtn {
	width: 100%;
	display: block;
	text-align: center;	
}



.submitForm.greenBtnGenerate {
	background-color: #489b44; 
	background: -moz-linear-gradient(100% 100% 90deg, #2d5e2e, #489b44); 
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#2d5e2e), to(#489b44)); 
	background: -webkit-linear-gradient(#489b44, #2d5e2e);
	background: -o-linear-gradient(#489b44, #2d5e2e);
    outline: none; 
	color: #FFF;
	border-width: 1px;
	border-style: solid;
	border-color:  #1A3716;
	-moz-box-shadow: inset 1px 1px 0 #68BD63, inset -1px -1px 0 #1a471e;
	-webkit-box-shadow: inset 1px 1px 0 #68BD63, inset -1px -1px 0 #1a471e;
	box-shadow: inset 1px 1px 0 #68BD63, inset -1px -1px 0 #1a471e;
}

.submitForm.greenBtnGenerate:hover {
	background: #55b750; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzU1Yjc1MCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM0ODliNDQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #55b750 0%, #489b44 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#55b750), color-stop(100%,#489b44)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #55b750 0%,#489b44 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #55b750 0%,#489b44 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #55b750 0%,#489b44 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #55b750 0%,#489b44 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#55b750', endColorstr='#489b44',GradientType=0 ); /* IE6-8 */
	box-shadow: 1px 1px 0 #68BD63 inset, -1px -1px 0 #1A471E inset;
}

/*------------------buttons fraude--------------------------------------*/
button.redFraud{
	border:0px;
	border-radius:2px;
	box-shadow:none;
	text-shadow:none;
	background:#971d1c;
	font-size:12px;
	margin-bottom:5px;
	padding: 0.5em 1.4em;

} 


button.redFraud:hover, button.redFraud:focus  {
	border:0px;
	border-radius:2px;
	box-shadow:none;
	text-shadow:none;
	background:#761616;
} 


button.greenFraud{
	border:0px;
	border-radius:2px;
	box-shadow:none;
	text-shadow:none;
	background:#83af44;
	font-size:12px;
} 


button.greenFraud:hover, button.greenFraud:focus  {
	border:0px;
	border-radius:2px;
	box-shadow:none;
	text-shadow:none;
	background:#6d9238;
}