.visible { display: block !important; }
.invisible { display: none !important; }
#user-box {
	background: #daeb89;
	color: #2a3200;
	padding: 5px 10px;
	border: 3px solid #22793e;
	border-bottom: 5px double #22793e;
	font-family: Verdana, serif;
	font-size: 12px;
}
#user-box .login .name, #user-box .login .password {
	width: 100px;
	border: 1px solid #22793e;
	font-size: 14px;
	font-family: Courier, monospace;
	padding: 3px;
}
#user-box .submit {
	font-family: Verdana, serif;
	font-size: 12px;
	background: #22793e;
	padding: 3px 5px;
	color: #daeb89;
	font-weight: bold;
}
#user-box .login input.error {
	border-color: red;
}
#user-box .login label.error {
	color: red;
	font-weight: bold;
}
#user-box .login .submit:hover {
	cursor: pointer;
}
span.error {
	display: block;
	color: red;
	font-weight: bold;
}
.xdp-edit img {
	border: none !important;
	display: inline !important;
	padding: 0 !important;
	margin: 0 !important;
}
#xdp-editation-window {
  border: 3px double black;
  padding: 0;
}
#xdp-editation-window .content {
	background: #daeb89;
	color: #2a3200;
	padding: 30px 0 10px 0;
	font-family: Verdana, serif;
	font-size: 12px;
	width: 820px;
}
#xdp-editation-window .buttons {
	padding: 20px 10px 10px 10px;
}
#xdp-editation-window .buttons input {
	background: #afba7a;
	font-weight: bold;
	border: 1px solid black;
	margin: 0 10px 0 0;
	padding: 3px 5px;
	font-family: Verdana, serif;
	font-size: 12px;
}
#xdp-editation-window .buttons input:hover {
	cursor: pointer;
}
#xdp-editation-window .odd, #xdp-editation-window .even, #xdp-editation-window .current {
	padding: 3px 10px;
}
#xdp-editation-window .odd {
	background: #cbe067;
}
#xdp-editation-window .current {
	background: #86a00d;
	border: 3px solid #495802;
	border-width: 3px 0;
}
#xdp-editation-window label {
	font-weight: bold;
	width: 150px;
	float: left;
}
#xdp-editation-window .img-change {
	width: 636px;
	background: transparent;
	float: right;
	padding: 0;
}
#xdp-editation-window .img-change td {
	text-align: left;
}
#xdp-editation-window .img-change tr, #xdp-editation-window .img-change td {
	background: transparent;
	padding: 0;
}
#xdp-editation-window .img-change img {
	border: 1px solid black;
}
#xdp-editation-window input.text, #xdp-editation-window input.image,
		#xdp-editation-window .textarea, #xdp-editation-window .yui-editor-container {
	width: 630px;
	float: right;
	border: 1px solid black;
	font-family: Verdana, serif;
	font-size: 12px;
	padding: 2px 3px;
}
#xdp-editation-window .textarea {
	padding: 0;
}
#xdp-editation-window textarea {
	font-family: Courier, monospace;
	font-size: 12px;
	width: 630px;
	float: none;
}
#xdp-editation-window input.image {
	width: 500px;
	float: none;
}
#xdp-editation-window-holder .hd {
	height: 20px;
	background: #afba7a;
	border: 3px double black;
	border-width: 3px 0 3px 3px;
	float: left;
	width: 797px;
}
#xdp-editation-window-holder .container-close {
	height: 20px;
	width: 20px;
	display: block;
	border: 3px double black;
	border-width: 3px 3px 3px 3px;
	font-weight: bold;
	color: white;
	text-decoration: none;
	text-align: center;
	display: block;
	float: right;
	text-indent: -3000px;
	background: url('img/close.png') top left no-repeat;
}
