* {
		margin:0;
		padding:0;
		}
body {
        background-color: #ff7400;
        margin: 0px;
        font-family: Verdana, Arial, sans-serif;
	text-align:center;
}
html, body {
		height:100%;
		}
body, td, th, dd, dt, h1, h2, h3, h4, h5, h6, p, ol, ul, li {  
font-family: Verdana, Arial, sans-serif;
font-size: 8pt;
}  
#contenttable {
        margin: 10px;
}

#pagetable {
        width: 500px;
        height: 300px;
}

#loginbox {
        margin-top: 80px;
}
.loginlabels {
        color: #ffffff;
}

.button {
        display: block;
        background-image: url(http://www.webalive.com.au/uploadedFiles/button-80x25.gif);
        background-color: transparent;
        border: 0px;
        width: 80px;
        height: 25px;
        color: #fff;
        font-size: 8pt; 
        
        margin-left: 30px
}
#floater {
	background-image: url(http://www.webalive.com.au/uploadedFiles/webmail-body.jpg);
        background-repeat: no-repeat;
        background-position: center;
	margin:0 auto;
	position:relative;
	height: 100%;
}
.button:hover {
        color: #000000;
}

td {
        font-size: 8pt;
}
#distance { 
		width:1px;
		height:50%;
		margin-bottom:-13.75em; 
		float:left;
}
.input {
        width: 140px;
        background-image: url(http://www.webalive.com.au/uploadedFiles/webmail-formfield.gif);
        background-repeat: no-repeat;
        background-color: transparent;
        border: 0px;
        height: 25px;
        padding-top: 6px;
        padding-left: 3px;
        padding-right: 3px;
        
        /* IE remove background image */
        _background-image: none;
        _background-color: #fff;
        _border: 1px solid #000;
}
#remember {
        margin-top: 60px;
}

#label {
        color: #fff;
        padding-top: 3px;
}

#remember a:hover{
        color: #fff;
}

a:link, a:visited, a:active {
        color: #ff7400;
        text-decoration: none;
}

a:hover {
        color: #000000;
}
