/* CSS Reset */
html *
{
	margin: 0;
	padding: 0;
}
body
{
	font-family: Arial, Helvetica, sans-serif;
}

img
{
	border: none;
}
a
{
	text-decoration: none;
}
/* End CSS Reset */

/* Registration CSS */
div#registration div#error
{
	display: none;
	margin-bottom: 15px;
	display: block;
}
div#registration div#error span, div.errorPHP span
{
	display: block;
	color: #f2555b;
	font-size: 12px;
	display: block;
	margin-left: 20px;
}
div.errorPHP span.positive
{
	color: #000000;
	font-size: 12px;
	margin: 0 0 10px 0;
}
/* End Registration CSS */

/* Registrants */
div#registration div#info
{
	font-size: 11px;
	width: 1230px;
	margin: 0 auto 0 auto;
	background-color: #FFFFFF;
}
div#registration div#info span.numreg
{
	font-style: italic;
}
div#registration div#info div.headers span.number, div#registration div#info div.person span.number
{
	width: 25px;
	font-weight: bold;
}
div#registration div#info div.headers span, div#registration div#info div.person span
{
	display: inline-block;
	width: 200px;
	margin: 0 5px;
	vertical-align: middle;
}
div#registration div#info div.headers span
{
	font-weight: bold;
}
div#registration div#info div.headers, div#registration div#info div.person
{
	border-bottom: 1px solid #000000;
	padding: 5px 0;
}
div#registration div#info div.headers
{
	margin: 0 1px;
}
div#registration div#info div.person
{
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
}
div#registration div#info div.headers span.zip, div#registration div#info div.person span.zip
{
	width: 50px;
}
div#registration div#info div.headers span.email, div#registration div#info div.person span.email
{
	width: 88px;
}
div#registration div#info div.headers span.city, div#registration div#info div.person span.city
{
	width: 125px;
}
div#registration div#info div.headers span.company, div#registration div#info div.person span.company
{
	width: 125px;
}
div#registration div#info div.headers span.street, div#registration div#info div.person span.street
{
	width: 150px;
}
div#registration div#info div.headers span.loc, div#registration div#info div.person span.loc
{
	width: 100px;
}
div#registration div#info div.headers span.name, div#registration div#info div.person span.name
{
	width: 150px;
}
/* End Registrants */

/* Registrants */
div#registrants div#info
{
	font-size: 11px;
	width: 1230px;
	margin: 0 auto 0 auto;
	background-color: #FFFFFF;
}
div#registrants div#info span.numreg
{
	font-style: italic;
}
div#registrants div#info div.headers span.number, div#registrants div#info div.person span.number
{
	width: 25px;
	font-weight: bold;
}
div#registrants div#info div.headers span, div#registrants div#info div.person span
{
	display: inline-block;
	width: 200px;
	margin: 0 5px;
	vertical-align: middle;
}
div#registrants div#info div.headers span
{
	font-weight: bold;
}
div#registrants div#info div.headers, div#registrants div#info div.person
{
	border-bottom: 1px solid #000000;
	padding: 5px 0;
}
div#registrants div#info div.headers
{
	margin: 0 1px;
}
div#registrants div#info div.person
{
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
}
div#registrants div#info div.headers span.zip, div#registrants div#info div.person span.zip
{
	width: 50px;
}
div#registrants div#info div.headers span.email, div#registrants div#info div.person span.email
{
	width: 88px;
}
div#registrants div#info div.headers span.city, div#registrants div#info div.person span.city
{
	width: 125px;
}
div#registrants div#info div.headers span.company, div#registrants div#info div.person span.company
{
	width: 125px;
}
div#registrants div#info div.headers span.street, div#registrants div#info div.person span.street
{
	width: 150px;
}
div#registrants div#info div.headers span.loc, div#registrants div#info div.person span.loc
{
	width: 100px;
}
div#registrants div#info div.headers span.name, div#registrants div#info div.person span.name
{
	width: 150px;
}
/* End Registrants */

