body
{
	background-color: black;
	border-top: 5px solid #000;
	color: #333;
	font-size: 13px;
	padding: 20px 0 40px;
	
	font-family: Arial;
}


p, label
{
	
	overflow: hidden;
}

a
{
	color: blue;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

h1, h2, h3, h4, h5
{
	font-family: Times New Roman;
}

h1
{
	font-weight: normal;
}

h2
{
	padding: 20px 0 0;
	border-bottom: 1px solid #ccc;
}


.container_12
{
 /*background: #fff url(/cake/img/12_col.gif) repeat-y;*/
 /*background: #fff;*/
 margin-bottom: 20px;
}

#wrap
{
	background: #fff url(/liput/img/header_bg.png) repeat-x;
}

#footer
{
	background: #333;
	margin-top: 10px;
	width: 950px;
	padding-right: 10px;
	color: white;
	text-align: right;
}


label {
	display: block;
	font-size: 150%;
}


input, select {
	width: 100%;

}

input[type="submit"]
{
	min-width: 100px;
	font-size: 150%;
}

div.error-message 
{
	color: red;
	
}

p.event-info
{
	display: block;
	padding-left: 10px;
	margin-bottom: 0px;
}

#Price
{
	margin-top: 30px;
	font-size: 200%;	
}
#TotalPrice
{
	color: #c80101;
	border-bottom: 3px double black;
}

#EventTime, #EventVenue, #EventPrice, #EventAvailability
{
	font-weight:bold;
}


img.icon
{
	float:left;
}

dt {
	font-weight: bold;
	font-size: 110%;
}
dd {
	margin-left: 20px;
}



