.login_button {
	width: 51px;
	height:22px;
	border: 0px;
	background-image:url(http://www.seminar-boerse.de/images/buttons/Button.gif);
	cursor: hand;
	background-repeat: no-repeat;
}
.clr {
	clear: both;
}
button {
	background: none;
	cursor: pointer;
	border: 0;
	margin: 0;
	padding: 0;
}
button div {
	margin: 0;
	padding: 0px 0px 0px 5px;
	background-repeat: no-repeat;
	background-position: left center;
}

/* definition for standard submit button */
button div p,
button div table {
	color: #000;
	font-size: 13px;
	line-height:1em;
	font-weight: bold;
	margin: 0;
	white-space: nowrap;
	/* beware of the ie defs in the ie.css - should be different! */
	padding: 9px 12px 10px 7px;
	background-repeat: no-repeat;
	background-position: right center;
	
}

button.btn,
button.btn-submit-tools,
button.btn-cancel{
	margin:0;
	padding:0;
}

button div.btn 					{ background-image: url(http://www.seminar-boerse.de/images/buttons/button_left.gif);				}
button div p.btn 				{ background-image: url(http://www.seminar-boerse.de/images/buttons/button_right.gif);				}
button div.btn-cancel 					{ background-image: url(http://www.seminar-boerse.de/images/buttons/button_abbr_left.gif);				}
button div p.btn-cancel 				{ background-image: url(http://www.seminar-boerse.de/images/buttons/button_abbr_right.gif);	}
button div p.btn,
button div p.btn-submit-tools,
button div p.btn-cancel {
	font-size: 13px;
	line-height: 1.6em;
	padding: 3px 12px 2px 7px;
	/* beware of the ie defs in the ie.css - should be different! */
}




