﻿
.confirm_base
{
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
	z-index: 1000;	
	position: fixed;
	top: 0%; 
	left: 0%;
	background-color: #808080;
	overflow: hidden;
	display: none;
}
.confirm
{	
	color: #6b6a6a;
	height: 250px; 
	/*width: 500px; */
	border: solid 1px #696969; 
	position: absolute; 
	top: 35%; 
	left: 35%; 
	background-color: #ffffff;
	font-size: 14px;	
	z-index: 1010;
	display: none;
}

.confirm_title
{	
	height: 24px;    
	text-align: left;
	font-size: 18px;
	color: #ffffff;
	background-image: url('../img/login_header_background.jpg');
	background-repeat: repeat-x;
    font-family:'Trebuchet MS',Verdana,Tahoma,Arial,'Arial Black',Helvetica,'Century Gothic','Lucida Sans Unicode',Impact,sans-serif;	
	width: 100%; 	
	padding:0;
}

.confirm_text
{
	/*width: 440px; */
	text-align: left; 
	height: 166px;
	color: #6b6a6a;
	padding: 30px 30px 30px 30px;
}

.confirm_text_content
{
	height: 136px;
}


.confirm_buttons
{
	width: 100%; 
	text-align: center; 
	height: 30px; 
	vertical-align: middle;
}

.forgotPassword
{
	font-family: 'Trebuchet MS' ,Verdana,Tahoma,Arial, 'Arial Black' ,Helvetica, 'Century Gothic' , 'Lucida Sans Unicode' ,Impact,sans-serif;
	color: #0ea5f1;
	font-size: 12px;		
	text-decoration: underline;
	cursor: pointer;
}

.indexIframe
{
	width: 100%; 
	height: 100%;
}