/* General */
body {
	margin: 0;
	background: #fff;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 100%;
}

.clear {
  clear:both;
}
/* Fonts */

h1 {color: #00704a; font-family:Arial, Helvetica, sans-serif; font-size: 24px; min-height: 40px; font-weight: normal; margin: 1px;display: block;}
h2 {color: #00704a; font-family:Arial, Helvetica, sans-serif;  font-size: 16px;}
h2 a {color: #00704a; font-family:Arial, Helvetica, sans-serif; font-size: 16px;}
h3 {padding: 3px; font-family:Arial, Helvetica, sans-serif; background: #00704a; color: #fff; font-size: 16px;}
h4 {font-family:Arial, Helvetica, sans-serif; font-size: 12px;}
h5 {color: #00704a; font-family:Arial, Helvetica, sans-serif; font-size: 11px;}
h6 {font-family:Arial, Helvetica, sans-serif; font-size: 10px;}

#upper_corner {float: right;}

#header_top a {
	text-decoration: none;
	color: #666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#upper_corner img {
	float: right;
}

#header span {
	float: right;
	color:#0000ff;
	font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 14px;
    letter-spacing: 0.04px;
	padding: 4px 10px 0 0;
}

#header span a {
    text-decoration: none;
}

#product_search p, #recipe_search p {
	color: #fff;
	margin: 0;
	text-indent: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#footer a {
	color: #00704a;
	}

/* Layout */

#wrap {
	margin: 0 auto;
	width: 800px;
	background: #fff;
}

/* Header */

#header_top {
	color: #000;
	height: 45px;
	padding: 0;
	margin: 0;
}

#header {
	height: 151px;
	background-image: url(  /images/header.jpg);
	background-position: center;
	background-repeat: no-repeat;
}

#under_header {
	float: left;
	width: 805px;
	padding: 0;
}


#stretch {
	/** this is now handled in scripts/stretchbar.js **/
}

/* div to right justify the menus and the graphic lines to their left. */
#menu_line {
	float:right;
}
	

/* Navigation */

#nav {
	position:relative;
	top: -3px;
	float: right;
	height: 25px;
}

#navtabs { 
    list-style: none; 
    padding: 0; 
    height: 25px; 
    font-size: 11px; 
    font-weight: bold;
} 
 
#navtabs img {
	border: 0;
	padding: 0;
	margin: 0;
}
 
#navtabs li { 
    float: left; 
    background: #00704a url(  /images/nav_corner_green_left.gif) no-repeat left top; 
    padding: 4px 0 2px 7px; 
    margin-right: 1px;
	color: #fff; 
} 
 
#navtabs li a { 
    background: #00704a url(  /images/nav_corner_green_right.gif) no-repeat top right; 
    padding: 4px 7px 2px 0;
	color: #fff;
	text-decoration: none; 
} 
 
#navtabs li.current-cat, #navtabs li a:hover { 
    background: #f5f297 url(  /images/nav_corner_yellow_left.gif) no-repeat left top; 
} 
 
#navtabs li.current-cat a, #navtabs li a:hover { 
    background: #f5f297 url(  /images/nav_corner_yellow_right.gif) no-repeat right top; 
    color: #000; 
}

ul.navigation-list {
	float: left;
}

ul.navigation-list > li > a {
  font-size: 13px;
  line-height: 15px;
}

ul.navigation-list > li > a.root {
	font-weight: bolder;
	font-size: 16px;
	line-height: 20px;
	padding-bottom: 3px;
}


/* Pages */
.tanbox {
	background-color: #fcfcd5;
}
.pages_title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #00704a;
	font-weight: bold;
	margin: 3px;
}

/* Cart table */
.yellow_tr {
	background-color: #f9f8cc;
	border-bottom: #f9f8cc 1px solid;
}

.green_tr {
	background-color: #d1e4dc;
	border-bottom: #d1e4dc 1px solid;
}

td.white {
	background-color: #ffffff;
}

.taxon {
	display: block;
	/* border-bottom: 1px #00704a solid; */
	clear: both;
}
/* Breadcrumbs by Christopher Maujean*/
.breadcrumbs_container, #title_container, #pagetitle {
	float: left;
	width: 560px;
	border-bottom: 1px #79B8A8 solid;
	margin-top: 0px;
	display: block;
	margin-right: 13px;
}

