.ATEDIN-ask-for-price {
	overflow: hidden;
}
.ATEDIN-ask-for-price a,
.ATEDIN-ask-for-price a:visited {
	display: block;
}
.ATEDIN-ask-for-price a.askbutton:visited,
.ATEDIN-ask-for-price a.askbutton {
	color: #777 !important;
	background-color: #eee;
	cursor: pointer;
	text-decoration: none;
	text-align: center;
	background-image: none;
	padding-top: 0.8em;
	padding-right: 1.1em;
	padding-bottom: 0.7em;
	padding-left: 1.1em;
	border-radius: 3px 3px 3px 3px;
	-moz-border-radius: 3px 3px 3px 3px;
	-webkit-border-radius: 3px 3px 3px 3px;
	box-shadow: 1px 2px 3px 2px rgba(0,0,0,0.5);
	border: 1px solid #CCC;
	background-image: linear-gradient(bottom, rgb(232,232,232) 18%, rgb(250,250,250) 91%);
	background-image: -o-linear-gradient(bottom, rgb(232,232,232) 18%, rgb(250,250,250) 91%);
	background-image: -moz-linear-gradient(bottom, rgb(232,232,232) 18%, rgb(250,250,250) 91%);
	background-image: -webkit-linear-gradient(bottom, rgb(232,232,232) 18%, rgb(250,250,250) 91%);
	background-image: -ms-linear-gradient(bottom, rgb(232,232,232) 18%, rgb(250,250,250) 91%);
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0.18, rgb(216,216,216)),
		color-stop(0.91, rgb(250,250,250))
	);
	text-shadow: #FFF 1px 1px -1px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	font-size: 1.2em;
	font-weight: bold;
}
.ATEDIN-ask-for-price a.askbutton:hover {
	color: #000 !important;
	text-decoration: none;
}


.ATEDIN-ask-for-price fieldset {
	padding: 1em;
	margin: 0.2em;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;	
	background-color: #f6f6f6;
	position: relative;
}
.ATEDIN-ask-for-price fieldset textarea,
.ATEDIN-ask-for-price fieldset select,
.ATEDIN-ask-for-price fieldset input {	
	padding: 0.5em;
}
.ATEDIN-ask-for-price fieldset legend {
	font-size: 1.1em;
	font-weight: bold;
	padding: 1em;
}