body {
	background-color: white;
	margin: 0;
	padding: 0;
	font-family	: sans-serif;
	font-size: x-small;
}
div, p {
	color: black !important;
}
p {
	margin: 5px 0 5px 0;
	padding: 0;	
}

#beta.green {
	background-image:url('/images/beta-green.png');
	}
	#beta.blue {
		background-image:url('/images/beta-blue.png');
		}
		#beta.silver {
			background-image:url('/images/beta-silver.png');
			}
			#beta.orange {
				background-image:url('/images/beta-orange.png');
				}
				#beta.pink {
					background-image:url('/images/beta-pink.png');
					}

					#beta {
						width: 52px;
							height: 52px;
								margin: -15px 0 0 -40px;
									padding: 0;
										position: absolute;
											z-index: 300;
												top: 20px;
												
												}
#logo.green {
	background-image: url('/images/logo-green.png');
}

#logo.blue {
	background-image: url('/images/logo-blue.png');
}

#logo.pink {
	background-image: url('/images/logo-pink.png');
}

#logo.silver {
	background-image: url('/images/logo-silver.png');
}
	
#container {
	padding: 20px 0px 0 95px;
	margin: 0 auto;
	font-size: 130%;
	width: 60%;
	max-width: 600px;
}

#header h1 {
	padding: 0px 20px 0 20px;
	margin: 0;
	font-size: 2em;
}
#logo {
	height: 620px;
	width: 95px;
	position: absolute;
	margin-left: -95px;
	background-image: url('/images/logo-orange.png');
	background-position: top left;
	background-repeat: no-repeat;
}

#logo a {
	height: 620px;
	width: 95px;
	display: block;
	text-decoration: none;
}

.orange, .orange a {
	color: #EF8409;
	border-color: #EF8409;
}
.green, .green a {
	color: #71D450;
	border-color: #71D450;
}
.blue, .blue a {
	color: #4DACD5;
	border-color: #4DACD5;
}
.pink, .pink a {
	color: #E34DBE;
	border-color: #E34DBE;
}
.silver, .silver a {
	color: #767C79;
	border-color: #767C79;
}

.hiddeninputs input {
	margin: 0;
	padding: 0;
	width: 0;
	height: 0;
	visibility: hidden;
}

label {
	font-weight: bold;
	padding: 0 0 0 5px;
}
input[type=text], input[type=password], textarea {
	width: 100%;
	border-style: solid;
	border-width: 1px;
	color: black !important;
}

input.submit {
	background: none;
	border: none;
	float: right;
	margin: 3px 0 0 0;
	padding: 0;
}
input.submit:hover {
	color: black;
}

a img {
	border: none;
}
a {
	text-decoration: none;
	font-weight: bold;
}
a:active, a:focus, a:hover {
	text-decoration: underline;
}

/* colorselector */
#colorselector {
	position: relative;
	line-height: 30px;
	height: 30px;
	margin-top: -30px;
	text-align: right;
}

#colorselector * {
	line-height: 30px;
}
#colorselector img {
	float: right;
}

#navigation {
	float: right;
}

/* content */
#content, #footer {
	border-width: 2px;
	border-style: solid;
	padding: 10px 20px 10px 20px;
}

#footer {
	margin-top: 20px;
}


/* the main input form */
.tabs {
	margin: 20px 0 0 0;
	padding: 0;
}
.tabs .nav li a {
	font-size: 1.4em;
	font-weight: bold;
	padding: 5px 20px 0 20px;
}


h2 {
	margin: 20px 0 0 0;
	padding: 0 0 0 20px;
}

.form1, .border {
	border-width: 2px 0 0 2px;
	border-style: solid;
	padding: 10px 20px 5px 20px;
	margin: 0;
}

fieldset {
	border-style: solid;
	border: 0;
	margin: 0;
	padding: 0;
}

.tagcloud, .tagcloud .w1, .tagcloud .w2, .tagcloud .w3, .tagcloud .w4, .tagcloud .w5,   {
	line-height: 100%;
}
.tagcloud .w1 {
	font-size: 105%;
}
.tagcloud .w2 {
	font-size: 115%;
}
.tagcloud .w3 {
	font-size: 135%;
}
.tagcloud .w4 {
	font-size: 175%;
}
.tagcloud .w5 {
	font-size: 250%;
}

.notice, .message {
padding: 5px;
	border: 1px solid green;
}
.error {
padding: 5px;
border: 1px solid red;
}

.floatleft {
	float: left;
	margin-right: 5px;
}

.floatright {
	float: right;
	margin-left: 5px;
}
