﻿input
{
    margin:0;
    padding:0;
	filter:	alpha(opacity=75);
	opacity:0.75;
	border:none;
	color:White;
	background-color:#404040;
}


textarea
{
	filter:	alpha(opacity=75);
	opacity:0.75;
	border:solid 2px #ce3c10;
	background-color:#2e2e2e;
	width:99%;
	height:320px;
	margin-top:8px;
	margin-bottom:8px;
	color:#e43f19;
}
textarea:focus, textarea:hover
{
	filter:	alpha(opacity=100);
	opacity:1;
}

#newscontent
{
}

input:focus, input:hover
{
	filter:	alpha(opacity=100);
	opacity:1;
	border:none;
}


input.large {
	background-color: transparent;
	background-image: url("/gfx/forms/input256x32.png");
	background-position: left top;
	background-repeat: no-repeat;
	width: 224px; 
	height: 24px; 
	padding: 5px 16px;
}

input.verylarge {
	background-color: transparent;
	background-image: url("/gfx/forms/input512x32.png");
	background-position: left top;
	background-repeat: no-repeat;
	width: 480px; 
	height: 24px; 
	padding: 5px 16px;
}

input.veryverylarge {
	background-color: transparent;
	background-image: url("/gfx/forms/input768x32.png");
	background-position: left top;
	background-repeat: no-repeat;
	width: 736px; 
	height: 24px; 
	padding: 5px 16px;
}

input.medium {
	background-color: transparent;
	background-image: url("/gfx/forms/input128x32.png");
	background-position: left top;
	background-repeat: no-repeat;
	width: 96px; 
	height: 24px; 
	margin:0;
	padding: 5px 16px;
}

input.medium192 {
	background-color: transparent;
	background-image: url("/gfx/forms/input192x32.png");
	background-position: left top;
	background-repeat: no-repeat;
	width: 160px; 
	height: 24px; 
	margin:0;
	padding: 5px 16px;
}

input.medium176 {
	background-color: transparent;
	background-image: url("/gfx/forms/input176x32.png");
	background-position: left top;
	background-repeat: no-repeat;
	width: 144px; 
	height: 24px; 
	padding: 5px 16px;
}


input.small {
	background-color: transparent;
	background-image: url("/gfx/forms/input64x32.png");
	background-position: left top;
	background-repeat: no-repeat;
	width: 32px; 
	height: 24px; 
	padding: 5px 16px;
}

input.file
{
	background-color: transparent;
	background-image: url("/gfx/forms/input512x32.png");
	background-position: left top;
	background-repeat: no-repeat;
	width: 512px; 
	height: 24px; 
	padding: 5px 8px;
}

.simpleForm 
{
	margin:0px;
	padding:16px 16px 16px 16px;
}

.simpleForm fieldset
{
	border:solid 1px grey;
	padding:8px;
}
.simpleForm fieldset legend
{
	color:yellow;
}

.simpleForm fieldset label
{
	display:inline-block;
	width:192px;
}

.simpleForm label
{
	display:inline-block;
	width:192px;
}

.editorForm
{
}
.editorForm input
{
	font-size:1.4em;
	color: orange;
	margin-left:6px;
}
.editorForm .headers fieldset
{
	border:solid 1px grey;
	padding:8px;
}
.editorForm .headers label
{
	display:inline-block;
	width:192px;
}

.buttonsLeft
{
	margin-top:8px;
	float:left;
}

.buttonsRight
{
	text-align:right;
	margin-top:8px;
}

#lgnForm
{
	margin:0px;
	background-image: url("/gfx/forms/logonback.png");
	background-repeat:no-repeat;
	width:180px;
	height:202px;
	padding:8px 8px 0px 0px;
}
#lgnForm input
{
	font-size:1.4em;
	color: orange;
	margin-left:6px;
}

#lgnForm label
{
	display:block;
	margin-left:12px;
	margin-top:8px;
	margin-bottom:16px;
	font-weight:bold;
	font-size:large;
	color:#e43f19;
	text-shadow: #000000 2px 2px 2px;
	filter: Shadow(Color=#f000000, Direction=135, Strength=1);
}

#lgnButtons
{
	margin-top:-4px;
	text-align:right;
}

#logonReply 
{
	border:none;
	margin-left:10px;
	font-size:0.8em;
	font-weight:bold;
}

#register label
{
	display:inline-block;
	width:192px;
}

#headline
{
	color:Yellow;
	font-weight:bold;
}

.inputcheckbox
{
	text-align:right;
	margin-bottom:4px;
	margin-right:2px;
}

.inputcheckbox img
{
	cursor:pointer;
}

.inputcheckboxlabel
{
	position:relative;
	top:-6px;
}

