/* syncing.net, forms.css */

.cleaner_grey { height: 1px; background: #ccc; margin-bottom: 10px;}
.cleaner_grey2 { height: 1px; border-left: 20px solid #fff; border-right: 20px solid #fff; background: #ccc; margin-bottom: 10px;}

#registrierung fieldset,#invite fieldset,  #feedback fieldset, #newsletter fieldset, #password_lost fieldset, #gewinnspielform fieldset, #bedingungen fieldset, #rfpauth fieldset, #giveaway fieldset {
	border: 1px solid #ccc;
	padding-bottom: 2em;
}
#registrierung legend,#invite legend, #feedback legend, #newsletter legend, #password_lost legend , #gewinnspielform legend, #bedingungen legend, #rfpauth legend, #giveaway legend{
	font-weight: bold;
	margin: 2px 0 0 -1px;
	padding: 5px 20px;
	background: #EFF0F2;
	color: #222;
	border: 1px solid #ccc;
}

	* html #registrierung legend, *html #invite legend, * html #feedback legend, * html #newsletter legend, #password_lost legend , * html #gewinnspielform legend, *html #bedingungen legend, *html #rfpauth legend, *html #giveaway legend{
		margin-left: -3px;
		padding: 5px 15px;
	}

#registrierung label, #invite label, #feedback label, #newsletter label, #password_lost label , #gewinnspielform label, #bedingungen label, #rfpauth label, #giveaway label{
	display: block;
	width: 180px;
	float: left;
	padding-left: 20px;
	margin-bottom: 8px;
}

#registrierung input, #invite input, #feedback input, #password_lost label, #newsletter input , #registrierung select, #password_lost select, #gewinnspielform input, #rfpauth input, #giveaway input {
	width: 240px;
	padding: 2px;
	margin-top: 3px;
	float: left;
}

#registrierung select, #feedback select , #password_lost select, #newsletter select {
	width: 160px;
}

#registrierung input.button_next,#invite input.button_next, #feedback input.button_next, #newsletter input.button_next, #password_lost input.button_next, #gewinnspielform input.button_next, #rfpauth input.button_next, #giveaway input.button_next {
	border-bottom: 20px solid #fff;
	width: 177px;
	padding-right: 20px;
	height: 23px;
	float: right;
	border: none;
	cursor: pointer;
	color: #fff;
	text-align: right;
	font-weight: bold;
	font-size: 11px !important;
	font-family: arial;
	background: url(/fileadmin/package/images/icons/icon_wk_next.gif) no-repeat;
}

		#registrierung input.button_previous, #password_lost input.button_previous {
			float: left;
			border-bottom: 20px solid #fff;
			width: 177px;
			padding-left: 20px;
			padding-top: 2px;
			margin-right: 10px;
			color: #A4D138;
			height: 23px;
			display: block;
			color: #fff;
			font-weight: bold;
			font-size: 11px !important;
			text-align: left;
			text-decoration: none;
			font-family: arial;
			cursor: pointer;
			background: url(/fileadmin/package/images/icons/icon_wk_prev.jpg) no-repeat;
			border: none;
		}
		
#registrierung input.button_next,#invite input.button_next, #feedback input.button_next, #newsletter input.button_next, #password_lost input.button_next, #gewinnspielform input.button_next, #rfpauth input.button_next, #giveaway input.button_next {
	float: left;
}

	* html #registrierung input.p_reg_checkbox, #password_lost input.p_reg_checkbox {
		margin-top: -1px;
	}

#registrierung .p_reg_div, #password_lost .p_reg_div {
	float: left;
	padding-left: 15px;
}

	#registrierung input.p_reg_checkbox, #password_lost input.p_reg_checkbox {
		width:30px;
		margin-top: 2px;
		margin-left: -8px;
		clear: both;
	}

	#registrierung .cleaner_grey, #password_lost .cleaner_grey {
		margin: 15px 10px;
	}

	#registrierung textarea, #invite textarea, #password_lost textarea, #feedback textarea {
		width: 240px;
		height: 100px;
		font-family: Arial, Helvetica, sans-serif;
	}

	#registrierung input.short_input, #password_lost input.short_input {
		width: 152px;
	}

span.required {
	margin-left: 10px;
}

#bedingungen p {
	padding:0.5em;
}

#gewinnspielform input.radio, #newsletter input.radio {
	width:30px;
}

#gewinnspielform label.antwort {width:auto;}

#gewinnspielform input#nlcheck { width: 2em;}
#gewinnspielform label#lblcheck {width:auto; }

