/* CSS Document */

.profileavatar{
	width:100%; 
	float:left; 
	margin-right:12px; 
	background:white; 
	height:300px; 
	padding:10px;
	border-radius:4px; 
	margin-top:0px;}
	
.profilesettings{
	width:100% !important;
	margin-top:0px !important;
	border-radius:4px !important;}
	
.profilesettings label{
	width:100%;
	float:left;
	height:30px; line-height:30px;
	font-size:14px;}
.profilesettings .inside{
	width:98%;
}
.profilesettingslabel{
	width:100% !important;
	height:30px; line-height:30px;
	text-indent:15px;
	background:url(css_images/mainheaderbg.png) top repeat-x;
	text-shadow:0px 1px 0 #fff;
	box-shadow:0px 1px 1px rgba(0, 0, 0, 0.18);
	color:black;
	font-size:14px;
	border-radius:4px;
	float:left;
	margin-bottom:20px;}
		
	
	

