body, input, select, textarea {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	margin: 0;
}

* {
	font-family:Tahoma;
}

a {
        text-decoration: none;
        color:#9c9c9c; }

a:active {
        color: #bbb}

a:hover {
        color: #bbb}

a.pdf{
	margin:0 auto;
	width:auto;
	padding:64px 0 0 -30px;
	padding-top:64px;
	background:url(img/pdf-a.gif) top no-repeat;
	text-decoration:none;
	font: bold 10px arial, helvetica, "liberation sans", "dejavu sans condensed", sans-serif;
	display: block;
	color:#9c9c9c;
	text-align:center;
}

a.pdf:hover{background:url(img/pdf-a-hover.gif) top center no-repeat;color:#bbb}

h1 {
	font-size:11px;
	color:#9c9c9c;
}

h2 {
	padding-left:80px;
	font-size:11px;
	color:#9c9c9c;
	text-align:left;
}

h3 {
	padding:0;
	border:1px dashed #bbb;
	border-width:1px 0;
	color:#aaa;
	font-size: 10px;
	margin-bottom: 5px;
}

h4 {
	padding:2px;
	/*border:1px dashed #888;
	border-width:1px 0;*/
	color:#555;
	font-size:16px;
	margin-top: 0px;
}

h5 {
	padding:0;
	/*border:1px dashed #bbb;*/
	border-width:1px 0;
	color:#aaa;
	font-size: 12px;
	margin-bottom: 5px;
}

form {
	margin: 1em;
}

input.button {
	border: 3px double #999999; 
	border-top-color: #CCCCCC;
	border-left-color: #CCCCCC;
	padding: 0.25em;
	background-color: #EEEEEE; 
	background-image: url(img/button_bg.gif);
	background-repeat: repeat-x;
	color: #777777;
	font-size: 75%;
	font-weight: bold;
}
#logo{
	border:0px;
	z-index:-1;
	margin:50px 0 0 -5px;
}
.break {
	height:1px; 
	overflow:hidden; 
	clear:both;
}

.container {
	position: relative;
	margin-top: 0;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	width: 300px;
	z-index: 10;
}

.lineup {
	width: 25px;
	float: left;
	text-align: center;
}

.textfield {
	border: 3px double #999999;
	border-top: 1px solid #999999;
	border-bottom: 0;
	border-left-color: #CCCCCC;
	color: #777777;
	font-size: 90%;
	font-weight: bold;
	margin-top: 10px;
	text-align: left;
	width: 260px;
	height: 120px;
	margin-left: 0px;
	padding: 4px;
	overflow: auto;
	position: relative;
	margin-bottom: -1px;
	margin-top: -2px;
	z-index:-1;
}

.inputfield {
	border: 3px double #999999;
	border-bottom: 0;
	border-top-color: #999999;
	border-left-color: #CCCCCC;
	color: #777777;
	font-size: 90%;
	font-weight: bold;
	margin-top: 10px;
	text-align: left;
	width: 126px;
	margin-left: 0px;
	padding: 4px;
	overflow: hidden;
	position: relative;
	margin-bottom: 0;
	z-index:-1;
}

.error {
	font-style: italic;
	color: #D44C4C;
}

.footer {
	position: absolute;
	text-align:center;
	width: 100%;
	bottom: 2px;
	left: 0;
}

#activities {
	position: absolute;
	/*left:50%;
	top:118px;*/
	float:right;
	bottom: 23px;
	right:5px;
	margin-left:70px;
	text-align:right;
	z-index:10;
}
#activities ul {
	display:block;
	list-style:none;
	font-size: 10px;
	color:#ccc;
}
#activities ul a{
	display:block;
	color:#ccc;
}
#activities ul a:hover{
	color:#aaa;
}
.cloud {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	font-size: 16px;
	font-style: italic;
	color: #DDD;
}