.button165x36 {
	font-weight:bold;
	font-size:16px;
	text-decoration:none;
	background-color: transparent;
	border: 0;
	background-image: url(http://www.syncing.net/_images/buttons/button20_165x36_normal.png);
	background-repeat: no-repeat;
	width:165px;
	height:36px;
	cursor:pointer;
	display:block;
	text-decoration: none;
	text-align: center;
	line-height: 36px;
	
	color: #ffffff;
}

#content_abs a.button165x36{color:#fff;}

.button165x36:active {
	background-image:url(http://www.syncing.net/_images/buttons/button20_165x36_active.png);
}

.button165x36:hover {
	background-image:url(http://www.syncing.net/_images/buttons/button20_165x36_hover.png);
	text-decoration:underline;
}


/*
SMALL BUTTONS BEGIN
*/
.button125x36 {
	font-weight:bold;
	font-size:16px;
	text-decoration:none;
	background-color: transparent;
	border: 0;
	background-image: url(http://www.syncing.net/_images/buttons/button20_125x36_normal.png);
	background-repeat: no-repeat;
	width:125px;
	height:36px;
	cursor:pointer;
	display:block;
	text-decoration: none;
	text-align: center;
	line-height: 36px;
	
	color: #ffffff;
}

#content_abs a.button125x36{color:#fff;}

.button125x36:active {
	background-image:url(http://www.syncing.net/_images/buttons/button20_125x36_active.png);
}

.button125x36:hover {
	background-image:url(http://www.syncing.net/_images/buttons/button20_125x36_hover.png);
	text-decoration:underline;
}

/*
SMALL BUTTONS END
*/


.button215x36 {
	font-weight:bold;
	font-size:19px;
	text-decoration:none;
	background-color: transparent;
	border: 0;
	background-image: url(http://www.syncing.net/_images/buttons/button20_215x36_normal.png);
	background-repeat: no-repeat;
	width:215px;
	height:36px;
	cursor:pointer;
	display:block;
	text-decoration: none;
	text-align: center;
	line-height: 36px;
	
	color: #ffffff;
}

#content_abs a.button215x36{color:#fff;}

.button215x36:active {
	background-image:url(http://www.syncing.net/_images/buttons/button20_215x36_active.png);
}

.button215x36:hover {
	background-image:url(http://www.syncing.net/_images/buttons/button20_215x36_hover.png);
	text-decoration:underline;
}


.button170x36 {
	font-weight:bold;
	font-size:19px;
	text-decoration:none;
	background-color: transparent;
	border: 0;
	background-image: url(http://www.syncing.net/_images/buttons/button20_170x36_normal.gif);
	background-repeat: no-repeat;
	width:170px;
	height:36px;
	cursor:pointer;
	display:block;
	text-decoration: none;
	text-align: center;
	line-height: 36px;
	
	color: #ffffff;
}

#content_abs a.button170x36{color:#fff;}

.button170x36:active {
	background-image:url(http://www.syncing.net/_images/buttons/button20_170x36_active.png);
}

.button170x36:hover {
	background-image:url(http://www.syncing.net/_images/buttons/button20_170x36_hover.png);
	text-decoration:underline;
}


.button170x36_2 {
	font-weight:bold;
	font-size:19px;
	text-decoration:none;
	background-color: transparent;
	border: 0;
	background-image: url(http://www.syncing.net/_images/buttons/button20_170x36_2_normal.png);
	background-repeat: no-repeat;
	width:170px;
	height:36px;
	cursor:pointer;
	display:block;
	text-decoration: none;
	text-align: center;
	line-height: 36px;
	
	color: #ffffff;
}

#content_abs a.button170x36_2{color:#fff;}

.button170x36_2:active {
	background-image:url(http://www.syncing.net/_images/buttons/button20_170x36_active.png);
}

.button170x36_2:hover {
	background-image:url(http://www.syncing.net/_images/buttons/button20_170x36_hover.png);
	text-decoration:underline;
}

.button165x25 {
	font-weight:bold;
	font-size:13px;
	text-decoration:none;
	background-color:transparent;
	border:0;
	background-image:url(http://www.syncing.net/_images/buttons/button_165x25_normal.png);
	background-repeat:no-repeat;
	width:165px;
	height:25px;
	cursor:pointer;
	display:block;
	text-decoration:none;
	text-align:center;
	line-height:24px;
	color: #000;
}
 
.button165x25:active {
	background-image:url(http://www.syncing.net/_images/buttons/button_165x25_active.png);
}
 
.button165x25:hover {
	background-image:url(http://www.syncing.net/_images/buttons/button_165x25_hover.png);
	text-decoration:underline;
}

.button80x25 {
	font-weight:bold;
	font-size:13px;
	text-decoration:none;
	background-color:transparent;
	border:0;
	background-image:url(http://www.syncing.net/_images/buttons/button_80x25_normal.png);
	background-repeat:no-repeat;
	width:80px;
	height:25px;
	cursor:pointer;
	display:block;
	text-decoration:none;
	text-align:center;
	line-height:24px;
	color: #000;
}
 
.button80x25:active {
	background-image:url(http://www.syncing.net/_images/buttons/button_80x25_active.png);
}
 
.button80x25:hover {
	background-image:url(http://www.syncing.net/_images/buttons/button_80x25_hover.png);
	text-decoration:underline;
}

.button120x25 {
	font-weight:bold;
	font-size:13px;
	text-decoration:none;
	background-color:transparent;
	border:0;
	background-image:url(http://www.syncing.net/_images/buttons/button_120x25_normal.png);
	background-repeat:no-repeat;
	width:120px;
	height:25px;
	cursor:pointer;
	display:block;
	text-decoration:none;
	text-align:center;
	line-height:24px;
	color: #000;
}
 
.button120x25:active {
	background-image:url(http://www.syncing.net/_images/buttons/button_120x25_active.png);
}
 
.button120x25:hover {
	background-image:url(http://www.syncing.net/_images/buttons/button_120x25_hover.png);
	text-decoration:underline;
}