#content form
{
	color: #CDBDB3;
}
#content input, #content textarea
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: .75em;
	width: 12em;
	color: #000000;
	background-color: #FFFFFF;
	border: 1px solid #CDBDB3;
	margin-bottom: .5em;
	padding-left: .2em;
}
#content .priceinput
{
	width: 11.4em;
}
#content textarea
{
	height: 7em;
	overflow: auto;
}
#content label
{
	font-size: .75em;
	font-weight: bold;
}

#content th
{
	vertical-align: top;
	text-align: left;
	color: #CDBDB3;
	font-size: .75em;
	font-weight: bold;
}
#content td
{
	vertical-align: top;
}
#content input.btn
{ 
	margin-top: 15px;
	width: 5.5em;
	background-color: transparent;
	color: #CDBDB3;
}

#content .price
{
	width: 6em;
}
#content form.pdfupload, #content form.sendlink
{
	margin-top: 30px;
}
#content .required
{
	color: red;
	font-size: .75em;
}
#content .requiredp
{
	color: red;
	font-size: 1em;
}
#content h2
{
	color: #CDBDB3;
	font-size: .8em;
	font-weight: bold;
}
#content .wineinput
{
	width: 19em;
}
#content .qtyinput
{
	width: 6em;
}
#content .priceinput
{
	width: 6em;
}
#content .deleteitem
{
	width: 3em;
}
#content .cart td
{
	font-size: .75em;
}
#content a:link, #content a:visited
{
	color: #CDBDB3;	
}
#content .cart td.surcharge
{
	font-size: .6em;
	text-align: right;
}
.total
{
	text-align: right;
	font-weight: bold;
}
#content table.cart  
{
	width: 100%;
	border-collapse: collapse;
	border-bottom: 1px solid #CDBDB3;	
}
.cart td, .cart th
{
	padding: .2em .7em .2em .7em;
	border: 1px solid #CDBDB3;	
} 
#content .cartinput
{
	width: 5em;
	font-size: 1em;
}

#content .check
{
	width: 2em;
	background-color: #9A8477;
	border: 0 solid #000000;
}
#content .smallpage
{
	height: 20em;
}
#content .cmspage
{
	height: 15em;
}
#content .inlinep
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: .75em;
	font-weight: bold;
	vertical-align: middle;
}
#content .ul
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: .75em;
	color: #000000;
	background-color: #FFFFFF;
	border: 1px solid #CDBDB3;
	margin-bottom: .5em;
	padding-left: .2em;
}