body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	display: block;
	text-align: center;
	background-color: #E2EEE8;
}

#loginBox {
	width:300px;
	height: 200px;
    padding:0px;
	position: relative;
	left: 0px;
	background: url(../images/login_bg.jpg) no-repeat;	
}

#noticeBox {
	width:300px;
	height: 200px;
    padding:0px;
	position: relative;
	left: 250px;
	text-align: left;
}

#loginBox .header {
	padding: 10px 15px;
	font-size: 150%;
	font-weight: bolder;
	color: #fff;
}

#loginFormTable {
	font-size: 10px;
	width: 268px;
    margin-top:0px;
    margin-left:16px;
    margin-bottom:24px;
    border-spacing:0px;
    border-collapse:collapse;
}

#loginFormTable th, td{
	font-weight:normal;
    padding:0 0 2px 0;
    width:120px;
}

.noborder {
	border: 0px;	
}
	
label {
    width:100px;
    display:block;
    margin-left:4px;
}

.textfield {
	width: 130px;
    height:23px;
	padding-top: 5px;
    padding-left: 0px;
    padding-right: 15px;
    padding-bottom:0px;
    margin:0px;
	border:solid 0 #fff;
/*	background: transparent url(../images/login_text_bg.jpg) no-repeat;*/
	background: transparent;
}

td.bg {
	padding-left: 10px;
	padding-right: 10px;
	background: url(../images/login_text_bg.jpg) no-repeat;
}

img {
	border: 0px;
	margin-left: 10px;
	margin-right: 10px;
}


.submit {
	margin-left: 5px;
}

#wrapper {
	width: 800px;
	height: 540px;
	text-align: left;
	background: url(../images/site_bg.jpg) no-repeat;
	margin: 0 auto;
}

#top {
	text-align: center;
	position: relative;
	top: 30%;
}

#middle {
	position: relative;
	top: 32%;
}

#top2 {
	text-align: center;
	position: relative;
	top: 38%;
}

#middle2 {
	position: relative;
	top: 42%;
}

#bottom {
	font-size: 110%;
	margin-left: 16px;
}

#footer {
    position: relative;
    top: 41.5%;
    text-align: justify;
    clear: both;
    width: 755px;
    height: 30px;
}

#logolink {
    width: 220px;
    height: 100%;
    float: left;
    text-decoration: none;
}

#applet {
	position: relative;
	top: 35%;
	text-align: center;
}

#appletfooter {
	font-size: 110%;
	position: relative;	
	top: 38%;
	text-align: center;
}

.heading {
	margin-top: 20px;
	font-size: 200%;
	text-transform: uppercase;
	color: #299c73;
}

h2 {
	font-size: 12pt;
	color: #299c73;
}

.forgotPassword {
	color: blue;
	text-decoration: underline;
}

.center {
	text-align: center;	
}
	
.bold {
	font-weight: bold;	
}
	
a {
	color: #0e75b0;
}

a:hover {
	text-decoration: underline;
	color: red;
}

.dottedunderline {
	text-decoration: none;
	border-bottom:1px dotted;
}

.lightblue {
	color: #0e75b0;
}

form {
	margin-top: 5px;
	margin-bottom:0px;
}

div.info {
	font-size:14px;	
}

.error_message {
	color: red;
/*	font-weight: bold; */
}

/* Viestilaatikoiden tyylit */
.message-box {
	background: url(../images/noticebg_bottom_left.gif) no-repeat left bottom;
	margin: 5px 0 5px 5px;
	text-align: left;
	width: 650px;
}

.message-box-inner-1 {
	background: url(../images/noticebg_bottom_right.gif) no-repeat right bottom;
}

.message-box-inner-2 {
	background: url(../images/noticebg_top_left.gif) no-repeat left top;
}

.message-box-inner-3 {
	background: url(../images/noticebg_top_right.gif) no-repeat right top;	
    padding: 0;
}

.message-box ul {
	margin:0px;
	padding:0px;
}

.message-box li {
	margin: 0 0 0 16px;	
	padding-left: 16px;
	font-size: 0.9em; 
	font-weight: normal; 
	color: #666666; 
	line-height: 18px; 
	font-family: tahoma, arial, geneva, helvetica;
	list-style-type: none;
}

.message-box li.info {
	background: url(../images/icon_info.gif) no-repeat left;	
}

.message-box li.success {
	background: url(../images/icon_ok.gif) no-repeat left;
}

.message-box li.error {
	background: url(../images/icon_alert.gif) no-repeat left;
}
