body {
	overflow-x: hidden;
	font: 10px Verdana,Tahoma,Comic Sans MS,arial,sans-serif; color: black;
	scrollbar-face-color: #FFFFFF;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-3dlight-color: #FFFFFF;
	scrollbar-darkshadow-color: #FFFFFF;
	scrollbar-shadow-color: #FFFFFF;
	scrollbar-arrow-color: #000000;
	scrollbar-track-color: #FFFFFF;
	margin: auto;
	margin-top: 15px;
	width: 500px;

}
body,td,input,textarea,select {
	font: 10px Verdana,Tahoma,Comic Sans MS,arial,sans-serif; color: black;
	scrollbar-face-color: #FFFFFF;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-3dlight-color: #FFFFFF;
	scrollbar-darkshadow-color: #FFFFFF;
	scrollbar-shadow-color: #FFFFFF;
	scrollbar-arrow-color: #000000;
	scrollbar-track-color: #FFFFFF;
}
form {
	display: inline;
}
table {
	border-collapse: collapse;
}
#list table {
	width: 100%;
}
#list th {
	font-weight: bold;
	text-align: left;
	border-bottom: 1px solid #AAA;
	border-top: 1px solid #AAA;
	padding: 3px;
	scrollbar-face-color: White;
	scrollbar-highlight-color: White;
	scrollbar-3dlight-color: White;
	scrollbar-darkshadow-color: White;
	scrollbar-shadow-color: White;
	scrollbar-arrow-color: Black;
	scrollbar-track-color: White;
}
#list td {
	vertical-align: top;
	border-bottom: 1px solid #CECECE;
	padding: 3px;
}
.image {
	margin-right: 5px;
	float: left;
}
.frmobj {
	float: left;
	font-weight: bold;
	padding-top: 3px;
	width: 90px;
}
.frmtext {
	padding-left: 93px;
}
a {
	text-decoration: underline;
	color: #000000;
	background: transparent;
}
a:hover {
	text-decoration: none;
}
h1 {
	font: bold 15px verdana,trebuchet ms,helvetica,sans-serif;
}
h2 {
	font: bold 12px verdana,trebuchet ms,helvetica,sans-serif;
	margin-top: 0;
}
a.author {
	text-decoration: none;
	color: #FFF;
	float: right;
}
a.author:hover {
	text-decoration: none;
}

.hr {
	font-size: 0;
	height: 1;
	margin: 10px 0 10px 0;
	border-top:dotted 1px #000;
	clear: both;
	align: center;
	width: 66%;
}
ul {
	list-style-type: square;
}
select, textarea{
	font: 10px Verdana,Tahoma,Comic Sans MS,arial,sans-serif;
	font-weight: bold;
	border: 3px double #999999;
	border-top-color: #CCCCCC;
	border-left-color: #CCCCCC;
	background-color: #0db7e5;	
}

input{
	border: 3px double #999999;
	border-top-color: #CCCCCC;
	border-left-color: #CCCCCC;
	background-color: #0db7e5;
	background-image: url('http://www.5kardes.net/images/button-bg.gif');
	background-repeat: repeat-x;
	color: #333333;
	font-size: 100%;
	font-size: 10px;
	font-weight: bold;
	font-family: Verdana, Helvetica, Arial, sans-serif;
}
