/* Registration page styles */
div.profileForm {
	font-size: 80%;
	color: #999;
	line-height: 2.1;
	background: #f7f0f8 url(/_layouts/IMAGES/SchoolNet.Common/purple_gradient.jpg) top left repeat-x;
	border: 1px solid #e7dae7;
	padding: 10px 0 10px 16px;
}

.profileForm .fieldGroup { 
	position: relative;
	padding-top: 2em;
	margin-bottom: 1em;
}
.profileForm legend span { 
	position: absolute;
	top: 0; 
	left: 0;
	display: block;
	color: #be9fbf;
	font-weight: bold;
	font-size: 110%;
}
/*.profileForm .instructions {
	font-size: 95%;
	padding-bottom: 10px;
	margin-top: -0.5em;
}*/
.profileForm input.textfield {
	background: #fff url(/_layouts/IMAGES/SchoolNet.Common/textfield_bg.gif) top left no-repeat;
	border: 1px solid #cfcfcf;
	height: 1.2em;
}
.profileForm input.textfield:focus {
	background: #fff url(/_layouts/IMAGES/SchoolNet.Common/textfield_bg_focus.gif) top left no-repeat;
}
.profileForm input.imgButton {
	margin-right: 10px;
}
.profileForm div.hideNameNotice {
	padding-top: 10px;
	clear: left;
}
.profileForm div.avatarSelect {
	float: left;
	text-align: center;
	margin: 0 10px 5px 0;
	padding-bottom: 4px;
}
.profileForm div.avatarSelect img {
	padding: 8px 8px 0 8px;
}
.profileForm div.avatarSelect#selected {
	background: #ccc;
}

.profileForm strong.centered {
	display: block;
	text-align: center;
	font-size: 90%;
}

div.lightboxContent {
	font-family: Arial, Helvetica, sans-serif;
	color: #666;
}
div.lightboxContent a.lbAction 
{
	padding-top:7px;	
	text-align: right;
	padding-right:10px;		
	display: block;
	font-size: 80%;
}
div.lightboxContent p.instructions {
	padding: 20px 0;
}
div.lightboxContent li {
	line-height: 1.5;
}

