.midBasketItem {
	float: left;
	margin-right: 10px;
}

.error {
	clear: left;
}

#downloadConfirmation {
	float: right;
	position: relative;
	right: 69px;
}

/*download image quick form button*/
#downloadNow {
	position: absolute;
	right: 45px;
	bottom: 60px;
	padding: 7px 25px;
	width: 120px;
}

#downloadNow:disabled{
 	background: #ccc url("../images/an_save.gif") 90px 8px no-repeat;
	width: 120px;
    text-align: left;
    border: 1px solid #ccc;
}

#downloadThickboxWrapper #formResearching {
	clear: both;
}

#quickFormConfirmation{
	color: #666;
    background: #f8f8f8;
    padding: 5px;
    text-indent: 10px;
    border-radius: 3px;
    position: relative;
    white-space: pre-line;
    right: 50px;
    bottom: 0px;
    position: absolute;
}

#downloadNowError {
	display: none;
	font-size: 12px;
	background: #f1f1f1;
	padding: 7px;
	border-radius: 3px;
	color: #a843a9;
    position: absolute;
    right: 50px;
	text-align: right;
}

#downloadNowError:before{
	font-family: "Glyphicons";
	content: "\e197";
	margin-right: 5px;
    top: 1px;
    position: relative;

}

#downloadSubmit{
	margin-top: 1px;
}

.basketWrapper{
	height: 440px;
	position: relative;
	z-index: 99;
}

.messageContainer{
    position: absolute;
    bottom: 0px;
    right: 0px;
    height: 55px;
    width: 700px;
}
