img {
	border: none;
}

* {
	outline: none;
}

fieldset {
	border: none;
	margin: none;
}

button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner {
    border: none;
}

div {
	height: auto;
	overflow: hidden;
}

input[type=text], input[type=password] {
	width: 80%;
	max-width: 250px;
	height: 18px;
	border: 1px solid #777777;
	background: #ffffff;
	margin: 2px 0 10px 0;
	font: 12px Tahoma;
	color: #666666;
}

select {
	width: 80%;
	max-width: 253px;
	height: 24px;
	border: 1px solid #777777;
	background: #ffffff;
	margin: 2px 0 10px 0;
	font: 14px Tahoma;
	color: #666666;
}

select[multiple=multiple] {
	width: 220px;
	height: 100px;
	font: 12px Tahoma;
}

textarea {
	width: 70%;
	height: 50px;
	border: 1px solid #777777;
	background: #ffffff;
	margin: 2px 0 10px 0;
	font: 12px Tahoma;
	color: #666666;
}

input[type=submit] {
	width: 120px;
	height: 30px;
	border: 1px solid #888888;
	background: #ffffff;
	margin: 2px 0 10px 0;
	font: 12px Tahoma;
	color: #555555;
}

input[type=submit]:hover {
	cursor: pointer;
	border: 1px solid #666666;
	background: #dbe8db;
	margin: 2px 0 10px 0;
	font: 12px Tahoma;
	color: #333333;
}

input[type=button] {
	width: 28px;
	height: 22px;
	border: 1px solid #888888;
	background: #eaeaea;
	text-align: center;
	margin: 2px 0 7px 0;
	font: 10px Tahoma;
	color: #555555;
	cursor: pointer;
}

.message_info {
	margin-top: -10px; 
	font: 9px Tahoma; 
	color: #666;
}

.message {
	width: 400px;
	height: auto;
	min-height: 25px;
	padding: 16px 5px 5px 5px;
	margin: 20px auto 20px auto;
	background: #fff;
	border: 1px solid #b1b0b0;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;	
	font: bold 11px Tahoma;
	text-align: center;
}

.error {
	color: #d01414;
}

.success {
	color: #45992b;
}

.pagination {
	width: 280px;
	height: 20px;
	text-align: center;
	font: 11px Tahoma;
	color: #555555;
	margin: 30px auto 0 auto;
}

.pagination a {
	font: bold 11px Tahoma;
	text-decoration: none;
	color: #333333;
}

#navigator {
	width: auto;
	height: 25px;
	margin: 0 auto 20px auto;
}

#navigator a {
	text-decoration: none;	
}

#multiselect {
	width: 600px; 
	clear: both; 
	height: 130px;
}

.multiselectBox {
	float: left; 
	width: 230px; 
	height: 120px;
}

.multiselectButtons {
	float: left; 
	width: 50px; 
	padding-top: 40px; 
	height: 80px;
	margin-left: 10px;
}

table, tr, td {
	text-align: center;
}

.delete_trigger, a {
	cursor: pointer;
}

img.article {
	float: left;
	margin: 0 10px 10px 10px;
}

.list {
	padding-top: 5px;
	height: auto;
	margin-bottom: 10px;
}

.advert {
	padding: 5px;
	font: 11px Tahoma;
	clear: left;
}

.advert a:link, .advert a:active, .advert a:visited, .advert a:hover {
	font: 11px Tahoma;
	color: #000;
	text-decoration: none;
}