/* 
    Document   : back_in_stock.css
    Created on : 11.08.2013, 2:28:57
    Author     : Theo
*/

/*fast-order*/

#fast-order form {
	display: block;
	margin-bottom: 0;
	margin-top: 0;
	width: 100%;
	box-sizing: border-box;
}

.reset-margin-padding {
	margin: 0;
	padding: 0;
}

#fast-order-product-name {
	text-align: center;
}

.fast-order-error {
	background-color: rgb(250, 220, 225);
}

.fast-order-labeldata {
	width: 150px;
	display: block;
	float: left;
}


#fast-order .fast-order-sendbutton {
	border-radius: 6px;
	padding: 3px 10px;
	border: 0;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	cursor: pointer;
}

#fast-order  .fast-order-inputarea {
	box-sizing: border-box;
	width: 100%;
	padding: 0 12px;
	height: 36px;
	float: none;
}

.fast-order-title {
	margin-top: 12px;
	font-size: 24px;
	text-align: center;
}

#fast-order {
	width: 400px;
	overflow: hidden;
}




#fast-order .button {
	display: block;
	float: none;
	margin: 0 auto;
}

#fast-order .button:hover {
	background: #f84642;
	border-bottom: 2px solid #df3531 !important;
}


.fast-order-ref {
	/*background: #99f;*/
	border-radius: 6px;
	padding: 3px 10px;
	border: 0;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}

/*back-in-stock*/


/*fastorder*/
#fast-order-send-button {
	float: left;
	clear: left;
	cursor: pointer;
}

#fast-order-send-button {
	background: linear-gradient(rgb(76, 139, 190) 0%, rgb(51, 118, 171) 100%);
	width: 215px;
	text-align: center;
	border-radius: 3px;
	border: none;
	color: #fff;
	padding: 10px 15px;
	font-size: 16px;
	border-bottom: 2px solid rgb(51, 118, 171);
	float: left;
	cursor: pointer;
	margin-top: 10px;
	text-decoration: none;
}

#fast-order-send-button:hover {
	color: #f54217;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed));
	background: -moz-linear-gradient(center top, #dfdfdf 5%, #ededed 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed');
	background-color: #dfdfdf;
	border-bottom: 2px solid #dfdfdf;
}

#fast-order-send-button:active {
	position: relative;
	top: 1px;
}

/*/fastorder*/