/* $Id: modal.css 1223 2007-04-08 13:13:58Z michal.sznurawa@contium.pl $ */
/* CSS Document */
#error {
	color:#F20000;
}
#iModalBody{
	border:1px solid #C7C5B3;
	width:394px;
	background-color:#EDEBD5;
}
#iModalBody-in{
	margin:0 30px 30px 30px;
	line-height:18px
}
#iModalBody h1{
	font-family:Arial, Helvetica, sans-serif;
	font-size:22px;
	font-weight:normal;
	color:#404756;
	margin:20px 0px 15px 0px;
	line-height:normal
}
#iModalBody .cErr{color:red}
#iModalBody .cR{float:right; margin:5px 10px}
#iModalBody .cR a{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	display:block;
	background-image:url(/img/ic-close-modal.gif);
	background-repeat:no-repeat;
	background-position:right 2px;
	padding-right:15px;
	font-size:11px;
	font-weight:bold
}
#iModalBody form {
width:334px;
}

#iModalBody #iFRemindPass {
width:244px;
}
/*
#iModalBody .cR a{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	display:block;
	background-image:url(/img/ic-close-modal.gif);
	background-repeat:no-repeat;
	background-position:right 2px;
	padding-right:15px;
	font-size:11px;
	font-weight:bold
}
#iModalBody .cButtons, #iModalBody .cButtonsC{
	height:10px;
	padding-top:25px;
	padding-bottom:10px;
	text-align:right
}
#iModalBody .cButtonsC{text-align:center}
#iModalBody label{font-weight:bold}
#iModalBody input{border:1px solid #4F789F; font-size:13px}
#iModalBody #iFRemindPass{
	margin-left:10px;
	width:275px
}
*/

.hiddenDiv {
display:none;
position:absolute;
z-index:150;
overflow:hidden;
}

.hiddenDiv iframe {
	display:none;/*sorry for IE5*/
	display/**/:block;/*sorry for IE5*/
	position:absolute;/*must have*/
	top:0;/*must have*/
	left:0;/*must have*/
	z-index:-1;/*must have*/
	filter:mask();/*must have*/
	width:3000px;/*must have for any big value*/
	height:3000px/*must have for any big value*/;
}