/*
	$Revision$
	$Date$
	$Author$
	$HeadURL$
	$Id$
*/

	body {
		background: #e6e7e8;
		color: #808284;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 12px;
		margin: 0;
		padding: 0;
	}

	html,body{
		height:100%;
	}

	img{
		border: none;
	}

	a {
		color: #000000;
		text-decoration: none;
	}
	
	a:hover, a:focus {
		color: #000000;
		text-decoration: none;
		cursor: pointer;
	}
	
	a:active {
		color: #000000;
		text-decoration: none;
	}

	.textbox{
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		font-weight: normal;
		border: 1px solid #FFFFFF;
		color: #000000;
		margin: 0px 0px 0px 0px;
		vertical-align: middle;
	}

	.button{
		background:#FFFFFF none repeat scroll 0%;
		border:1px solid #808284;
		color:#808284;
		cursor:pointer;
		font-family:Arial,Helvetica,sans-serif;
		font-size:11px;
		margin:0px 4px 0px 0px;
		padding:0px 15px;
		vertical-align:middle;
	}

	#logo{
		position: relative;
		background-image: url(../images/login.jpg);
		background-repeat: no-repeat;
		width: 169px;
		height: 105px;
	}
	
	#logo .domain{
		position: absolute;
		bottom: 0px;
		right: 0px;
		font-weight: bold;
		color: #FF6300;
	}
	
	#alert_box{
		height: 21px;
	}

	#alert_box .container{
		color: #000000;
		font-weight: bold;
		background-color: #FAD163;	
	}

	#alert_box .msg{
		height: 21px;
		line-height: 21px;
		padding: 2px 0px 5px 0px;
		background-color: #FAD163;
		white-space: nowrap;
	}

	#alert_box .right{
		background: #FAD163 url(../images/alert_box_right.gif) no-repeat;
		height: 21px;
	}