/* This sheet contains styles for generic forms */
.loginBoxes
{
	margin-left:100px;
	margin-top:50px;
	width:300px;
	background-color:#F3F2F8;
	height:107px;  
	font-weight: bold; 
	text-indent: 10px;
}
.updateProfile
{
	font-weight: bold; 
	text-indent: 10px;
	width:500px;
}
.errorTextRed
{
	color:Red;
}