.AccountInfoBoxBorder{
	border : 1px solid #7C9CB9;
	background-color : White;
}

.AccountInfoCapText{
	color : #87AFCE;
	font-family : Arial;
	font-size : 12px;
	text-transform : uppercase;
	font-weight : bold;
}
.AccountFormTextLarge{
	color : #87AFCE;
	font-family: Arial;
	font-size: 13px;
	font-weight: bold;
}
.AccountFormText{
	color : #87AFCE;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
}
.AccountFormTextRed{
	color : red;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
}
.AccountFormTextRedSmall{
	color : red;
	font-family: Arial;
	font-size: 11px;
	font-weight: normal;
}
.AccountFormTextSmall{
	color : #87AFCE;
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
}
.AccountFormTextSmall2{
	color : #87AFCE;
	font-family: Arial;
	font-size: 9px;
	font-weight: bold;
}
.AccountFormField{
	border : 1px solid #87AFCE;
	color: #5981A2;
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	padding-left : 6px;
	height : 18px;
}
.AccountFormField2{
	border : 1px solid #87AFCE;
	color: #5981A2;
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	width : 185px;
}
.AccountFormField3{
	border : 1px solid #87AFCE;
	color: #5981A2;
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	width : 140px;
}
.AccountDiv{
	border-bottom : thin dotted #5981A2;
}
.AccountDivSmall{
	border-bottom : thin dotted #5981A2;
	
}