/* Общи настроки - НАЧАЛО */
.table {border: 0px;}

#centerbox {
	position: absolute;
	width: 850px;
	height: 100%;
	text-align: left; /*така центрираме хоризонтално */
	top: 0px;
	left: 50%;
	margin-top: 0px;
	margin-left: -425px; /* половината от ширината */
	border: 0px;
}
#div {
	position: relative;
	padding: 5px;
	text-align: left;
	margin-top: 10px;
	background-image: url('img/div_bg.png');
	border: 1px solid #6eafd9;
}
#addlinkbutton, #hidebuylinks {
	position: absolute;
	float: right;
	padding: 5px;
	text-align: center;
	right: 0px;
	bottom: 0px;
	width: 150px;
	height: 16px;
	border: 0px;
	background-color: #dedede;
}
#adstext {
	position: absolute;
	float: left;
	padding: 5px;
	text-align: center;
	left: 0px;
	top: 0px;
	bottom: 0px;
	width: 80px;
	height: 16px;
	border: 0px;
	background-color: #dedede;
}
#addlinkform {
	position: relative;
	text-align: left;
	margin-top: 15px;
	width: 100%;
}
#checkresult {
	position: absolute;
	float: right;
	padding: 5px;
	text-align: left;
	right: 150px;
	top: 200px;
	width: 300px;
	border: 1px solid #cdcdcd;
	background-color: #fefefe;
}
#checkresult_link {
	position: absolute;
	float: right;
	padding: 5px;
	text-align: left;
	right: 50px;
	top: 100px;
	width: 300px;
	border: 1px solid #cdcdcd;
	background-color: #fefefe;
}
#links {
	position: relative;
	padding: 0px;
	text-align: left;
	margin-top: 10px;
	background-color: #eeeeee;
	border: 1px solid #6eafd9;
}
#showlinks {
	position: relative;
	padding: 5px;
	width: 590px;
	height: 26px;
	text-align: left;
	margin: 0px;
	border: 0px;
}
#showlinks_l {
	position: relative;
	padding: 5px;
	width: 830px;
	height: 26px;
	text-align: left;
	margin: 0px;
	border: 0px;
}
#footer {
	position: fixed;
	padding: 0px;
	text-align: center;
	margin: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	font-size: 11px;
	background-color: #dedede;
	border-top: 1px solid #cdcdcd;
}

.input {
	border: 1px solid #787878;
	color: #757978;
	background-color: #ffffff;
	}
 #input {width: 200px;}
 #textarea {width: 490px; height: 75px;}
 #td {padding-top: 5px;}

.button {
	height: 22px;
	left: 0px;
	border: 1px solid #787878;
	color: #787878;
	}
 #reg {background-color: #dedede;}
 #clear {background-color: #eeeeee;}


/* Основни настроки */
body {
	font-family: Verdana;
	font-size: 12px;
    color: #444444;
	background-color: #efefef;
	margin: 0px;
	padding: 0px;
}
p {
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 5px;
	line-height: normal;
}
h1 {
	font-size: 22px;
}
h2 {
	font-size: 14px;
}
h3 {
	margin: 0px;
	padding: 0px;
	font-size: 11px;
}

a:link, a:visited  {color: inherit; font-size: inherit; text-decoration: none;}
a:active, a:hover {color: #999999; font-size: inherit; text-decoration: none;}