
/* CJA Login Box */
.DIV_CJA_Login_Box {
	border-top: 2px solid #555555;
	border-right: 2px solid #555555;
	border-bottom: 2px solid #555555;
	border-left: 2px solid #555555;
	margin: 5px 5px 5px 5px;
	width: 400px;
}

.DIV_CJA_Login_Box_Header {
	background-image : url(../images/Horz_Nav_Bg.png);
	height: 30px;
	color : white;
	text-decoration: none;
	margin: 0px 0px 0px 0px;
	display: block;
	padding-top: 0px;
	padding-left: 8px;
	font-weight : bold;
	font-size: 14px; 
	line-height: 30px;
	text-align: center;
	border-bottom: 1px solid #555555;
}

.DIV_CJA_Login_Box_Contents {
	color : black;
	text-decoration: none;
	margin: 0px 0px 0px 0px;
	display: block;
	font-weight: normal;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 4px;
	padding-right: 4px;
	background-color: #cccccc;
	font-size: 12px;
	line-height: 16px;
}

.Login_Text_Box{
	width: 135px;
	background-color: White;
}

.Login_Button{
	color: White;
	font-weight : Bold;
	background-color: #475875;
	border-color: #555555;
	padding-right: 5px;
	padding-left: 5px;
}


