#containerDiv {
	margin-top: 0px;
	width: auto;
	margin: 0px 10px 0px 10px;
	text-align: center;
}

#textWidthDiv {
	display: block;
	padding: 0px;
	margin: 0px;
	width: 100%;
}

#attendeesDiv {
	text-align: left;
	width: 100%;
}

#attendeeAddressSleeve,#attendeeListSleeve {
	width: auto;
	padding: 10px;
}

#attendeeEditEmailDiv {
	padding: 5px;
	float: right;
}

#attendeesNewDiv {
	width: auto;
	padding: 5px
}

#attendeesListDiv {
	width: auto;
	padding: 5px
}

#attendeesListDiv table {
	width: 875px;
}

#enterEmailDiv {
	text-align: left;
	padding: 10px;
	width: auto;
}

#enterEmailTicketsDiv {
	width: auto;
}

#leftEmailReg {
	width: 45%;
	float: left;
}

#rightEmailReg {
	font-size: .9em;
	width: 45%;
	float: right;
}

.emailInput {
	width: 250px;
}

#rightEmailReg select {
	margin: 10px 0px 10px 0px;;
}

#loginTable {
	border: 0px;
	padding: 30px 30px 10px 10px;
	margin: 0px auto 0px auto;
}

#loginDiv {
	margin: 20px auto 0px auto;
	width: 280px;
	border: 1px solid silver;
	padding: 10px;
	text-align: center;
}

#registeredFrameDiv {
	width: 47%;
	float: right;
}

#registeredTableDiv {
	height: 300px;
	border: 0px solid white;
	width: 99.9%;
}

#registeredTableDiv a {
	color: #000;
	text-decoration: none;
}

#unregisteredFrameDiv {
	width: 47%;
	float: left;
}

#unregisteredTableDiv {
	height: 300px;
	overflow-x: none;
	border: 0px solid white;
	width: 99.9%;
}

#unregisteredTableDiv a {
	color: #000;
	text-decoration: none;
}

#repNamesDiv {
	height: 400px;
}

#eventNamesDiv {
	width: 100%;
}

#eventNamesDiv .locked {
	color: #DD0000;
	font-weight: bold;
}

#eventNamesDiv .open {
	color: #1EDD1E;
	font-weight: bold;
}

#redAlertDiv {
	color: red;
	font-family: arial;
	font-weight: bold;
}

#blueAlertDiv {
	color: #2D52AA;
	font-family: arial;
	font-weight: bold;
}

.instructions {
	font-weight: bolder;
	font-size: 1.1em;
	color: 1D71C2;
	text-align: center;
	margin: 10px 0px 10px 0px;
}

h3 {
	display: inline;
}