﻿#opac {
	background-color: black;
	position: fixed;
	left: 0px;
	top: 0px;
	bottom: 0px;
	width: 100%;
	height: 100%;
	opacity: 0.5;
	filter: alpha(opacity=50);
	display: none;
}
#modalback {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	display: none;
	text-align: center;
}
#gifloading {
	margin: auto auto;
}
#modalclose {
	padding: 7px 0 0;
	width: 710px;
	cursor: pointer;
}
#modalbox {
	padding: 0px;
	position: relative;
	width: 700px;
	min-height: 500px;
	background-color: #FBFAF9;
	background-image: url('images/loading.gif');
	background-position: center center;
	background-repeat: no-repeat;
	color: black;
	text-align: justify;
	overflow: hidden;
	margin: 0 auto;
	border: thick silver solid;
}
#modalbox .modiv {
	width: 600px;
	color: #6B6B6B;
	margin : 15px auto;
	text-align: justify;
}
#modalbox .modiv h2 {
	border: #DFD5BD 1px solid;
	background-color: #FFFAEF;
	color: #1B1817;
	padding: 8px;
	font-size: small;
}
#modalbox .modiv h2 span {
	background: #FFFAEF url('images/h2_icon.gif') no-repeat left center;
	color: #A00009;
	padding: 0 0 0 21px;
	font-weight: bold;
	font-size: 10px;
	display: block;
	line-height: 12px;
	margin: 2px;
	height: 12px;
	text-align: left;
}
#modalbox .modiv p {
	padding: 14px 0 0 0;
	font-size: 12px;
	line-height: 17px;
}
#modalbox .modiv p b {
	color: #3b3b3b;
	background-color: #FFFFFF;
}
#modalbox .modiv p strong {
	background-color: #FFF8C9;
	color: #6B6B6B;
	font-weight: normal;
}
#modalbox .modiv .avatar {
	width: 116px;
	height: 104px;
	border: 5px #eedfbb solid;
	margin: 0 0 0 10px;
	float: right;
}
#modalbox .modiv form {
	width: 420px;
	margin: 20px auto;
	clear: both;
}
#modalbox .modiv form * {
	float: right;
	margin: 10px 10px 0 0;
/*	border: 2px #eedfbb solid;*/
}
#modalbox .modiv form label {
	width: 110px;
	height: 17px;
}
#modalbox .modiv form input {
	width: 275px;
	text-align: center;
	border: 2px #eedfbb solid;
}
#modalbox .modiv form select {
	width: 280px;
	border: 2px #eedfbb solid;
}
#modalbox .modiv form textarea {
	width: 275px;
	height: 100px;
	border: 2px #eedfbb solid;
}
#modalbox .modiv form .small {
	width: 80px;
	height: 17px;
	border: 2px #eedfbb solid;
}
#modalbox .modiv form .button {
	border: 0;
	padding: 3px;
	width: 98px;
	height: 25px;
	background: #fffffe url('theme/juice/images/buttons.png') no-repeat right bottom;
	cursor: pointer;
}
#modalbox .modiv form hr {
	width: 100%;
	margin: 25px 0;
}
#modalbox .about {
	overflow:auto;
	height: 450px;
	width: 650px;
	padding: 25px;
	margin: 0;
}