@charset "utf-8";
body {
	color: #fff;
	background: url('img/bg.jpg') #000 50% bottom no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin: 0;
	padding: 0;
	text-align: center;
	line-height: 160%;
}

a {
	color: #ccc;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}


#main {
	position: relative;
	width: 950px;
	margin: 0 auto;
	text-align: left;
}

#adobe-logo {
	position: absolute;
	right: 50px;
	top: 0;
}

h1 {
	padding: 30px 0;
	margin: 0;
}

#countDown {
	margin: 50px 0;
}

#quickReg {
	width: 240px;
	float: right;
	padding: 10px 0 0 0;
}


#quickReg .note {
	font-size: 10px;
}

#quickReg img {
	margin: 5px 0;
}

#topInfo {
	float: left;
	width: 650px;
}

#topInfo p {
	margin: 0 0 20px 0;
}

#details {
	margin: 50px 0;
}

#details table {
	width: 850px;
	margin: 50px;
}

#details th {
	text-align: left;
	padding: 25px;
	font-weight: normal;
}

#details td {
	padding: 25px;
	vertical-align: top;
}

#details td strong {
	font-size: 20px;
}

#details td.reg {
	text-align:right;
}

#footer {
	padding: 0 0 700px 0;
	text-align: center;
}

.clear {
	clear: both;
	height: 1px;
	overflow: hidden;
	visibility: hidden;
}

img {
	border: none;
}

#cz_email_reg {
	float: right;
	padding: 30px 0;
	width: 240px;
}

#cz_email_reg input {
	width: 200px;
	margin: 5px 0;
}


#cz_email_reg input.imageSubmit {
	width: auto;
	margin: 5px 0;
}


.AccordionPanelContent p {
	margin: 30px 270px 30px 30px;;
}

.AccordionPanelContent table p {
	margin: 0;
}

