/* buttons styles */
#btn_back, #btn_del, #btn_undo, #btn_summary, #btn_edit, #btn_print, #btn_checkout{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
    background-color:#006699;
    border-color:#003366;
    border-width:1px;
    border-style:solid;
	padding-left:5px;
	padding-right:5px;
	height: 32px;
	width: 180px;
    cursor:pointer;
}
#btn_del, #btn_undo, #btn_edit, #btn_print{
    background-color:#666666;
    border-color:#333333;
}
#btn_back:hover, #btn_checkout:hover, #btn_summary:hover{
	text-decoration: underline;
	background-color: #00CC00;
	cursor:pointer;
}
#btn_del:hover{
	text-decoration: underline;
	background-color: #FF0000;
	cursor:pointer;
}
#btn_undo:hover, #btn_edit:hover, #btn_print:hover{
	text-decoration: underline;
	background-color: #999999;
	cursor:pointer;
}

/* info boxes */

#msg_warning{
	/*
	padding:10px;
	padding-top:15px;
	*/
	padding-bottom:6px;
	margin-top:15px;
	margin-bottom:10px;
	height:24px;
	width:500px;
	background-color:#FFFFCC;
	border: dotted 1px #FF9900;
	text-align:center;
	font-weight:bold;
}
