div.popup-window {
	display:none;
	z-index:10000;
	position:absolute;
	top:50%;
	left:50%;
	text-align: left;
	padding: 0px;
    line-height: 15px;
    overflow: visible;
    color: #7a7c7f;
	font-size:12px;
}

div.popup-window .content{
	background-color: #ffffff;
    margin-top: -10px; 
    position: relative; 
    height: 1%;
}

div.popup-window .lt{
	background: 0% 0% no-repeat url('images/popup-lt1.png');
    width: 24px;
    height: 25px;
}

div.popup-window .t{
	height: 25px;
	background: 0% 0% repeat-x url('images/popup-t1.png');
}

div.popup-window .rt{
	background: 0% 0% no-repeat url('images/popup-rt1.png');
    width: 24px;
    height: 25px;
}

div.popup-window .l{
	background: 0% 0% repeat-y url('images/popup-l.png');
    width: 24px;
}

div.popup-window .r{
	background: 0% 0% repeat-y url('images/popup-r.png');
    width: 24px;
}

div.popup-window .lb{
	background: 0% 0% no-repeat url('images/popup-lb1.png');
    width: 24px;
    height: 30px;
}

div.popup-window .b{
	height: 30px;
	background: 0% 0% repeat-x url('images/popup-b.png');
}

div.popup-window .rb{
	background: 0% 0% no-repeat url('images/popup-rb1.png');
    width: 24px;
    height: 30px;
}

div.popup-window .title{
	width: auto;
	float: left;
	font-size: 18px;
	color: #000000;
	font-weight: normal;
	line-height: 19px;
    padding-bottom: 10px;
}

div.popup-window .title-nopad{
	font-size: 18px;
	color: #000000;
	font-weight: normal;
	line-height: 19px;
    padding-bottom: 10px;
}

div.popup-window div.pad{
    padding-top: 10px;
}

div.popup-window a.close{
	display:block;
	width: 9px;
	height: 9px;
    margin-top: 7px;
	float:right;
	background: 0% 0% no-repeat url('images/popup-close.gif');
	text-decoration: none;
}

div.popup-window form{
	padding: 0px;
	margin: 0px;
}

div.popup-window .lm{
	padding-left: 10px;
}

div.popup-window .item{
	padding-bottom: 5px;
}

div.popup-window label {
	color: #7a7c7f;
	font-size:12px;
}

div.popup-window label.error {
	color: red;
	font-size:12px;
}

div.popup-window span.text {
	color: #7a7c7f;
	font-size:12px;
}

div.popup-window span.error {
	color: red;
}

div.popup-window span.require {
	color: red;
}

div.popup-window span.orange {
	color: #f57e04;
}

div.popup-window div.error {
	color: red;
    font-size:10px;
    line-height: 10px;
    font-style: italic;
}

div.popup-window a.gray {
	color: #7a7c7f;
	font-size:12px;
	text-decoration: underline;
}

div.popup-window a.gray:hover {
	text-decoration: none;
}

div.popup-window .border_gray {
	border:1px solid #bcbcbc;
}

div.popup-window .border_red {
	border:1px solid red;
}

div.popup-window input.text {
	background-color: #ffffff;
	color: #231f20;
	font-family: Arial;
	font-size: 12px;
	margin: 0px;
	width: 190px;
}

div.popup-window textarea.text {
	background-color: #ffffff;
	color: #231f20;
	font-family: Arial;
	font-size: 12px;
	margin: 0px;
	width: 190px;
	height: 55px;
}

div.popup-window input.file {
	background-color: #ffffff;
	color: #231f20;
	font-family: Arial;
	font-size: 12px;
	margin: 0px;
	width: 315px;
}

div.popup-window div.button {
	width: auto;
	height: 23px;
}

div.popup-window div.button .inner {
	width: auto;
	height: 23px;
	float: left;
	background-color:#939598;
}

div.popup-window div.button .left {
	width: 5px;
	height: 23px;
	float: left;
	background: 0% 0% no-repeat url('images/gray_button_left.gif');
}

div.popup-window div.button .right {
	width: 5px;
	height: 23px;
	float: left;
	background: 100% 0% no-repeat url('images/gray_button_right.gif');
}

div.popup-window div.button input {
	height: 23px;
    margin: 0px;
	background-color:#939598;
    border: none;
	text-decoration: none;
	color: #ffffff;
	font-size:13px;
	text-align:center;
    font-family:Arial;
    font-weight: bold;
}

div.popup-window div.button a {
    display: block;
	height: 23px;
	background-color:#939598;
	text-decoration: none;
	color: #ffffff;
	font-size:13px;
    line-height: 23px;
	text-align:center;
    font-family:Arial;
    font-weight: bold;
    cursor: pointer;
}

div.popup-overlay
{
	display:none;
	height:100%;
	background:url('images/overlay-back.gif');
	left:0;
	position:absolute;
	right:0;
	top:0;
	width:100%;
	z-index:9999;
	opacity: 0.4; 
	-moz-opacity: 0.4; 
	-khtml-opacity: 0.4; 
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=40);
}