@charset "utf-8";
/* Bigpoint include in der anmeldung.tpl */	
.padding_ie
	{
	margin:30px 0 0 -8px;
	}
	
* html .padding_ie
	{
	margin:60px 0 0 5px;
	}
	
*+html .padding_ie
	{
	margin:60px 0 0 5px;
	}
	
.signup_left 
	{
	display:none; 		/*blendet die linke tabelle aus*/
	}

.signup_right
	{
	margin:0; 			/* positionierung des Formular */
	display:table-cell;
	}
	
.signup_right input,
.signup_right select
	{
	font:normal 13px/12px Arial, Helvetica, sans-serif;
	width:151px;
	}	
	
	* html  .signup_right input 	/* IE6 */	
		{
		width:155px;
		wid\th:153px;
		display:inline;
		}
	
select.input_selectInstance
	{ 
	width:155px; 					/* korrigiert die breite von spiel-server select */
	}
	
select.input_selectDay,
select.input_selectMonth
	{
	width:43px;  					/* geburtsdatum */
	}
	
select.input_selectYear
	{
	width:57px;  					/* geburtsdatum */
	}

select.input_selectCountry
	{ 
	width:155px; 					/* korrigiert die breite von land select */
	margin-bottom:0px;
	}
	
td.signup_label
	{
	text-aling:right; 
	float:right;
	margin-right:10px;
	}
	
td.label_checkbox
	{
	width:200px;
	}
	
td.label_desc
	{
	float:none;
	}	

.signup input,
.signup select
	{
	margin:0 0 7px 2px;   			/* margin korrektur fr alle inputs und selects */
	padding-left:3px;
	}		
	
	* html 	.signup input,
	* html 	.signup select
		{
		margin:0 0 4px 2px; 
		display:inline;
		}		
	
	*+html 	.signup input,
	*+html 	.signup select
		{
		margin:0 0 1px 2px; 
		display:inline;
		}

.signup_input
	{
	margin-left:140px;   			/* table wo AGB und newsletter checkboxes sind, wird hiermit korrigiert */
	}

	.signup_input input
		{
		margin-right:5px;   		/* ein kleiner Abstand zwischen die AGB und newsletter checkboxes und den text rechts */
		width:30px;
		}

		* html  .signup_input input
		{
		margin:0; 
		padding:0;
		height:12px; 
		overflow:hidden;
		margin-right:5px;   		/* ein kleiner Abstand zwischen die AGB und newsletter checkboxes und den text rechts */
		width:30px; 
		display:inline;
		}

		*+html  .signup_input input
		{
		margin:0; 
		padding:0;
		height:12px; 
		overflow:hidden;
		margin-right:5px;   		/* ein kleiner Abstand zwischen die AGB und newsletter checkboxes und den text rechts */
		width:30px; 
		display:inline;
		}

input.signup_submit,
input.signup_back
	{
	margin:20px 0 0 0;    			/* das ist die submit button: ein Abstand zwischen die AGB und newsletter checkboxes und das registrieren button */
	width:100px;
	font:normal Arial, Helvetica, sans-serif 11px/12px;
	height:17px;
	}	
input.signup_back
	{ float:right; display:none; }	
	
	* html  input.signup_submit,
	*+html  input.signup_submit,
	* html  input.signup_back
		{
		margin-top:20px;
		padding-top:2px;
		display:inline;
		}
	*+html input.signup_back,
	td.align_buttonRegister input.signup_back	{ display:none; }
	* html input.signup_back
		{ display:none; }
	
.signup_attentionTitle
	{
	font-size:14px; 
	font-weight:bold;
	}
	 	
#errorLayer,
#successLayer,
#attentionLayer /*javascript - anmeldung hinweis fr USA */
	{
	position:absolute;
	top:0px; left:10px;
	width:400px; 
	height:330px; 
	padding-top:20px;
	background-repeat: no-repeat;
	background-attachment:scroll;
	z-index:998;
	}
		
	/**+html  #errorLayer
		{
		background-position:207px 0px;
		height:340px; 
		}*/
		
	* html  #errorLayer,
	* html  #successLayer,
	* html  #attentionLayer
		{
		height:340px; 
		top:0px; left:0px;
		z-index:998;
		}
	
	*+html  #errorLayer,
	*+html  #successLayer,
	*+html  #attentionLayer
		{
		height:340px; 
		top:0px; left:0px;
		z-index:998;
		}
		
a.signup_errorClose,
a.signup_attentionClose,
a.signup_successClose
	{
	position:absolute;
	top:300px;
	right:50px; 
	display:block; 
	height:22px; 
	width:147px;
	background-repeat: no-repeat;
	background-attachment: scroll;
	z-index:999;
	}
	
div.glassbox > div
	{ 
	height:auto; 
	overflow:hidden 
	}
