body{
padding:0px;
margin:0px;
}
.blue-txt {
	font-family: Tahoma;
	font-size: 12px;
	line-height: 17px;
	color: #424242;
	margin-left:15px ;
	margin-right:15px ;
	margin-top:0px ;
	margin-bottom:0px;
	dir="rtl"
	
}
.green-txt {
	font-family: Tahoma;
	font-size: 12px;
	line-height: 15px;
	color: #424242;
	margin-left:15px ;
	margin-right:20px ;
	margin-top:0px ;
	margin-bottom:0px ; 
	dir="rtl"  
}
.green-mtxt {
	font-family: Tahoma;
	font-size: 12px;
	line-height: 15px;
	color: #424242;
	margin-left:15px ;
	margin-right:25px ;
	margin-top:0px ;
	margin-bottom:0px ; 
	dir="rtl"  
}
.other-txt {
	font-family: Tahoma;
	font-size: 12px;
	line-height: 15px;
	color: #424242;
	dir="rtl"  
}
.other-txt-bl {
	font-family: Tahoma;
	font-size: 12px;
	font-weight:bold;
	line-height: 15px;
	color: #424242;
	dir="rtl"  
}
.other-mtxt-bl {
	font-family: Tahoma;
	font-size: 12px;
	font-weight:bold;
	margin-left:15px ;
	margin-right:25px ;
	line-height: 15px;
	color: #424242;
	dir="rtl"  
}
.red-txt {
	font-family: Tahoma;
	font-size: 9px;
	line-height: 12px;
	color:#FF0000;
	dir="rtl"  
}
.grn-txt {
	font-family: Tahoma;
	font-size: 9px;
	line-height: 12px;
	color:#009900;
	dir="rtl"  
}
.blue-titr {
	font-family: Tahoma;
	font-size: 15px;
	font-weight:bold;
	line-height: 1px;
	color:#000033 ;
	margin-left:12px ;
	margin-right:15px ;
	margin-top:5px ;
	margin-bottom:0px;
	dir="rtl"
	}
.green-titr {
	font-family: Tahoma;
	font-size: 15px;
	font-weight:bold;
	line-height: 1px;
	color:#003300 ;
	margin-left:15px ;
	margin-right:20px ;
	margin-top:5px ;
	margin-bottom:0px ; 
	dir="rtl"  
}
.green-mtitr {
	font-family: Tahoma;
	font-size: 15px;
	font-weight:bold;
	line-height: 1px;
	color:#003300 ;
	margin-left:15px ;
	margin-right:25px ;
	margin-top:5px ;
	margin-bottom:0px ; 
	dir="rtl"  
}
.blue-txt-bl {
	font-family: Tahoma;
	font-size: 11px;
	font-weight:bold;
	line-height: 17px;
	color: #424242;
	margin-left:15px ;
	margin-right:15px ;
	margin-top:0px ;
	margin-bottom:0px;
	dir="rtl"
	
}
.green-txt-bl {
	font-family: Tahoma;
	font-size: 11px;
	font-weight:bold;
	line-height: 15px;
	color: #424242;
	margin-left:15px ;
	margin-right:20px ;
	margin-top:0px ;
	margin-bottom:0px ; 
	dir="rtl"  
}
.form {
	font-family: Tahoma;
	font-size: 10px;
	border: 1px #330000 outset;
	line-height: 5px;
	color: #424242;
	dir="rtl" 
}
.copyr {
	font-family: Tahoma;
	font-size: 9px;
	line-height: 5px;
	color: #999999;
	dir="rtl" 
}

input.invalid {
	background-color: #FF9;
	border: 3px red inset;
}

label.invalid {
	color: #F00;
	font-weight: bold;
}
#modalContainer {
	background-color:transparent;
	position:absolute;
	width:100%;
	height:100%;
	top:0px;
	left:0px;
	z-index:10000;
}

#alertBox {
	position:relative;
	width:200px;
	min-height:70px;
	margin-top:50px;
	margin-right:20px;
	border:2px solid #000;
	background-color: #99CCFF;
	background-repeat:no-repeat;
	background-position:20px 30px;
}

#modalContainer > #alertBox {
	position:fixed;
}

#alertBox h1 {
	margin:0;
	font:bold 0.9em tahoma;
	background-color: #9999FF;
	color: #FF0000;
	border-bottom:1px solid #000;
	padding:5px 5px 5px 5px;
	direction:rtl;
}

#alertBox p {
	font:0.8em tahoma;
	height:50px;
	padding-left:5px;
	margin-left:10px;
	margin-right:10px;
	
}

#alertBox #closeBtn {
	display:block;
	position:relative;
	margin:5px auto;
	padding:3px;
	border:2px solid #000;
	width:70px;
	font:bold 0.7em tahoma;
	text-transform:uppercase;
	text-align:center;
	color:#FFF;
	background-color:#78919B;
	text-decoration:none;
}
