input:focus {
	outline: none;
}


.formRow {
	display: block;
	position: relative;
	margin: 5px 0px;
	
}

.lft {
	display: block;
	position: relative;
	float: left;
	width: 180px;
	text-align: right;
	margin-top: 4px;
	font-size: small;
	font-weight: bold;
}

.rgt {
	display: block;
	position: relative;
	color: #666;
	padding: 0px;
	width: 220px;
	margin-left: 185px;
}



.error {
	display: block;
	position: static;
	width: auto;
	padding: 5px 10px;
	margin: 10px 0;
	color: #fff;
	background-color: #c30;
	border: 1px #f60 solid;
	line-height: 14px;
}
.error li {
	list-style: inside disc;	
}
.errorHighlight {
	color: #fff !important;
	background-color: #c30 !important;	
	background-image: none !important;
}

.fbMessages {
      display: block;
      position: static;
      width: auto;
      padding: 5px 10px;
      margin: 10px 0;
      color: #fff;
      background-color: #12670A;
      border: 1px #005F04 solid;
      line-height: 14px;
}


.warning {
	display: block;
	position: static;
	width: auto;
	padding: 5px 10px;
	margin: 10px 0;
	color: #333 !important;
	background-color: #B2C8E0;
	border: 1px #333 dotted;
	line-height: 1.15;
	vertical-align: top;
	min-height: 34px;
}
.warning img {
	float: left;
	width: 32px;
	height: 32px;
	margin: 0 10px 0 0;
	position: relative;
}
.warning a {
	color: #0000BB;	
	text-decoration:underline;	
}
.warning a:hover {
	color: #AA0000;
}


.confirm {
	display: block;
	position: static;
	width: auto;
	padding: 5px 10px;
	margin: 10px 0;
	color: #fff !important;
	background-color: #2b456f;
	background-image: url(../images/ui/fade_blue.png);
	background-repeat: repeat-x;
	border: 1px #888 solid;
	line-height: 1.15;
	vertical-align: top;
}
.confirm li {
	list-style: inside disc;	
}



/* reg page 1 specific form widths */
.rgt input.age {
	width: 30px;	
}

.nameAvailable {
	display: block;
	position: relative;
	width: 100%;
	color: #fff;
}













/* reg page 3 form elements */
.checkBoxList {
	display: block;
	position: static;
	float: left;
	width: 11em;
	/*height: 1.8em;*/
	padding: 0px;
	margin: 5px 0px;
	line-height: 1;
}
.checkBoxList p {
	font-size: small;
	color: #ccc;
	height: 2em;
	line-height: 10px;
	margin-bottom: 10px;
	padding: 0px;
}

.rgt .checkBoxList {
	padding: 4px;
}

.checkBoxList input {
	margin-right: 5px;
	vertical-align: middle;
}

.checkBoxList label {
	vertical-align: middle;
}

.definitionList {
	display: block;
	position: relative;
	float: left;
	width: 120px;
	padding: 0px;
	margin: 5px 10px;
	font-size: small;
}

.definitionList span {
	display: block;
	position: relative;
	color: #cccccc;
}



/* edit profile page */
.editBodyProfile {
	width: 96%;
}


/* edit account page */
#externalProfileAccess {
	vertical-align: middle;
}
#externalProfileAccessDisabled, .externalProfileAccessDisabled {
	vertical-align: middle;
	color: #aaa;
	font-style:italic; 
}

#activeProfileLink {
	position: relative;
	left: 42px;
}
#inactiveProfileLink {
	position: relative;
	left: 42px;
	color: #CCCCCC;
}


