a img {
	border: 0px none;
}

form {
	border: 1px solid #aac;
	background: #e0e8ff;
	margin: 0px auto 5px auto;
	padding: 10px 10px 5px 10px;
}

form p.input {
	background: transparent url('../images/input_r.jpg') no-repeat top right;
	color: #446;
	height: 22px;
	padding-bottom: 3px;
}

form p.input input {
	background: #fff url('../images/input_l.jpg') no-repeat;
	border: 0px none;
	height: 18px;
	padding: 2px 5px;
	margin-right: 4px;
	}

.back_b {
	background: transparent url('../images/btn_back_b.jpg');
	float: left;
	left: -5px;
	width: 65px;
}

.back_w {
	background: transparent url('../images/btn_back_w.jpg');
	width: 65px;
}

.buttons {
	height: 25px;
	padding-top: 5px;
	text-align: right;
}

.buttons.top {
	float: right;
	top: -5px;
}

.buttons a {
	display: inline-block;
}

.buttons a, .buttons input {
	border: 0px none;
	height: 25px;
	margin-left: 5px;
	padding: 0px;
}

.buttons :hover {
	background-position: 0px 100%;
}

.buttons input:hover {
	cursor: pointer;
}

.cancel_b {
	background: transparent url('../images/btn_cancel_b.jpg');
	float: left;
	left: -5px;
	margin-left: 0px;
	width: 75px;
}

.commands {
	padding: 5px 0px;
}

.commands b {
	color: #a00;
}

.commands p {
	text-align: center;
	margin: 5px 0px;
}

.delete_b {
	background: transparent url('../images/btn_delete_b.jpg');
	width: 75px;
}

.delete_w {
	background: transparent url('../images/btn_delete_w.jpg');
	width: 75px;
}

.edge {
	position: absolute;
	width: 8px;
	height: 8px;
}

.edge.a {
	background: transparent url('../images/edges_a.jpg');
}

.edge.bl {
	background-position: bottom left;
	bottom: -1px;
	left: -1px;
}

.edge.br {
	background-position: bottom right;
	bottom: -1px;
	right: -1px;
}

.edge.tl {
	background-position: top left;
	left: -1px;
	top: -1px;
}

.edge.tr {
	background-position: top right;
	right: -1px;
	top: -1px;
}

.edit_b {
	background: transparent url('../images/btn_edit_b.jpg');
	width: 65px;
}

.edit_w {
	background: transparent url('../images/btn_edit_w.jpg');
	width: 65px;
}

.fck {
	color: #000;
	font-size: 90%;
}

.fck, .nac {
	top: 5px;
}

.fck caption {
	font-size: 130%;
}

.fck hr, .fck ol, .fck p, .fck ul {
	margin: 7px 5px;
}

.fck ol, .fck ul {
	margin-left: 40px;
}

.fck table {
	margin: 0px 5px 14px 5px;
}

.pagination {
	color: #888;
	float: left;
	padding-bottom:5px;
}

.pagination a {
	color: #222;
	text-decoration: none;
}

.pagination strong {
	color: #000;
}

.pagination a:hover {
	text-decoration: underline;
}

.save_b {
	background: transparent url('../images/btn_save_b.jpg');
	width: 65px;
}


