form {
	margin: 0px;
	padding: 0px;
}

fieldset {
	border: none;
	margin: 0px;
	padding: 0px;
}

fieldset.gruene_seiten select,
fieldset.gruene_seiten input {
	margin-right: 20px;
}

select {
	margin: 0px;
}

input {
	border: 1px solid #1b3001;
	background-color: #e9e9e9;
	margin: 2px 0px;
	color: #1b3001;
	font-size: 11px;
}

textarea {
	border: 1px solid #1b3001;
	background-color: #e9e9e9;
	color: #1b3001;
	font-size: 11px;
	margin: 2px 0px;
}

input[type="submit"], input[type="button"] {
	/*font-weight: bold;
	color: #1b3001;
	padding-left: 10px;
	font-size: 12px;
	background-color: transparent;
	background-image: url(http://www.jagderleben.de/images/pfeil_rechts_dunkelg_small.gif);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: 5px 7px;
	border: 0 none;
	text-align: left;*/
	color: #1b3001;
	font-weight: bold;
	background-color: #BAD1A3;
	border: 1px solid #1b3001;
	padding: 3px 5px;
	
}

input[type="submit"]:hover, input[type="button"]:hover {
	/*color: #00c6ff;
	background-color: transparent;
	background-image: url(http://www.jagderleben.de/images/pfeil_rechts_cyan_small.gif);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: 5px 7px;*/
	color: #1b3001;
	font-weight: bold;
	background-color: #BAD1A3;
	border: 1px solid #00c6ff;
	padding: 3px 5px;
	text-decoration: underline;
}

input[type="submit"].fancy_small_white {
	font-weight: bold;
	color: #fff;
	padding-left: 10px;
	font-size: 12px;
	background-color: transparent;
	background-image: url(http://www.jagderleben.de/images/pfeil_rechts_white_small.gif);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: 5px 7px;
	border: 0 none;
	text-align: left;
}

input[type="submit"].orange {
	color: #fa7c00;
	background-image: url(http://www.jagderleben.de/images/pfeil_rechts_orange_small.gif);
}



input.borderless_white {
	border: 0 none;
	background: url(http://www.jagderleben.de/images/pfeil_rechts_white_small.gif) no-repeat 5px 7px transparent;
	color: #fff;
}

input.borderless_white:hover {
	border: 0 none;
	background: url(http://www.jagderleben.de/images/pfeil_rechts_cyan_small.gif) no-repeat 5px 7px transparent;
	color: #00c6ff;
}

input.borderless_green {
	border: 0 none;
	background: url(http://www.jagderleben.de/images/link_fancy_small.jpg) no-repeat 5px 7px transparent;
	color: #1b3001;
}

input.borderless_green:hover {
	border: 0 none;
	background: url(http://www.jagderleben.de/images/link_fancy_small_hover.jpg) no-repeat 5px 7px transparent;
	color: #00c6ff;
}

form.default_form {
	/*width: 604px;*/
	width: 418px;
}

form.default_form_profile {
	/*width: 592px;*/
	width: 406px;
	margin: 0px 5px;
}

form.default_form div.default_form_row {
	padding: 0px;
	margin: 10px 0px;
}

form.default_form div.default_form_row label {
	display: block;
	width: 120px;
	float: left;
}

form.default_form div.default_form_row input,
form.default_form div.default_form_row textarea {
	margin-left: 128px;
	width: 290px;
	display: block;
}

form.default_form_profile div.default_form_row input,
form.default_form_profile div.default_form_row textarea {
	/*width: 472px;*/
	width: 286px;
}

form.default_form div.default_form_row select {
	margin-left: 128px;
	display: block;
}

form.default_form table {
	/*width: 604px;*/
	width: 418px;
}

form.default_form_profile table {
	/*width: 592px;*/
	width: 406px;
}

form.default_form table td {
	padding: 2px 0px;
}

form.default_form table td.title {
	padding-right: 15px;
	font-weight: bold;
}

form.default_form_profile div.default_form_row input.default_form_row_2_left {
	display: inline;
	/*width: 200px;*/
	width: 100px;
	margin-left: 0px;
}

form.default_form_profile div.default_form_row label.default_form_row_2_label {
	display: inline;
	float: none;
}

form.default_form_profile div.default_form_row input.default_form_row_2_right {
	display: inline; 
	/*width: 200px;*/
	width: 100px;
	margin-left: 0px;
	float: right;
}

form.form_prof label{
	padding-bottom: 10px;
	display: block;
	font-weight: bold;
}

form.form_prof input {
	float: right;
	width: 350px;
}

form.pwchange label{
	padding-bottom: 10px;
	display: block;
	font-weight: bold;
}

form.pwchange input {
	float: right;
	width: 250px;
}

div.boxconfigItem input{
}

div.boxconfigItem input.boxConfigCheck{
	width: 10px;
	text-align: right;
}

div.boxconfigItem input.boxConfigEingabe {
	width: 170px;
}

form.reg_form td {
	padding-bottom: 5px;
}

form.reg_form label{
	font-weight: bold;
	color: #142401;
}

form.reg_form .textfield {
	width: 350px;
}

label.kommentar {
	color: #142401;
	font-weight: bold;
	width: 120px;
	display: block;
	float: left;
}

form.aboform input[type='text'] {
    width: 100%;
}

