/* @override http://maatstudio.local/skin/frontend/default/maatstudio/css/order-popup.css */

/* Popup CSS */

#order_popup_overlay_iframe	{
	z-index: 100000;
	background-color: black;
	opacity: 0.8;
	filter: alpha(opacity = 80);
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	right: 0;
}

#order_popup_overlay	{
	z-index: 1000000;
	background-color: black;
	opacity: 0.8;
	filter: alpha(opacity = 80);
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	right: 0;
	cursor: pointer;
}

#order-freesample-popup	{
	width: 482px;
	height: 530px;
	position: absolute;
	z-index: 1000001;
}

#order-freesample-popup .error { display: none; }

#order-freesample-popup .order-freesample-popup-wrapper {
	height: 515px !important;
}

#order-freesample-popup div.order-popup-contents	{
	overflow: auto;
	height: 450px;
}

#order-freesample-popup h1,
#order-freesample-popup h5	{
	margin-left: 20px;
	color: #8ec400;
}

#order-freesample-popup .order-freesample-form {
	margin: 20px;
	margin-top: 0 !important;
	height: 440px !important;
	overflow: auto;
	padding-right: 10px;
}

#order-freesample-popup .order-freesample-form input {
	/*margin-top: 10px;*/
}

.order-freesample-popup-footer	{
	background-color: white;
	background-repeat: no-repeat;
	height: 13px;
}

.order-freesample-popup-wrapper	{
	background-color: white;
}

.order-freesample-popup-wrapper h1,
.order-freesample-popup-wrapper h5	{
	font-size: 18px !important;
	padding-bottom: 10px !important;
	padding-top: 15px !important;
}

.order-popup-contents	{
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 0;
	padding-bottom: 1px;
}

.order-freesample-popup-wrapper .input-box {
	width: 430px;
	float: left;
	margin-bottom: 5px;
}

.order-freesample-popup-wrapper label	{
	font-weight: normal;
	float: left;
}

.order-freesample-popup-wrapper .input-text	{
	width: 290px !important;
	float: right;
}

#order-forgot-table td	{
	vertical-align: middle !important;
}

#order-freesample-popup p.close {
    font-size: 15px;
    text-transform: uppercase;
    font-weight: bold;
	position: absolute;
	right: 10px;
	bottom: -5px;
    
}

#freesample-form-iframe {
	min-height: 50px;
	width: 100%;
	overflow: auto;
	float: left;
	margin-top: 10px;
}

#order-freesample-popup #order-freesample-link { display: none; float: right; width: 50%; text-align: right; margin-top: 10px; }
#order-freesample-popup #order-freesample-clear { display: none; float: left; width: 50%; margin-top: 10px; }

#order-freesample-popup .freesample-image { display: none; }

#order-freesample-popup .validation-advice { margin-left: 140px; }

