body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align:left;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	color: #000000;
	background-color: #ffffff;
}
img {
	border: none;
}

.MainTable {
	background-position: center center;
}

/* form-module
*******************************************************************************/
#form-module * {
	padding:0px;
	margin:0px;
}

#form-module {
	margin:0px;
	padding:0px;
	width:400px;
	background-color:#f7f7f7;
	color:#666;
	font-family:verdana, arial, helvetica, sans-serif;
	font-size:1.2em;
}

#form-module fieldset {
	border:0px solid #fff;
}

#form-module legend {
	display:none;
}


#form-module p {
	margin:0;
	padding:5px;
	font-size:1em;
	font-weight:bold;
}

#form-module .element {
	display:block;
	clear:both;
	background-color:#f7f7f7;
	border-top:2px solid #fff;
}

#form-module label {
	display:block;
	float:left;
	padding:5px;
	width:120px;
	border-right:2px solid #fff;
}

#form-module label.checkbox {
	width:372px;
	border-left:2px solid #fff;
	border-right:none;
}

#form-module input, 
#form-module select, 
#form-module textarea {
	float:left;
	margin:5px;
	width:295px;
	border:1px solid #333;
}

#form-module input.text {
	height:20px;
}

#form-module input.checkbox {
	width:120px;
	padding:0;
	border:none;
}

#form-module input.submit { 
	margin:5px 5px 5px 137px;
	padding:2px 5px;
	border:1px solid #333;
	background-color:#fff;
	color:#666;
	font-family:verdana, arial, helvetica, sans-serif;
	text-align:left;
	cursor:pointer;
}

#form-module input.submit:hover { 
	background-color:#f7f7f7;
	color:#000;
}

#form-module label.textarea, 
#form-module textarea.textarea {
	height:96px;
}

#form-module-thanks {
	display:block;
	color:#666;
	font-family:verdana, arial, helvetica, sans-serif;
	font-size:1.2em;
}

a:link {
	text-decoration: none;
	color: #990000;
}
a:visited {
	text-decoration: none;
	color: #990000;

}
a:hover {

	text-decoration: underline;
	color: #FFA405;
}
a:active {

	text-decoration: none;
	color: #990000;
}

a.header:link {
	text-decoration: none;
	color: #000000;
	font-size: 14px;
	font-weight: bold;
}
a.header:visited {
	text-decoration: none;
	color: #000000;
	font-size: 14px;
	font-weight: bold;

}
a.header:hover {

	text-decoration: underline;
	color: #FF9900;
	font-size: 14px;
	font-weight: bold;
}
a.header:active {

	text-decoration: none;
	color: #000000;
	font-size: 14px;
	font-weight: bold;
}

a.none:active {

	text-decoration: none;

}
h1 {
	font-size: 14px;
	font-weight: bold;
}
h2 {
	font-size: 12px;
	font-weight: bold;
}
h2 {
	font-size: 10px;
	font-weight: bold;
}

ul {
	list-style-type: square;
}
li {
	list-style-type: square;
}


/*======== FILEBROWSER =========*/
div#filebrowser td {
	padding: 1px 10px;
}
div#filebrowser li {
	list-style-type: none;
	text-align: left;
}
div#filebrowser ul {
	width: 500px;
	padding: 0;
}
div#filebrowser td#filedelete {
	padding-top: 20px;
}
div#filebrowser td.headline {
	padding: 20px 10px;
}
div#filebrowser img {
	border: 0px;
}
div#filebrowser input.button {
	margin-right: 10px;
}
div#upload {
	visibility: hidden;
	position: absolute;
	float: right;
	right: 20px;
	top: 50px;
	border: 2px solid #000;
	padding: 5px 20px;
	color: #000;
	background-color: #69f;
		filter:Alpha(opacity=95);
	opacity:0.95;
}
div#mkdir {
	visibility: hidden;
	position: absolute;
	float: right;
	right: 20px;
	top: 50px;
	border: 2px solid #000;
	padding: 5px 20px;
	color: #000;
	background-color: #69f;
	filter:Alpha(opacity=95);
	opacity:0.95;
}
span.small a {
	border: 1px dashed #000;
	padding: 2px 5px;
	margin: 0 5px;
}

