/*===============================================================================

FundWorks FundReports 6 Login CSS
Author : Andrea Giammarchi
Created: 25th November 2008

Change History
Version         Change
===============================================================================
V6.0.0  First Release Version
V6.0.4  Changed attribute selector to class (IE6 fix)

===============================================================================
Copyright © FundWorks UK.  All rights reserved.
===============================================================================
*/

html, body, form {
    margin: 0;
    padding: 0;
    overflow: hidden;
}
body {
    width: 100%;
    height: 100%;
    background: url(../_images/background_encore.jpg);
    font-family:Tahoma, Arial, Helvetica, sans-serif;
    font-size: 0.7em;
    text-align: center;
}
#main {
    position: absolute;
    top: 50px;
    left: 50%;
    margin: 0 0 0 -262px;
    width: 524px;
    border: 1px solid black;
    text-align: left;
    background-color: #FFF;
}
#top {
    height: 284px;
    background: url(../_images/kurtosys_login.jpg) no-repeat;
}
#center {
    height: 160px;
    background: #FFF;
}
#bottom {
    height: 0px;
    background: url(../_images/kurtosys_login.jpg) no-repeat 0 -285px;
}
#Authentication1_LabelMessage {
    display: block;
    font-weight: bold;
    text-align: center;
}
#version 
{
    width: 524px;
    display: block;
    position: absolute;
    top: 450px;
    left: 50%;
    margin: auto auto auto -331px;
    color: #999999;
    text-align: right;
}
#copyright 
{
    width: 524px;
    display: block;
    position: absolute;
    top: 290px;
    left: 50%;
    margin: auto auto auto -275px;
    color: #000000;
    text-align: right;
}
table{
	width: 100%;
	border-collapse:collapse;
	margin-top: 16px;
	margin-left: 50px;
}
td {
	padding: 2px;
}
textarea, input, select{
	font-size: 1em; font-family:Tahoma, Arial, Helvetica, sans-serif; 
}
input.wide{
	border: 1px solid #88B1CF; color: #005085; width: 70%;
}
input.button{
	padding: 2px 4px; background : url(../_images/nav_background.jpg) bottom; border: 1px solid #88B1CF; color: #055A8D; cursor: pointer; width: auto;
}
input.button:hover{
	background: url(../_images/nav_background.jpg); border: 1px solid #055A8D; color: #fff; width: auto;
}