#public-identity-motto {
	font-size: 11px;
	color:#444;
	padding: 4px;
	border: 1px solid #d6d6d6;
	margin-bottom: 20px;
}

/* 
 * ... SideBOX ................................
 */

.public-identity-sidebox {
	margin-bottom: 20px;	
}

.public-identity-sidebox .header {
	background:transparent 
	url('/images/backgrounds/index_side_box_top_gray.gif') no-repeat scroll left top;
	height:10px;
	width: 286px;
}

.public-identity-sidebox .content {
	border-left: 1px solid #e2e2e2;
	border-right: 1px solid #e2e2e2;
	text-align:left;
	font-size:12px;
	padding:4px;
}

.public-identity-sidebox .footer {
	background:transparent 
	url('/images/backgrounds/index_side_box_bottom_gray.gif') no-repeat scroll left top;
	height:11px;
	width: 286px;
}

.public-identity-sidebox .content .label-field {
	margin-bottom: 6px;
}
.public-identity-sidebox .content label {
	background:#FFFFFF url(/images/backgrounds/label_100.gif) no-repeat scroll 0%;
	color:#444;
	display:block;
	float:left;
	font-weight:normal;
	line-height:18px;
	padding-left:8px;
	width:100px;
}


.public-identity-sidebox .content .label-field input[type="text"] {
	width: 160px;
	color:black;
	font-size: 12px;
	border-bottom: 1px solid #CCC;
	border-right: 1px solid #CCC;
	border-top: 1px solid #EEE;
	border-left: 1px solid #EEE;
}

.public-identity-sidebox .content .label-field textarea {
	color:black;
	font-size: 12px;
	border-bottom: 1px solid #CCC;
	border-right: 1px solid #CCC;
	border-top: 1px solid #EEE;
	border-left: 1px solid #EEE;	
}

#public-send-message textarea, #public-send-message input[type="text"] {
	background-color: #FBFBEC;
}

#public-identity-name {
	font-size: 24px;
	color: #333;
	font-weight: normal;
	margin-top: 10px;
	margin-bottom: 20px;
}

#public-identity-content {
	width:750px;
}