.breadcrumbs_container {
	height: 38px;
}

#pagetitle {
	height: 34px;
}

#title_container {
	height: 38px;
}

#pagestitle {
	width: 560px;
	height: 34px;
	border-bottom: 1px #79B8A8 solid;
	margin-top: 0px;
	display: block;
	margin-right: 13px;
}

#title_container h2, #pagetitle h2, .taxon h2 {
	height: 38px;
	line-height: 38px;
	margin: 0px;
}

.breadcrumbs, #taxon-crumbs {
	margin: 0px;
	padding: 0px; /* clear any padding */
	padding-right: 5px;
	width: 560px;
	height: 38px;
	display: block;
	/* line-height: 38px; */
}

#taxon-crumbs {
	height: auto;
}
.breadcrumbs ul {
	list-style-type: none;
	padding-left: 0px;
	margin-left: 0px;
	height: 38px;
}

.breadcrumbs li {
	font-weight: bold;
	display: inline;
	color: #00704a; 
	font-family:Arial, Helvetica, sans-serif;  
	font-size: 16px;
}

.breadcrumbs a:link, .breadcrumbs a:visited, .breadcrumbs a:hover, .breadcrumbs a:active {
	color: #00704a; 
	text-decoration: none;
	font-family:Arial, Helvetica, sans-serif;  
	font-size: 16px;
}

#taxon-crumbs a:link, #taxon-crumbs a:visited, #taxon-crumbs a:hover, #taxon-crumbs a:active {
	font-weight: bold;
	color: #00704a; 
	text-decoration: none;
	font-family:Arial, Helvetica, sans-serif;  
	font-size: 16px;
}


/* New Product Chips by Christopher Maujean */

.product_chip {
	height: 106px;
	width: 373px;
	display: block;
	float: left;
	background-image:url(/images/prov_bg.gif);
	background-position:center;
	background-repeat:no-repeat;
	margin-right: 5px;
	margin-left: 5px;
	margin-bottom: 3px;
	margin-top: 3px;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
}

.prod {
	width: 373px;
	height: 106px;
	margin: 0;
	padding: 0;
}

.prodimg {
	float: left;
	border: none;
	margin-left: 5px;
	margin-right: 3px;
	margin-top: 2px;
	margin-bottom: 2px;
}

.prod_info {
	display: block;
	float: left;
	width: 175px;
}

.prodtitle {
	display: block;
	color: #00704a;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	clear: both;
	margin: 5px;
}

.prodtext {
	display: block;
	width: 171px;
	font-size: 10px;
	margin: 2px;
}


.proddivider {
	float: left;
}

.prod_form {
	display: block;
	float: left;
	width: 80px;
}

.prodprice {
	display: block;
	width: 70px;
	text-transform: capitalize;
	font-size: 12px;
	font-weight:bolder;
	z-index: 400;
	color: #005533;
	clear: both;
}

.prodformtitle {
	text-align: left;
	vertical-align: middle;
	color: #005533;
	display: block;
	width: 40px;
	font-size:9px;
	float: left;
	padding-right: 6px;
	padding-top: 2px;
}

.prod_form input {
	font-size:9px;
	vertical-align: middle;
	float: left;
}

.prodbutton {
	display: block;
	margin: 4px;
}

.prodnut {
	font-size: 9px;
	display: block;
	width: 70px;
	height: 11px;
	color: #005533;
	padding-left: 10px;
	padding-top: 5px;
}

.prodnut a:link, .prodnut a:visited, .prodnut a:hover, .prodnut a:active {
	text-decoration: none;
	color: #005533;
}

/* Content */

#content-container {float: left;width: 100%;}

#content {
	clear: left;
	float: left;
	width: 550px;
	padding: 10px 0 10px 10px;
	margin: 0;
	display: inline;
}

#display {
	display: block;
	margin: 0 0 10px 0;
	clear: both;
}

#prod_display {
	display: block;
	margin: 0 0 10px 0;
	clear: both;
	margin-top: 10px;
}

