﻿/* modal windows */
			#modalBackdrop {
				background-color: #000000;
				height: 100%;
				left: 0px;
				position: fixed;
				top: 0px;
				width: 100%;
				z-index: 20;
			}
			.modalWindow{
				left: -2000px;
				position: absolute;
				top: -5000px;
				z-index: 21;
			}	
			.modalWindow .contentContainer {
				float: left;
				background-color: #ffffff;
				background-image: url(../../images/modal/m_center.gif);
				background-repeat: repeat-x;
			}			
			.contentContainer .middleRowRightBgDiv{	
				background-image: url(../../images/modal/m_right.gif);	
				background-position: top left;
				background-repeat: no-repeat;
				width: 6px;
				height: 263px;						
				overflow: hidden;
				float: left;
			}
			.contentContainer .middleRowLeftBgDiv{	
				background-image: url(../../images/modal/m_left.gif);	
				background-position: top left;
				background-repeat: no-repeat;
				width: 3px;
				height: 263px;						
				overflow: hidden;
				float: left;
			}
			.contentContainer .middleRowCenterDiv {
				float: left;
				width: 400px;
				height: 249px;
				margin: 6px 0px;
				display: inline;			
			}					
			.contentContainer .content_left {
				background-image: url(../../images/modal/c_left.gif);
				background-repeat: no-repeat;
				float: left;
				width: 5px;
				height: 249px;				
			}
			.contentContainer  .content_center {
				background-image: url(../../images/modal/c_center.gif);	
				background-repeat: repeat-x;
				float: left;
				width: 390px;
				height: 249px;
			}
			.contentContainer  .content_right {
				background-image: url(../../images/modal/c_right.gif);	
				background-repeat: no-repeat;
				float: left;
				width: 5px;
				height: 249px;
			}
			
			
			.modalRow {
				float: left;
				margin: 40px 0px;
				display: inline;
			}
			.modal_title {
				float: left;
				width: 100%;
				text-align: right;
				color: #005390;
				font-size: 16px;
				font-weight: bold;
				direction: rtl;
			}
			.modal_txt{							
				text-align: center;
				color: #000000;
				font-size: 14px;
				line-height: 30px;				
			}
			.modal_txt span {
				font-size: 20px;			
			}
			.modal_form {
				float: left;
				margin: 0px 50px;
				display: inline;
				width: 260px;
			}
			.modal_form .form_title {
				text-align: left;
				color: #000000;
				font-size: 14px;
				line-height: 20px;
				font-weight: bold;
				margin: 0px 0px 20px 82px;				
				float: left;
				display: inline;
			}
			.modal_form .form_row {				
				margin: 6px;
				width: 100%;
				float: left;
				display: inline;
			}
			.modal_form .form_row .caption {
				float: left;
				text-align: left;
				color: #000000;
				font-size: 12px;
				line-height: 20px;
				font-weight: bold;
			}
			.modal_form .form_row .field {
				float: left;
				width: 190px;
				margin-left: 8px;
				display: inline;
			}
			.modal_form .form_row .field input {
				border: 1px solid #7E9CB8;
				width: 170px;
				height: 18px;
			}
			.buttons_pannel {				
				float: left;
				margin: 20px 0px 0px 130px;
				display: inline;
			}
			.modal_button {
				float: left;
				cursor: pointer;
				margin: 0px 4px;
			}
			.modal_button .b_left{
				background-image: url(../../images/buttons/b_modal.gif);
				background-position: 0px 0px;
				height: 26px;
				width: 6px;
				float: left;
			}
			.modal_button .b_center{
				background-image: url(../../images/buttons/b_modal.gif);
				background-position: 0px -26px;
				height: 26px;
				text-align: center;
				color: #ffffff;
				font-size: 12px;
				line-height: 26px;
				padding: 0px 4px;
				float: left;
				font-weight: bold;
				overflow: hidden;
			}
			.modal_button .b_right{
				background-image: url(../../images/buttons/b_modal.gif);
				background-position: 0px -52px;
				height: 26px;
				width: 6px;
				float: left;
			}
					
			.close_button {
				float: right;
				background-image: url(../../images/buttons/b_close.gif);
				width: 22px;
				height: 21px;
				margin-top: -35px;
				cursor: pointer;
				position: relative;
				z-index: 2;
			}
			.close_button .caption {
				text-align: center;
				color: #ffffff;
				font-size: 16px;
				font-weight: bold;
				line-height: 47px;
			}