﻿@charset "utf-8";
/* CSS Document */
body
{
	font-family:tahoma,arial;
	font-size:80%;
	color:#FFF;
	background-color:#000;
}
h1,h2,h3,h4
{
	margin:0;
	padding:0;
}
label[style], span[style]
{
	color:#FFFFFF !important;
	font-size:12px!important;
}
select
{
	font-family:tahoma,arial !important;
	font-size:12px !important;
	width:200px;
}
#container
{
	width:800px;
	margin-left:auto;
	margin-right:auto;
}
#header
{
	width:800px;
	height:56px;
	background:url(http://thenia.s3.amazonaws.com/comp-header.jpg) no-repeat 0 0;
}
#header span
{
	margin-left:-10000px;
}
#header a
{
	width:800px;
	height:56px;
	display:block;
}
#main
{
	margin-top:10px;
	background:url(http://theticketfactory.s3.amazonaws.com/curve-top.gif) no-repeat 0 0;
	padding-top:10px;
}
#curve
{
	background:#3E3E3E url(http://theticketfactory.s3.amazonaws.com/curve-bottom.gif) no-repeat 0 bottom;
	padding:0 20px 20px;
}
#top
{
	border-bottom:1px dotted #CCC;
	margin-bottom:15px;
}
#top h2
{
	font-size:125%;
	text-transform:uppercase;
	font-weight:normal;
	text-align:center;
}
#top h3
{
	font-size:110%;
	text-transform:uppercase;
	font-weight:normal;
	text-align:center;
	color:#CCC;
}
p.subtext
{
	margin:0;
	padding-left:15px;
	font-size:85%;
	padding-bottom:10px;
	color:#CCC;
}
input.MediumTextBox
{
	width:200px!important;
}
span.ButtonSubmit
{
	margin-top:10px;
}
p.small, ol li
{
	font-size:85%;
	color:#DDD;
}