#pages_display {
	display: block;
	margin: 0 0 10px 0;
	float: left;
}

#left_box {
	display: block;
	float: left;
	width: 560px;
	margin-bottom: 5px;
}

#left_box_full {
	display: block;
	width: 100%;
	margin-bottom: 5px;
	float: left;
}

#outer_box {
	vertical-align: top;
	display: block;
}
#scrollbar {
	height: 136px;
	width: 550px;
	margin: 0 0 10px 0;
}

/* Sidebar */

#sidebar {
	display: block;
	float: right;
	width: 220px;
	padding-right: 5px;
	margin: 0;
	border: none;
	height: 425px;
}

#product_search {
	background-color: #00704a;
	height: 38px;
	width: 220px;
	margin-bottom: 10px;
}

form {
	padding: 0px;
}

.form {
	font-size: 10px;
}

.prices {
	font-size: 1.1em;
	font-weight: bolder;
	color: #00704a;
	margin-right: 5px;
}

.price {
	font-weight: normal;
	color: #FF0000;
}

.fblock {
	display: block;
	float: left;
	height: 20px;
	font-size: 10px;
}
#product_search img, #recipe_search img {
	margin: 0 0 0 10px;
	position: relative;
	top: 2px;
}


#recipe_search {
	background-color: #bf1e2d;
	height: 38px;
	width: 220px;
	margin: 0 0 7px 0;
}

#promo {
	height: 92px;
	width: 220px;
	margin: 0 0 10px 0;
}

/* Footer */

#footer {
	display: block;
	clear: left;
	background-color: #f8f7c4;
	text-align: left;
	padding: 10px;
	height: 170px;
}

#footer ul {
	padding: 0 0 0 10px;
	color: #00704a;
	margin: 0 10px 0 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bolder;
	line-height: 15px;
}

#footer ul li {
	list-style-type: none;
	font-size: 10px;
	font-weight: normal;
  line-height: 14px;
}

/* Pagination */
.pagination {
	text-align: right;	
	display: block;
	font-size: 10px;
	font-weight: bold;
	height: 24px;
	margin-top: 5px;
	max-width: 50%;
	float: right;
	padding-right: 40px;
	z-index:900;
	line-height: 24px;
}

.pagination > * {
	display: block;
	text-align: center;
	vertical-align: middle;
	float: left;
	top: 0px;
	height: 14px;
	width: 17px;
	margin: 1px;
	padding: 1px;
	z-index: 999;
	line-height: 14px;
}

.pagination .current {
	color: #00704a;
	background-color: #e5eb19;
}

.pagination > a {
	color: #e5eb19;
	background-color: #00704a;
}

.next_page, .prev_page {
	text-decoration: none;
	color: #e5eb19;
	background-color: #00704a;
}

/* Under Footer */

#underfoot {
	background: #fff;
	color: #00704a;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: right;
	border-top: 1px solid #00704a;
	margin-top: 5px;
}


#lower_right {
	float: right;
	padding: 5px;
	margin-right: 10px;
}

#lower_left {
	clear: both;
	float: right;
	padding: 5px;
	margin-right: 10px;
}

#lower_left ul {
	display: inline;
}

#lower_left ul li {
	display: inline;
	list-style-type: none;
}

#lower_left ul li img {
	border: none;
	padding: 1px;
}

#lower_right a {
	color: #00704a;
	text-decoration: none;
}

/* Layout for Account Page */

#column1 {
	width: 190px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding:10px;
}

column1.input {
  height: 20px;
  width: 220px;
  background-color: #00704a;
}


/* Slideshow */

/* Slideshow style rules */

#pane {
	margin: 0;
	padding: 0;
	height: 340px;
	z-index: 1;
}

#slideInner {
	height: 148px;
}
#slideshow {
  margin:0;
  margin-bottom: 5px;
  width:550px;
  height:136px;
  background-color: #FFF;
  border: solid 1px #00704A;
  position: relative;
}
#slideshow #slidesContainer {
  margin:0 auto;
  width:550px;
  height:136px;
  overflow:auto; /* allow scrollbar */
  position:relative;
  
}

.slide img {
  display: table-cell;
  margin-left: 22px;
  height: 136px;
  border: none;
}

