@charset "utf-8";
/*********************************
*
*  irelandtours.de 
*  - 2007 
*  - tpb@onm.de 
*  - modul stylesheet: feuser (login,registrierung) 
*
*********************************/

.module_registerform {
	margin: 0;
}

.lefthints {
	padding: 0 0 20px 0;
}

.module_registerform .registerform {
	float: left;
	width: 400px;
}

.module_registerform .subtext {
	font-size: 0.9em;
	line-height: 1.2em;
	color: #9a9eab;
	padding-left: 40px;
	background-image:url(../img/checked.gif);
	background-position: left;
	background-repeat: no-repeat;
}

.module_registerform .registerform label{
	width: 160px;
}
.module_registerform .registerform label.checkboxline {
	width: auto;
	text-indent: -24px;
	padding-left: 24px;
	font-weight: normal;
}

/********************************/
/* FORMULARE, INPUTS ************/

form {
	margin: 0;
}

fieldset {
	border: 0;
	margin: 10px 0 10px 0;
	padding: 15px 0 15px 0;
}

fieldset fieldset {
	padding:5px;
}


fieldset br {
	clear: both;
}

.hinweis {
	font-size: 0.85em;
	color: #999999;
	line-height: 1.2em;
	padding-left: 20px;
	padding-bottom: 5px;
	letter-spacing: 0.1em;
	background-image: url(../img/icon_info.gif);
	background-position: top left;
	background-repeat: no-repeat;
}

legend {
	font-weight: bold;
	color: #000000;
	font-size: 1.2em;
	margin: 0;
	padding: 10px 0;
}

fieldset input.submit {
	border: none;
	cursor: pointer;
	background-image: url(../img/button_submit.gif);
	background-position: right;
	background-repeat: no-repeat;
	height: 22px;
	color: #808872;
	font-weight: bold;
	width: auto;
	padding: 0 12px 0 12px;
	line-height: 22px;
}


label.long {
	width: 200px;
	height: 20px;
}

.line {
	border-bottom: 1px #FFFFFF dashed;
}

label.rightlabel {
	float: none;
	display: inline;
	width: auto;
}

fieldset select, fieldset input {
	margin: 2px;
	padding:2px;
	font-size: 0.8em;
	color: #000000;
	border: 1px #c9ccd7 solid;
	background-color:#f2f3f5;
}
fieldset input#submit {
	width: 186px;
}
fieldset input.checkbox, fieldset input.radio {
	border: none;
	width:auto;
}	

fieldset input.small {
	width: 50px;
}

fieldset input.xsmall {
	width: 20px;
}

fieldset input.half {
	width: 116px;
}

fieldset input.disabled {
	border: none;
	padding: 3px;
	background-color: #FFFFFF;
}

select {

}

fieldset option {
	background-color: #f3f4f2;
}

fieldset select.day {
	width: 50px;
}

fieldset select.month {
	width: 60px;
}

select.year {
	width: 60px;
}

label span.zusatz {
	font-weight: normal;
	color: #999999;
}

input.error {
	border: 1px #FF0000 solid;
}

label.error {
	color: #FF0000;	
}


.warning {
	margin: 20px 30px;
	padding: 8px;
	border-bottom: 1px #BABFAA solid;
}

.lefthints div {
	font-size: 0.9em;
	line-height: 1.1em;
}

.send_password {
	width: 200px;
	float: left;
	padding: 0 4px 0 0 ;
}

.to_login {
	width: 180px;
	float: left;
	margin: 0 0 0 2px;
	padding: 0 0 0 12px;
	border-left: 1px #CCCCCC solid;
}

.register {
	width: 180px;
	float: left;
	margin: 0 0 0 2px;
	padding: 0 0 0 12px;
	border-left: 1px #CCCCCC solid;
}

.loginform {
	clear: both;
	padding: 8px;
	margin: 20px 0 0 0;
}