/* Cart Elements */
<style>
.cart {
  padding: 0px;	
}
.cart .h2 {
  background-color: #5a6564; 
	border-top: 3px solid #b4cac8; 
	padding: 8px 8px 8px 8px;
	margin-bottom: 3px; 
	color:#FFFFFF; 
	font-weight: normal;
	font-size:1.3em;
}
.cart .reqf {
	color: #FF0000; 
}
.cart .form{
	font-size:1em;
	padding: 2px 2px;
	background-color:#ececec;
	border: 1px solid #ccc;
	margin-left: 4px;
	color:#006699;
}
.cart .form-area {
	width:57%;
  padding: 10px 15px;
	border: solid #CCCCCC 1px;
}
.cart .form-area p {
	margin: 0px 0px;
	font-size: 1.1em;
	border-bottom: dotted #CCCCCC 1px;
	padding: 10px 0px;
}

.btn { display: block; position: relative; background: #aaa; padding: 5px; float: left; color: #fff; text-decoration: none; cursor: pointer; margin-left:50px; }
.btn .p2 {	font-weight: bold;	font-size:1.8em;	color: #5a6564;	letter-spacing: 0em; }
.btn * { font-style: normal; background-image: url(/images/buttons/btn2.png); background-repeat: no-repeat; display: block; position: relative; }
.btn i { background-position: top left; position: absolute; margin-bottom: -5px; top: 0; left: 0; width: 5px; height: 5px; }
.btn span { background-position: bottom left; left: -5px; padding: 0 0 5px 10px; margin-bottom: -5px; }
.btn span i { background-position: bottom right; margin-bottom: 0; position: absolute; left: 100%; width: 10px; height: 100%; top: 0; }
.btn span span { background-position: top right; position: absolute; right: -10px; margin-left: 10px; top: -5px; height: 0; }

* html .btn span, * html .btn i { float: left; width: auto; background-image: none; cursor: pointer; }

.btn.blue { background: #2ae; font-size:16px;	color: #fff;	letter-spacing: 0em; }
.btn.green { background: #9d4; }
.btn.pink { background: #e1a; font-size:16px;	color: #fff;	letter-spacing: 0em; }
.btn:hover { background-color: #a00; }
.btn:active { background-color: #444; }
.btn[class] { background-image: url(/images/buttons/shade.png); background-position: bottom; }

* html .btn { border: 3px double #aaa; }
* html .btn.blue { border-color: #2ae; }
* html .btn.green { border-color: #9d4; }
* html .btn.pink { border-color: #e1a; }
* html .btn:hover { border-color: #a00; }


</style>   