/* def for all form buttons */
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{
	color: #fff;
	font-size: 14px;
	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 {
	margin:0;
	padding:0;
}

button div.btn{
	background-image: url(/style/btn/btn_bg_left.gif);
}

button div p.btn { 
	background-image: url(/style/btn/btn_bg_right.gif);
}

button div p.btn {
	font-size: 13px;
	line-height: 1.6em;
	padding: 3px 12px 2px 7px;
	/* beware of the ie defs in the ie.css - should be different! */
}