/* Slideshow controls style rules */

.control {
  display:block;
  width:22px;
  height:136px;
  text-indent:-10000px;
  position:absolute;
  cursor: pointer;
}
#leftControl {
  top:0;
  left:0;
  height: 136px;
  background:transparent url(  /images/slider_button_left.gif) no-repeat 0 0;
  z-index: 1;
}
#rightControl {
  top:0;
  right:0;
  height: 136px;
  background:transparent url(  /images/slider_button_right.gif) no-repeat 0 0;
}

/* Scrollbar */

a.jScrollArrowUp {
  background: url(/images/arrow_up.gif) repeat-x 0 0;
  height: 11px; 
}
a.jScrollArrowUp:hover {
  /** background-position: 0 -15px; **/
}
a.jScrollArrowDown {
  background: url(/images/arrow_down.gif) repeat-x 0 0;
  height: 11px; 
}

a.jScrollArrowDown:hover {
  /** background-position: 0 -15px;*/
}
a.jScrollActiveArrowButton, a.jScrollActiveArrowButton:hover {
  /** background-position: 0 -30px;**/
}

.green-bar .jScrollPaneTrack {
  background: #778822;
}
.green-bar .jScrollPaneDrag {
  background: #bbaa22 url(/images/drag_grab.gif) no-repeat 50% 50%;
}
.green-bar .scroll-pane {
  background: #225522;
}

.holder {
  float: left;
  margin: 10px;
}

.cart-scroll-pane {
  width: 788px;
  height: 300px;
  overflow: auto;
  background: #fff;
  float: left;
}

.scroll-pane {
  width: 560px;
  height: 360px;
  overflow: auto;
  background: #fff;
}

#scroll-pane_products {
  width: 788px;
  height: 300px;
  overflow: auto;
  background: #fff;
  float: left;
}


.scroll-pane-header {
  height: 132px;
  width: 560px;
  overflow: auto;
  background: #ccc;
  float: left;
  border-bottom: solid;
}

.scroll-pane-header a {
	float: right;
}
/* Links Page */

.links-scroll-pane {
  width: 550px;
  height: 350px;
  overflow: auto;
  background: #fff;
  float: left;
}

.contentleft {
	width: 45%;
	float: left;
}

.contentright {
	float: right;
	width: 45%;
}

.links-scroll-pane h4 {
	font-size: 10px;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

.links-scroll-pane p {
	font-size: 10px;
	margin: 0 0 10px 0;
	padding: 0;
}

.links-scroll-pane a {
	font-size: 10px;
	vertical-align: top;
}

/* Shopping Cart */

#alt_content {
	clear: left;
	float: left;
	width: 780px;
	padding: 10px 0 0 10px;
	margin: 0 0 10px 0;
	display: inline;
}

 /** provisions page **/
 
#prov_content {
	clear: left;
	float: left;
	width: 780px;
	padding: 10px 0 0 10px;
	margin: 0 0 10px 0;
	display: inline;
}



#prov_spacer {
	height: 30px;
}
.middle {
  margin: 13px 10px 0 0;
  float: right;
}


/** end provisions page **/

/* Employment */

.emp-scroll-pane {
  width: 590px;
  height: 300px;
  overflow: auto;
  background: #fff;
  float: right;
}

.emp-scroll-pane h3 {
  font-size: 16px;
  font-weight: bolder;  
  color: #000; 
  background: #FFF;
  font-family:Arial, Helvetica, sans-serif;
  padding: 0px 0px 0px 10px;
  margin: 10px 0 0 0;
}

.emp-scroll-pane p {
	padding: 0px 0px 0px 10px;
	margin:0;	
}


.emp-left {
  width: 180px;
  height: 300px;  
  background: #fff;
  float: left;
  border-right: 3px solid #00704a; 
  border-top: 3px solid #00704a;

}
.emp-left ul{
  list-style: none; 
  margin-top: 0;
}

.emp-left ul li a {
	width:180px;
	float: right;
	background: #00704a;
	color: #f5f297;
 	text-decoration: none;
 	text-align: right;
  font-size: 11px;
  font-weight: bolder;  
  border-bottom: 4px solid #fff;
}

