/*****************************************************/
/**LOGIN PAGE
/*****************************************************/
#loginContainer{
	BORDER-STYLE: solid;
	BORDER-WIDTH: 9px;
	BORDER-COLOR: #75867c;
	WIDTH: 500px;
	HEIGHT: 400px;	
	BACKGROUND-COLOR: #e0e3e8;
	color:#2d3437;
	font-family:Arial;
}
.instructions{
	padding:6px 0px 6px 30px;
	text-align:left;
	background:7px 6px #cfd0d2;
	margin:0px 10px;
	border:solid #75867c;
	border-width:1px 0px;
	font-size:12px;
}

.spacer{
	HEIGHT: 30px;	
}
.inputCell{ 
	WIDTH: 70px;	
	FONT-SIZE: 13px;
	FONT-WEIGHT: bold;	
	padding-right:10px;
	text-align:right;
}
.inputField{
	WIDTH: 300px;	
	text-align:left;
	position:relative;

}
.inputField input{
	padding-left:4px;
	WIDTH: 280px;
	border:1px solid #2d3437;	
}

.bubbleLeft{
	width:200px;
	height:37px;
	background:url('../../images/bubble_left.gif') no-repeat;
}
.bubbleRight{
	width:200px;
	height:37px;
	background:url('../../images/bubble_right.gif') right no-repeat;
}
.bubbleContentContainer{
	height:37px;
	width:165px;
	margin:0px 11px 0px 24px;
	background:url('../../images/bubble_background.gif') repeat-x;
}
.bubbleContent{
	padding:8px 6px 6px 35px;
	font-size:12px;
	font-family:Verdana;
	color:#7d7d7d;
	background:url('../../images/alert.gif') 3px 6px no-repeat;
}



/*
.login_sub{
	HEIGHT: 10px;
	FONT-SIZE: 1em;
	FONT-WEIGHT: normal;
	FONT-STYLE: italic;	
}

*/



.warningSpan{
	display:block;
	height:37px;
	width:200px;
	position:absolute;
	top:-25px;
	left:270px;
}

