.floatingBox {

	float: left;

	margin: 20px 20px 0 0;

	width: 280px;

	display: inline;

}



legend {

	font-size: 12pt;

	font-weight: bold;

}



div.buttonRow {

	float: left;

	display: inline;

	margin: 0 20px;

}



div.forward {

	float: right;

}

div.back {

	float: left;

}





.cssButton, .cssButtonHover, .button_submit, .button_submitHover, .button_back, .button_backHover, .button_create_account, .button_create_accountHover {

	width: auto !important;

	background-color: #FF0;/*#F4F4F4;*/

	color:#630;/* #000000;*/

	border: 2px outset #960; /*F4F4F4;*/

	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;

	font-size: 1.1em;

	text-align:center;

	white-space: nowrap;

	text-decoration: none;

	font-weight: bold;

	margin: 5px auto;

	display: inline-block;

	vertical-align: top;

	cursor: pointer;

}



.cssButtonHover, .button_submitHover, .button_backHover, .button_create_accountHover {

color: #616161;

border: 2px inset #F4F4F4;

}



.button_delete, .small_edit, .button_delete_small { font-size: 0.7em; }



/* adding the styles below might be needed if the default button width is changed */

/* .button_continue_shopping, .button_shipping_estimator {width: 150px;} */

/*.small_delete, .button_prev, .button_next, .button_search  {width: 7em;}

.button_sold_out_sm, .button_sold_out, .button_update_cart, .button_checkout, .button_login {width: 10em;}

.button_return_to_product_list, .button_add_selected {width: 22em;}

.button_in_cart{width: 19em;}  

.button_submit {width: 18em;}

.button_update_cart {color: red;}

.button_update_cartHover {color: black;}*/

/*.innerbox#headernavcenter .boxtext .button_search {display:inline;}*/