.emp-left ul li a span {
	width: 180px;
	float: right;
 	background: #f5f297; 
 	color: #00704a;
 	text-align: left;
}

/* end Employment */

#gotocart {
	text-align: right;
	width: 788px;
	margin: 10px;
}

#content-header {
	margin-bottom: 10px;
	margin-top: 10px;
/*	width: 780px; */
/*	border-bottom: 1px solid #00704a; */
}

/* Todo: Add to WYM-Editor */
#title {
	float: left;
	position: relative;
	top: -10px;
	height: 20px;
}

/* Todo: Add to WYM-Editor */
#title h2 a {}

/* Todo: Add to WYM-Editor */
#old_pagetitle {
	border-bottom: 1px #79B8A8 solid;
	padding-bottom: 1px;
	margin-top: 0px;
	height: 38px;
	line-height: 38px;
	width: 100%;
	display: block;
}

#pagetitle > h2 {
	margin: 0px;
}

#alt_product_search_container {
	display: block;
	width: 798px;
	height: 38px;
}

#alt_product_search {
	float:right;
        background-color: #00704a;
	height: 38px;
	width: 220px;
	margin-bottom: 10px;
}

#alt_product_search img {
	margin: 0 0 0 10px;
	position: relative;
	top: 2px;
}

#alt_product_search form {
	text-indent: 10px;
	padding: 0px;
}

#alt_product_search .form {
	font-size: 10px;
}

#alt_product_search p {
	color: #fff;
	margin: 0;
	text-indent: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8px;
}

.flash {
	color: #00704a;
	font-weight: bold;
}

.errors {
	color: #990000;
	background-color: #ff9999;
}
/* Account */

legend {
	color: #00704a;
	font-size: 13px;
	font-weight: bold;
}

.account-scroll-pane {
  width: 550px;
  height: 350px;
  overflow: auto;
  background: #fff;
  float: left;
}

.account-scroll-pane h4 {
	text-indent: 10px;
	font-size: 11px;
	color: #00704a;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

.account-scroll-pane p {
	text-indent: 10px;
	font-size: 10px;
	color: #00704a;
	margin: 0;
	padding: 0;
}

/* Todo: Add to WYM-Editor */
.tiny {
	font-size: 8px;
	display: block;
	color: #00704a;
	padding-left: 15px;
}

.note {
  font-size: 10px;
  color: #a3cd39;
}

/** Login CSS **/
#forgot_password {
	clear: both;
}
.login_header {
	margin:0px;
}

.login_text_element {
	display: block;
	position: relative;
	border: 1px solid green;
	height: 24px;
	margin:0;
    font-size: 18px;
    top: -28px;
    right: -138px;
}

.login_input h3 {
	margin: 0;
	font-weight: bold;
	text-align: center;
	height: 22px;
	width: 132px;
	line-height: 24px;
	font-size: 24px;
	display: block;
}

.login_button {
	vertical-align: middle;
	text-align: right;
	float:right;
}
.login_button input {
	vertical-align: middle;
}

/* Product Show */
#product-images {
	float: left;
	padding: 10px;
}

#main-image {
	clear: both;
}

#thumbnails {
	display: block;
}
ul#product-thumbnails {

	list-style-type: none;
}

#product-thumbnails li {
	display: inline;
}

#product-thumbnails li a img {
	border: none;
}

#product-thumbnails li.selected a img{
	border: #00704a 1px dotted;
}

#product-description {
	font-family: Verdana, Arial, sans-serif;
}

#product-description > p {
	padding-left: 10px;
}
#product-properties {
	clear: both;
}

dt {
	font-weight: bolder;
	color: #00704a;
	display: inline;
}

dd {
	font-weight: normal;
	color: #00704a;
}

/* Events */

.events-area {
	padding: 10px;
	height: 100%;
	font-family: Verdana, Arial, sans-serif;
}

#events-list {
	display: block;
	clear: both;
}

#events-list td {
	padding: 5px;	
}

#event-details {
	clear: both;
	display: block;
	height: 50px;
	padding: 5px;
	width: 100%;
}

#event-image {
	width: 100%;
	text-align: center;
}

