.size-preview {
	background-color: #F4F4F4;
	border: 1px solid #DDDDDD;
    bottom: 0;
    left: 0;
    padding: 5px;
    position: absolute;
	z-index: 20;
}


.size-preview .size-input {
	border: none;
	border-bottom: 1px dashed #E0E0E0;
	width: 40px;
	color: #777;
	font-size: 11px;
	text-align: center;
}


.size-preview .size-input.disabled {
	border-bottom: none;
	background-color: #FFF;
	cursor: default;
}


.size-preview .size-text {
	color: #777;
	font-size: 11px;
	font-style: italic;	
}


.size-preview #preview-size-button {
	font-size: 11px;
	float: right;
	margin-top: 5px;
	width: 95px;
}