.centerPageOuter {	
	display: table;
	position: static;
	
	width: 99%;
	margin:0 auto;
	height: 390px;
}

.centerPageMiddle {
	display: table-cell;
	vertical-align: middle;
	width: 100%;
}

.centerPageInner {
	position: static;
	
	width: 440px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

.signupBoxCenter {
}

.signupBoxCenterTop {
	background:transparent url(../signup-box-top.png) no-repeat scroll left bottom;
	height: 31px;
}

.signupBoxCenterTopSmall {
	background:transparent url(../signup-box-top-small.png) no-repeat scroll left bottom;
	height: 31px;
}

.signupTitel {
	padding-top: 12px;
	padding-left: 26px;
	color: #FFFFFF;
	font-size: 10pt;
	font-family: TrackMan, DINCond-Bold, Tw Cen MT Condensed, Myriad Web Pro Condensed, Verdana;
	text-align: left;
}

.signupBoxCenterMain {
	background: #2A2A2A url(../signup-box-midt.png) repeat-x scroll top;
	border-color: black;
	border-style: solid;
	border-width: 0px 5px 5px 5px;
	font-size: 15px;
	margin-right: 2px;
	margin-left: 2px;
	padding-bottom: 2px;
	text-align: right;
	
	-moz-border-radius-bottomleft: 8px;
	-webkit-border-bottom-left-radius: 8px;
	-moz-border-radius-bottomright: 8px;
	-webkit-border-bottom-right-radius: 8px;
}

.signupBoxText {
	text-align: right;
	font-size: 11pt;
	font-family: TrackMan, DINCond-Bold, Tw Cen MT Condensed, Myriad Web Pro Condensed, Verdana;
	color: white;
	margin-right: 6px;
	padding-top: 12px;
	height: 23px;
}

.inputText {
	border: solid 1px #D1884B; 
	height: 18px;
	padding-top: 2px;
	padding-left: 4px;
	width: 250px;
	font-size: 11pt;
}

.inputDropDown {
	border: solid 1px #D1884B; 
	height: 22px;
	padding-top: 2px;
	width: 255px;
	font-size: 11pt;
}

.signupBoxText a {
	color: #f19400;
	text-decoration: none;
}

.signupBoxText a:hover {
	color: #f19400;
	text-decoration: underline;
}

.signupBoxTextOrange {
	color: #f19400;
	text-align: right;
	font-size: 13pt;
	font-family: TrackMan, DINCond-Bold, Tw Cen MT Condensed, Myriad Web Pro Condensed, Verdana;
	margin-right: 105px;
	padding-top: 12px;
	height: 20px;
}

.validationBoxText {
	text-align: right;
	font-size: 11pt;
	font-family: TrackMan, DINCond-Bold, Tw Cen MT Condensed, Myriad Web Pro Condensed, Verdana;
	color: Red;
	margin-right: 6px;
	padding-top: 5px;
	padding-bottom: 5px;
	height: 16px;
}

.formbuttonSubmit {
	cursor: pointer;
	border: 0;
	height: 25px;
	width: 131px;
	color: #FFFFFF;
	font-family: TrackMan, DINCond-Bold, Tw Cen MT Condensed, Myriad Web Pro Condensed, Verdana;
	font-size: 11pt;
	background: url(../button-submit.png) no-repeat left top;
}

.formbuttonReset {
	cursor: pointer;
	border: 0;
	height: 25px;
	width: 131px;
	color: #FFFFFF;
	font-family: TrackMan, DINCond-Bold, Tw Cen MT Condensed, Myriad Web Pro Condensed, Verdana;
	font-size: 11pt;
	background: url(../button-cancel.png) no-repeat left top;
}

img {
	border: 0px;
}

#hideshow {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

#fade {
	background: #000; 
	position: fixed; 
	width: 100%;
	height: 100%;
	filter:alpha(opacity=60);
	opacity: .60;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)"; /*--IE 8 Transparency--*/
	left: 0;
	z-index: 10;
}

.popup_block {
	background: #ddd;
	padding: 10px 20px;
	border: 10px solid #fff;
	float: left;
	width: 800px;
	position: fixed;
	top: 110px;
	bottom: 50px;
	left: 50%;
	margin: 0 0 0 -430px;
	z-index: 100;
}

.popup_block .popup {
	float: left;
	background: #fff;
	padding: 10px 0;
	border: 1px solid #bbb;
}
.popup_block img.cntrl {
	position: absolute;
	right: -20px;
	top: -20px;
}

.popup {
	position: absolute;
	top: 10px;
	left: 10px;
	right: 10px;
	bottom: 10px;
	overflow: scroll;
}

.popup h3 {
	margin: 0 0 20px;
	padding: 5px 10px;
	border-bottom: 1px solid #bbb;
	font-size: 1.5em;
	font-weight: normal;
}
.popup p {
	padding: 5px 10px;
	margin: 5px 0;
}

.fadeBackground {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color:Black;
	/* for IE */
	filter:alpha(opacity=60);
	/* CSS3 standard */
	opacity:0.6;
}

.loadingPopup {
	background: White;
	border: 2px solid Orange;
	width: 200px;
	height: 100px;
	position: relative;
	top: 400px;
	bottom: 50px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	z-index: 100;
}

.loadingPopup img {
	margin:20px 0 20px 0;
}

.loadingPopup p {
	font-size:medium;
	font-weight:bold;
	color:#000000;
	text-align: center;
}
  
/*--Making IE6 Understand Fixed Positioning--*/

*html #fade {
	position: absolute;
	top:expression(eval(document.compatMode &&
	document.compatMode=='CSS1Compat') ?
	documentElement.scrollTop : document.body.scrollTop);
}

*html .popup_block {
	position: absolute;
	top:expression(eval(document.compatMode &&
	document.compatMode=='CSS1Compat') ?
	documentElement.scrollTop
	+((documentElement.clientHeight-this.clientHeight)/2)
	: document.body.scrollTop
	+((document.body.clientHeight-this.clientHeight)/2));
	
	left:expression(eval(document.compatMode &&
	document.compatMode=='CSS1Compat') ?
	documentElement.scrollLeft 
	+ (document.body.clientWidth /2 ) 
	: document.body.scrollLeft 
	+ (document.body.offsetWidth /2 ));
}

/*--IE 6 PNG Fix--*/

img{ behavior: url(iepngfix.htc) }

