.jqifade,.messageJqifade
{
	position: absolute;
	background-color: black;
}
div.jqi
{
	width:339px;
	position:absolute;
	background-color:white;
	border: solid 3px #454545;
	padding:10px;
	margin-top:-253px;
}
div.jqi .jqiclose
{
	position:absolute;
	top:0;
	right:0;
	width:18px;
	cursor:pointer;
	color:black;
	font-weight:bold; 
	font-size:16px;
}

/* Для сообщений */
div.messageJqi
{
	position:absolute;
	width:339px;
	height:100px;
	background-color:white;
	border: solid 3px #454545;
	padding:10px;
	margin-top:-63px;
}
div.messageJqi .messageJqiclose { display:none; }
div.messageJqi .messageJqibuttons
{
	text-align:center;
	padding: 5px 0 0 0;
}
.messageJqidefaultbutton,div.messageJqi .messageJqibuttons button
{
	padding:2px;
	cursor:pointer;
	color:black;
}

.accept, .error
{
	padding-left:35px;
	padding-bottom:0;
}
.accept { background:url('/img/templates/icons/accept.gif') left top no-repeat; }
.error { background:url('/img/templates/icons/error.gif') left top no-repeat; }

.ctrl
{
	padding-top:5px;
	padding-bottom:15px;
}
.ctrl input,.ctrl textarea { width:327px; }
.ctrl select { width:339px; }
.ctrl textarea { height:60px; }
