/*
Theme: Dark Night
Author: Michael Schmieding
Web site: http://www.slifer.de/
*/

table.form{
	font-family: Verdana, arial, helvetica, sans-serif;
	background:#262b38;
	color:#fff;
	text-align:left;
	font-size:11px;
}
.form a, .form tbody, .form tfoot, .form tr, .form th, .form td, .form caption{
	font-family: Verdana, arial, helvetica, sans-serif;
	background:#262b38;
	color:#fff;
	/*text-align:left;*/
	font-size:11px;
}

table.form, .form caption {
	border-left:3px solid #567;
	border-right:3px solid #000;
}
table.form {
	border-top:1px solid #567;
	border-bottom:3px solid #000;
}
.form a{
	text-decoration:underline;
	font-weight:bold;
}
.form a:visited{
	background:#262b38;
	color:#abc;
}
.form a:hover {
	text-decoration:none;
	position:relative;
	top:1px;
	left:1px;
}
.form caption {
	border-top:3px solid #567;
	border-bottom:1px solid #000;
	font-size:14px;
	font-weight:bold;
}
table.form, .form td, .form th {
	margin:0px;
	padding:0px;
}
.form tbody td, .form tbody th, tbody tr.odd th, tbody tr.odd td {
	border:1px solid;
	border-color:#567 #000 #000 #567;
}
.form td, .form th, .form caption {
	padding:5px;
	vertical-align:middle;
}
.form tfoot td, .form tfoot th, .form thead th {
	border:1px solid;
	border-color:#000 #567 #567 #000;
	font-weight:bold;
	white-space:nowrap;
	font-size:12px;
}
