* {
	padding: 0;
	margin: 0;
}

#modal_overlay {
	position: fixed;
	z-index: 1000;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
	background-color: #000;
	filter: alpha(opacity =   75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}

#modal_window {
	position: fixed;
	z-index: 1020;
	top: 50%;
	left: 50%;
	margin-left: -361px;
	width: 722px;
	margin-top: -230px;
	height: 451px;
	min-height: 451px;
	background-color: #ffffff;
}

#modal_loader {
	position: absolute;
	height: 13px;
	width: 208px;
	z-index: 1030;
	top: 50%;
	left: 50%;
	margin: -6px 0 0 -104px;
}

#modal_container {
	padding: 8px 0 8px 8px;
	width: 715px;
	z-index: 1005;
	position: relative;
}

#modal_picture {
	float: left;
	width: 540px;
	height: 415px;
	text-align: center;
}

#modal_picture img {
	margin: auto 0;
}

#modal_content {
    margin-left: 552px;
    width: 152px;
    height: 310px;
    position: absolute;
    top: 8px;
    left: 8px;
    overflow-y: auto;
    overflow-x: hidden;
    font-size: 11px;
    line-height: 14px;
}

#modal_content p{
    margin-bottom: 15px;
}

#modal_content a {
    color: #ff0000;
}

#modal_title {
	margin: 0;
	padding: 0;
	font-weight: bold;
	font-size: 12px;
	border-bottom: 1px solid #cccccc;
	padding-bottom: 7px;
	margin-bottom: 7px;
}

#modal_content_fix {
	margin-top: 10px;
	margin-left: 552px;
	width: 152px;
	position: absolute;
	top: 370px;
	left: 8px;
	font-size: 11px;
	line-height: 14px;
}

#modal_content_logo {
	margin-top: 10px;
	margin-left: 552px;
	width: 152px;
	height: 40px; 
	position : absolute;
	top: 320px;
	left: 8px;
	font-size: 11px;
	line-height: 14px;
	position: absolute;
	vertical-align: bottom;
}

#modal_content_logo img {
    position: absolute;
    bottom: 0px;
}

#modal_content_fix a {
	font-weight: bold;
	text-decoration: none;
	color: #000;
}

#modal_footer,#modal_close {
	margin-right: 8px;
	padding-top: 12px;
	font-weight: bold;
	top: 421px;
	left: 8px;
	position: absolute;
	font-size: 11px;
	line-height: 15px;
}

#modal_close {
	margin-right: 0;
	left: auto;
	right: 8px;
}

#modal_footer .float {
	display: block;
	float: left;
	width: auto;
	padding: 0 3px;
}

/* for the << navi */
#modal_footer .fix {
	width: 8px;
}

#modal_footer a.float {
	line-height: 12px;
}

#modal_footer a,#modal_close a {
	color: #000;
	text-decoration: none;
}

#modal_footer a:visited,#modal_close a:visited {
	color: #000;
}

#modal_footer a:hover,#modal_close a:hover {
	color: #000;
}

#modal_footer a:active,#modal_close a:active {
	color: #000;
}

#orderconfirm {
    width: 192px;
    position: relative;
    height: 81px;
    border: 1px solid #cccccc;
    margin-top: -62px;
    margin-bottom: 10px;
    background-color: #e2e2e2;
    text-align: center;
}