﻿body#page
{
	background-color:#fff;
	color:#000;
	font:12px verdana;
	margin:0;
	min-height:500px;
	min-width:700px;
}

div#inner
{
	position:relative;
	width:470px;
	margin:10% auto 0;
	padding:30px;
	background-color:#fff;
	border:2px solid #F6851F;
	z-index:10;
}

a
{
	color:#000;
	text-decoration:none;
	font-size:11px;
}

a:hover
{
	text-decoration:underline;
}

label
{
	font-size:11px;
	color:#000;
}

label:hover
{
}

div.col
{
	text-align:left;
	width:165px;
	position:absolute;
	right:0;
	top:0;
}

div.row
{
	text-align:right;
	padding-right:180px;
	height:25px;
	position:relative;
	right:45px;
}

div.row p
{
	line-height:20px;
	margin:0;
}

div#button
{
	position:absolute;
	right:0;
	top:5px;
	height:50px;
	border-width:0;
}

span.inputContainer input
{
	width:145px;
}

div#logonBoxLogon
{
	position:relative;
	margin:25px 100px;
	text-align:right;
	z-index:2;
}

div#logonBoxChangePassword
{
	position:relative;
	margin:25px 100px;
	text-align:right;
	z-index:2;
}

div#logonBoxForgotPassword
{
	position:relative;
	margin:25px 100px;
	text-align:right;
	z-index:2;
}

div#logonLogo
{
	margin:0 auto;
	width:466px;
	height:74px;
	z-index:1;
	background:url(../../Images/logonLogo.jpg) no-repeat;
}

div#logonFooter
{
	position:absolute;
	bottom:5px;
	left:5px;
	width:100%;
	height:32px;
	z-index:1;
	background:url(../../Images/logonFooter.jpg) no-repeat;
}

div#logonBackground
{
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	height:400px;
	z-index:0;
	background:url(../Images/logonBackground.jpg) repeat-x;
}

div#logonIntellisellLogo
{
	position:absolute;
	bottom:0;
	right:0;
	padding-bottom:14px;
	padding-right:55px;
}

div#logonIntellisellLogo img
{
	position:absolute;
	right:10px;
	bottom:10px;
	border-width:0;
}

span#message
{
	font-weight:700;
	text-transform:capitalize;
}