#event-summary {
	display: block;
	padding: 10px;
}

#event-summary h2 {
	display: block;
	margin-top: 10px;
}

#event-description {
	padding: 10px;
}

.half-block {
	display: block;
	width: 50%;
	float: left;
}

/* Todo: Add to WYM-Editor */
.sidebar_1 {
	height: 250px;
	width: 220px;
	margin: 0 0 10px 0;
}

/* Checkout */
#checkout {
width: 798px;
height: auto;	
}

#checkout-summary {
	display: block;
	margin: 5px;
	margin-top: 9px;
	border: #00704a 1px solid;
	background-color: #d1e4dc;
	color: #000000;
	float:right;
	padding-top:10px;
	width:250px;
}

#order-summary-title {
	width: 250px;
	background-color: #00704a;
	overflow: hidden;
	padding: 0px;
	text-align: center;
}
#order-summary-content {
	padding: 10px;
}
#checkout-main {
	display: block;
	float: left;
	width: 500px;
}

#checkout-main form {
 text-indent: 0;	
}

#checkout-main label {
	display: inline-block;
	width: auto;
}

#checkout-summary label {
	display: inline-block;
	width: auto;
	margin-right: 10px;
}

#checkout-main label.error {
	display: inline-block;
	width: auto;
	color: red;
}

#checkout-main input, #checkout-main select{
	margin-left: 5px;
}

#checkout-main select{
	border: 1px #F0EC45 solid;
	color: #FFFFFF;
	font-family: Verdana;
	background-color: #00704a;
}

#checkout-main input.button {
	padding: 5px;
	border: 1px #F0EC45 solid;
	color: #FFFFFF;
	font-family: Verdana;
	background-color: #00704a;
	font-size: 14px;
	font-weight: bolder;
	width: auto;
	cursor: pointer;
	float: right;
}

#checkout-main p.radios label {
	width: auto;
	line-height: 19px;
}

ol.progress-steps {
	padding: 15px;
}

ol.progress-steps li {
	color: #00704a;
	font-family: Verdana;
	display: inline;
	border: black 1px solid;
	padding: 5px;
}
ol.progress-steps li.current-first, ol.progress-steps li.current {
	color: #00704a;
	background-color: #F0EC45;
}

ol.progress-steps li.completed, ol.progress-steps li.completed-first {
	color: #F0EC45;
	background-color: #00704a;
}

li.completed > span > a, li.completed-first > span > a {
	background-color: #00704a;
	text-decoration: none;
	color: #F0EC45;
}

.req {
	padding-left: 2px;
	color: red;
}

fieldset { 
	border: #00704a 1px solid;
	padding: 10px;
}
fieldset#shipping {
	margin-top: 10px;
	border: #00704a 1px solid;

}
fieldset#payment {
	border: #00704a 1px solid;
}
label#use_billing {
	width: 200px;
}

/* FAQ */
#faqs {
	min-height: 300px;
}
.question {
	color: blue;
	text-decoration: underline;
	cursor: pointer;
}

.answer {
	color: #00704a;
}

/* MISC */
.green_text {
  color: #00704a;
}
.view_all {
  float: left;
  padding-left: 10px;
}
/* Contact Form */
.new_contact {
    display: block;
    clear: both;
}
.new_contact .field {
    padding: 5px;
}
.new_contact label {
    color: #00704a;
    font-weight: bold;
    font-size: 14px;
}

.new_contact input[type='submit'] {
    padding: 5px;
    border: 1px #F0EC45 solid;
    color: #FFFFFF;
    font-family: Verdana;
    background-color: #00704a;
    font-size: 14px;
    font-weight: bolder;
    width: auto;
    cursor: pointer;
}

.new_contact select {
    border: 1px #F0EC45 solid;
    color: #FFFFFF;
    font-family: Verdana;
    background-color: #00704a;
}

#trustwaveSealImage {
    margin-top: 9px;
}


.place-another-button {
    background-color: #00704A;
    border: 1px solid #F0EC45;
    color: #FFFFFF;
    cursor: pointer;
    float: right;
    font-family: Verdana;
    font-size: 14px;
    font-weight: bolder;
    padding: 5px;
    width: auto;
}