
#orderDesc {
	margin-right:40px;
	padding: 10px 0px 10px 30px;
	width:320px;
	float:right;
	background:#cde1d8;
}
#orderDesc span{
	margin:0 25px 0 10px;
	padding:2px;
	border:1px solid black;
}
#orderDesc #orderDesc_last{

	margin:0 0px 0 10px;
}
#content h4{
	color:#fc8145;
}
#signUp span, #complete_order span{
	float:left;
	display:block;
	width:120px;
}
#signUp select
{
	background-color: #f5f6f5;
	border: 1px solid black;
	
}
#signUp p, #complete_order p{
	margin-top:3px;
}
#signUp span.noFloat, #complete_order  span.noFloat{
	display:inline;
	width: 10px;
	float:none;
}

.mouse{
	margin-left:20px;
	color:grey;
	font-size:12px;
}


#signUp input, #complete_order input
{
	background-color: #f5f6f5;
	border: 1px solid black;
	width:70px;
	height:15px;
	margin-right: 6px;
	
}
#complete_order select{
	background-color: #f5f6f5;
	border: 1px solid black;
	padding:2px;
	width:60px;
	margin-right: 6px;
}
#complete_order select.sel{
	width:130px;
}
/*checkbox styles not working*/
#sp
{
	background-color: #f5f6f5;
	border: 1px solid black;
}

#sp2
{
	background-color: #f5f6f5;
	border: 1px solid black;
}
#innerContent{
	margin:10px 0 0 50px;
	background: url("../images/contentTile.jpg") repeat-y top left;
}
#innerContent img, #innerContent p, #innerContent h4, #innerContent #navForm{
	margin-left:10px;
}
#innerContent h3
{
	padding: 10px 0 5px 10px;
	background:url("../images/contentTop.jpg") no-repeat top left;
}
#innerContent .contentLast
{
	clear:both;
	padding: 10px;
	padding-right:150px;
	margin-left:0px;
	background: url("../images/contentBottom.jpg") no-repeat bottom left;
	text-align: right;
	
}
#check{
	margin: 0 50px 50px 0;
	float:right;
}
	
#items{
		float:right;
		margin: 50px 120px 0 0;
		background: #c3c1c1;
		padding:15px;
}
#items .item{
	padding-bottom:10px;
	margin-bottom: 10px;
	border-bottom:2px dashed black;
}
#items h4{
	color: #a11212;
	margin-bottom:5px;
	margin-left:-2px;
}
#items span.item_name, #items span.quantity
{
	padding-right:20px;

}

#items span.item_name, #items span.quantity,  #items span.price
{
	font-weight:bold;

}
#items ul
{
	margin-left:13px;
}
#items #prices
{
	color:#06045d;
	padding:5px 0 3px 0;
}

#place_order{
	border:none;
	margin:10px 0 0 7px;
	width:120px;
	height:40px;
	background:url("../images/order.png") no-repeat top left;
	padding-bottom:3px;
	font-weight:bold;
}
textarea{
	background-color: #f5f6f5;
	margin-left:20px;
}
.top_h4{
	margin-top:20px;
}
#begin_order{
	margin: 10px 0 0 20px;
}
#begin_order p{
	margin-top: 5px;
}
#order_now_button, input#register_button
{
		border:none;
	margin:10px 0 0 7px;
	width:120px;
	height:40px;
	background:url("../images/order.png") no-repeat top left;
	padding-bottom:3px;
	font-weight:bold;
	
}
h5#error{
	color:red;
	padding-left:8px;
}

