#contentContainer {
	background: url(/images/mainlogo.gif) top no-repeat;
}
#MainSweetImage {
	padding-top:112px;
	text-align:center;
}
#MainSweetImage img {
	border:4px solid #000;
	/*width:525px;*/
	/*height:200px;*/
}
h1 {
	margin: .2em 0 0;
}



form table {
	margin:1em 0;
}
form table, form table td {
	border-collapse:collapse;
	border:4px solid #000;
	font-size:1em;
	padding:.5em;
	background:#FFF;
	vertical-align:middle;
}
form table td#sweetPricing, form table td#add2Basket {
	white-space:nowrap;
	text-align:center;
	border-left:4px solid #E5E5E5;
	padding:.5em 1em;
}
form table td#sweetPricing strong {/*Prices*/
	color:#EC008C;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:40px;
	display:block;
}
form table td button {
	margin:2em 0 0;
}
form table tfoot td {
	background:#000;
	color:#FFF;
	text-align:center;
}
form table td#add2Basket {
	padding:2em 1em;
}
form table td#add2Basket h2 {/*OOS message*/
	font-size:40px;
	font-weight:bold;
	color:#C00;
}



textarea {
	overflow:hidden;
	border:2px dashed #C00;
}