div#registration
{
	margin: 0 auto 0 46px;
	position: relative;
}

div#registration #error span.positive
{
	color: #41636F;
	font-size: 16px;
	font-weight: bold;
	display: block;
	width: 330px;
}

h2
{
	display: block;
	width: 310px;
	height: 24px;
	background: url(../images/title-form-capax.gif) no-repeat;
	margin-bottom: 15px;
	margin-top: 20px;
}



.row
{
	display: block;
	height: 20px;
	margin-bottom: 10px;
	width: 520px;
	padding-left:10px;
}

.text-value
{
	font-size: 14px;
	font-family: tahoma;
	color: #303a40;
	display: block;
	width: 125px;
	text-align: right;
	float: left;
	display: inline;
	position: absolute;
	padding-right: 10px;
}

.text-input
{
	display: block;
	margin-left: 135px;
	position: relative;
}
.input
{
	font-size: 14px;
	color: #3f5d74;
	font-weight: normal;
	padding: 1px 0px;
	width: 195px;
}

.text-checkbox
{
	display: block;
	margin-left: 125px;
	position: relative;
	font-size: 13px;
	font-family: tahoma;
	color: #303a40;
	width: 220px;
}

.checkbox-position
{
	display: block;
	margin-top: 10px;
	height: 100%;
}

.text-dropdown
{
	font-size: 14px;
	color: #3f5d74;
	font-family: tahoma;
	width:200px;
	padding: 1px 0px;
}

#error
{
    margin: 0 10px 10px 10px;
    color: Red;
    padding-bottom: 10px;
    position:relative;
    top:5px;
	/* Original Value: margin-left: -28px;*/
}

#error span.errorHead
{
	font-weight: bold;
	font-size: 22px;
	color: black;
}



/* eventregistration.php */

#php-event-registration div#registration
{
	margin: 0 auto 0 136px;
	position: relative;
}

#error_php .error
{
	margin-left: 126px;
}

#error_php .error-already-registered
{
	margin-left: 126px;
	display: block;
	width: 200px;
}

#php-event-registration span.positive
{
	color: #41636F;
	font-size: 16px;
	font-weight: bold;
}

.modalBackground
{
	background-color: Gray;
	filter: alpha(opacity=70);
	opacity: 0.8;
}

.popup 
{
	background: #fcc; 
	font-weight: bold; 
}

.popup2
{
	/*position: absolute;*/
	background-color: #fff;
	text-align: left;
	overflow: hidden;
	padding: 0px;
	/* invalid values, but looks smoother! */
	/*-moz-border-radius: 3px;
	-webkit-border-radius: 3px;*/
	width:550px;/*524px*/
	border-style:solid;
	border-color:Black;
	border-width:medium;
	
}
.popup-thank-you
{
    background-color: #fff;
	text-align: left;
	overflow: hidden;
	padding: 10px;
	width:300px;
	height:100px;
	border-style:solid;
	border-color:Black;
	border-width:medium;
}
.popup-container
{
    overflow:visible;
    font: blue;
}

.closeButton
{
	position:absolute;
	width: 30px;
	height: 30px;
	right: -20px;
	top: -15px;
	background: url(../images/squeezebox/closebox.png) no-repeat center;
	border: none;
}
.closeButton-thank-you
{
    position:absolute;
	width: 30px;
	height: 30px;
	right: -13px;
	top: -13px;
	background: url(../images/squeezebox/closebox.png) no-repeat center;
	border: none;
}

.validationError
{
	float:left;
}
.validationExpressionError
{
    position:relative;
    left:203px;
    bottom:20px;
}

.chkText
{
	width:100px;
}

/*Copied Over from IE8 CSS File - 102109 due to missing styling for FF and Chrome*/

.btn-position
{
	display: block;
	margin-top: -5px;
	bottom: 10px;
	position:relative;
}

iframe
{
    width: 556px; 
    height: 443px; 
    overflow:hidden; 
    background-image:none;
}