/*	
	modification_date	20081022
	cgishell css stylesheet definitions
	karl-martin magritzer
*/

body.cgishell {
	width: 600px;
	height: 600px;
	font-size: 13px;
	color: white;
	font-family: verdana;
	position: relative;
	background-color: black;
	text-align: left;
	margin: 0px;
	overflow-x: hidden;
	overflow-y: hidden;	
}

table.cgishell {
	width: 600px;
	height: 600px;
}

form.cgishell {
	width: 600px;
	height: 600px;
}

td.cgishell_textarea {
	width: 600px;
	height: 500px;
}
textarea.cgishell {
	font-size: 12px;
	font-family: 'lucida console';
	width: 100%;
	height: 100%;
	border: 0px;
	color: white;
	overflow-x: hidden;
}
tr.invisible_input {
	height: 5px;
	line-height: 5px;
}
input.cgishell {
	font-size: 13px;
	border-top: 1px solid white;
	border-right: 1px solid white;
	border-left: 1px solid white;
	border-bottom: 1px solid white;
	background-color: transparent;
	height: 20px;
	width: 500px;
	text-align: left;
	color: white;
}
input.cgishell_submit {
	font-size: 13px;
	font-weight: normal;
	height: 20px;
	width: 90px;
	border-top: 1px solid white;
	border-right: 1px solid white;
	border-left: 1px solid white;
	border-bottom: 1px solid white;
	text-align: center;
	color: white;
}
	
