/* Elements */
html,body {
	margin:0;
	padding:0;
}

body { 
	font-family: Verdana, Arial, sans-serif; 
	color: #000000;
	font-size: 12px;
	text-align: center; 
	background-color: #F6F6F6;
}
img { border: 0px; }
form { display: inline; }
input, select, option {
	border: 1px solid #999999;
	font-size: 12px;
	background-color: #F6F6F6;
}

h2 {
	font-size: 16px;
	margin-top: 0px;
	padding-top: 4px;
	margin-bottom: 2px;
}
h3 {
	font-size: 13px;
}

table {
	width: 930px;
	border: 0px solid #999999;
	border-collapse: collapse;
}
tr {
	padding-top: 10px;
}
td {
	vertical-align: top;
	border-bottom: 1px solid #999999;
	border-collapse: collapse;
	border-spacing: 0;
}
textarea {
	font-family: inherit;
	border: 1px solid #999999;
	font-size: 12px;
	background-color: #F6F6F6;
}
a:link, a:visited {
	color: #333333;
}
a:hover {
	color: #666666;
	text-decoration: underline;
}

/* IDs */
#wrapper {
    position: relative;
    margin: 0 auto;
    padding: 0;
    width: 960px;
    text-align: left;
}
#menu {
	background: transparent url(img/menubox.png) no-repeat bottom left;
	width: 100%;
	height: 80px;
	margin: 0;
	padding: 0;
	text-align: center;
}
#menu p {
	margin:0;
	padding:4px;
}

#adstop {
	width: 100%;
	margin-top: 8px;
	text-align: center;
}
#addform {
	text-align: center;
}

/* Classes */
.error {
	color: #CC0000;
	font-weight: bold;
}
.notice {
	font-weight: bold;
}

.button {
	border: 0px;
}
.add {
	font-size: 14px;
}
.cssbox, .cssbox_body, .cssbox_head, .cssbox_head h2 {
	background: transparent url(img/box.png) no-repeat bottom right;
}
.cssbox {
	width: 960px !important;
	width: 960px;
	padding-right: 0px;
	margin: 10px auto;
}
.cssbox_head {
	background-position: top right;
	margin-right: 0px;
	padding-right: 10px;
}
.cssbox_head h2 { 
	background-position: top left; 
	margin: 0;
	border: 0;
	padding: 15px 0 15px 20px; 
	height: auto !important; 
	height: 1%;
}
.cssbox_body {
	background-position: bottom left; 
	margin-right: 15px;
	padding: 15px 0 15px 15px;
}
.browse {
	font-size: 11px;
	margin-top: -8px;
}
.name {
	width: 120px;
	font-weight: bold;
}
.mail {
	width: 56px;
}
.categories {
	width: 170px;
}
.country {
	width: 20px;
}
.speed {
	width: 100px;
}
.snote {
	font-size: 9px;
}
.key {
	width: 450px;
	text-overflow:ellipsis;
	overflow:hidden;
}
ul.help {list-style-type: decimal}
