ul#errors, ul#modal_errors, ul#messages{
		list-style:none;
		border: 1px solid #FFcccc;
		margin: 0 20px;
		background:#FFfafa;
		color:#FF0000;
		padding:5px;
		font-weight:bold;
		text-align:center;
		margin-bottom: 10px;
	}
	ul#errors li{
		list-style:none;
	}

ul#messages{
	background:#Fafafa;
	border: 1px solid #cccccc;
	color:#666666;
}

#paypal_button {
	border: 1px solid #cccccc;
	text-align: center;
}
#paypal_button form input{
	width: auto;
}

.ticket_notice{
	list-style: decimal;
	font-size: x-small;
	margin-left: 15px;
}

#eventsummary{
	clear: both;
	width: 100%;
	margin: 4px;
	margin-left: 10px;

	}
.title{
	font-weight: bold;
	font-size: large;
	color: #777;
	margin-bottom: 5px;

	}

#eventsummary .year{
	font-weight: bold;
}
#eventsummary .date{
	font-weight: bold;
	font-size: x-large;
	float: left;
	height: 30px;
	vertical-align: bottom;
}
#eventsummary .weekday{
	font-weight: bold;
	font-size: normal;
	float: left;
	height: 30px;
	vertical-align: bottom;
}
#eventsummary .time{
	font-weight: bold;
	font-size: x-large;
	float: left;
	margin-left: 10px;
	height: 30px;
	vertical-align: bottom;
}

#eventlocation {

	clear: both;
	margin-top: 20px;
	padding-top: 20px;
	font-weight: bold;
	font-size: large;
	margin-left: 10px;
}
#eventsummary .start{
	float: left;
	background: #AAF;
	width: 20px;
	height: 40px;
	margin-right: 5px;
	}

#eventsummary .end{
	float: left;
	background: #FAA;
	width: 20px;
	height: 40px;
	margin-right: 5px;
}

#arrow_down{
	clear: both;
	font-size: x-large;
	color: #AAA;
	padding-left: 2px;
	margin-left: 10px;
	}

.FreezePaneOff{
		visibility: hidden;
		display: none;
		position: absolute;
		top: -100px;
		left: -100px;
	}

.FreezePaneOn{
		position:fixed;
		top:0px;
		left:0px;
		visibility:visible;
		display:block;
 		width:100%;
		height:100%;
		background-color:#666;
		z-index:900;
		filter:alpha(opacity=90);
		-moz-opacity:0.90;
		opacity:0.90;
		padding-top: 20%;
	}

.InnerFreezePane{
		text-align:center;
		width:66%;
		background-color:#000;
		color:#fff;
		font-size:large;
		border:dashed 2px #fff;
		z-index:999;
		padding:9px;
		filter:alpha(opacity=100);
		-moz-opacity:1.0;
		opacity:1.0;
	}

.InnerFreezePaneFont{
		text-align:center;
		color:#ffffff;
		font-size:large;
	}

.errMsg {
	margin-left: 1em;
	padding-bottom: 1px;
	display: block;
	line-height: 1.4;
	text-indent: -.9em;
}

.formError {
	padding-bottom: 13px;
	display: block;
}
.fixed {
	padding-bottom: 0;
}

	.formError .formErrorClose {
		border: solid #252525 2px;
		border-radius: 9px 9px 9px 9px;
		-moz-border-radius: 9px 9px 9px 9px;
		-webkit-border-radius: 9px 9px 9px 9px;
		display: block;
		width: 16px;
		height: 16px;
		position: absolute;
		top: -4px;
		right: -4px;
		color: #efefef;
		background: #333;
		font-weight: bold;
		text-align: center;
		line-height: middle;
		cursor: pointer;
		box-shadow: 1px -1px 3px #888;
		-moz-box-shadow: 1px -1px 3px #888;
		-webkit-box-shadow: 1px -1px 3px #888;
    _z-index:2;
	}
	.formError .formErrorClose:hover {
		background: #666;
	}
	.fixed .formErrorClose {
		display: none;
	}

	.formError .formErrorContent {
		border-radius: 3px;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		padding: 6px 10px;
		width: 180px;
    position:relative;
		color: #fff;
		background: #252525;
		font-family: "Lucida Sans Unicode","Lucida Grande",Arial,Helvetica,"�q���M�m�ۃS Pro W4",HiraMaruPro-W4,"�q���M�m�p�S Pro W3","���C���I",Meiryo,Osaka,sans-serif;
		font-size: 11px;
		box-shadow: 0px 0px 6px #888;
		-moz-box-shadow: 0px 0px 6px #888;
		-webkit-box-shadow: 0px 0px 6px #888;
    _z-index:1;
	}
	.fixed .formErrorContent {
		margin-top: .5em;
		border-radius: 0;
		-moz-border-radius: 0;
		-webkit-border-radius: 0;
		background: #f60;
		box-shadow: none;
		-moz-box-shadow: none;
		-webkit-box-shadow: none;
	}
	.fadeOut {
		opacity: .2;
		filter: alpha(opacity=20);
	}

	.formError .formErrorArrow {
		width: 15px;
		height: 15px;
		position: absolute;
		bottom: 0;
		left: 20px;
    _z-index:0;
	}
	.fixed .formErrorArrow {
		display: none;
	}
	.formError .formErrorArrowBottom {
		margin: -6px;
		top: 0;
	}
	.fixed .formErrorArrowBottom {
		display: none;
	}

		.formError .formErrorArrow div {
			margin: 0 auto;
			display: block;
			height: 1px;
			background: #252525;
			line-height: 0px;
			font-size: 0px;
			box-shadow: 0px 2px 3px #888;
			-moz-box-shadow: 0px 2px 3px #888;
			-webkit-box-shadow: 0px 2px 3px #888;
		}
			.formError .formErrorArrowBottom div{
				box-shadow: none;
				-moz-box-shadow: none;
				-webkit-box-shadow: none;
			}

		.formError .formErrorArrow .line10 {
			width: 19px;
		}
		.formError .formErrorArrow .line9 {
			width: 17px;
		}
		.formError .formErrorArrow .line8 {
			width: 15px;
		}
		.formError .formErrorArrow .line7 {
			width: 13px;
		}
		.formError .formErrorArrow .line6 {
			width: 11px;
		}
		.formError .formErrorArrow .line5 {
			width: 9px;
		}
		.formError .formErrorArrow .line4 {
			width: 7px;
		}
		.formError .formErrorArrow .line3 {
			width: 5px;
		}
		.formError .formErrorArrow .line2 {
			width: 3px;
		}
		.formError .formErrorArrow .line1{
			width: 1px;
		}