.myarea-top {
	
 p{
	margin:0px;
 }
 
 .profile-pic{
 	width: 60px;
  	height: 60px;
	float: left;
  	margin-right: 10px;
  	background: url('/image/user_male_portrait') 50% 50%;
  	background-size: 60px 60px;
 }
}


.mypf-frm{

}

.mypf-frm .control-group{
    margin:0px;
}

.mypf-frm label.control-label{
    float: left;
    margin-right: 10px;
    line-height: 20px;
    text-transform: capitalize;
    width:160px;
    font-size:15px;
}

.mypf-frm .double > div:first-child > div label.control-label{
    width:160px !important;
}

.mypf-frm input.field{
    width: initial;
    min-width: 200px;
}

.mypf-frm textarea.field{
    width: 100%;
}

.mypf-frm input[type="file"].field{
	line-height:100%;
}
.mypf-frm input[type="checkbox"].field{
	min-width: initial;	
}


.mypf-frm select.aui-field-select {
    width:215px !important;
    height: 30px;
}

.mypf-frm select.aui-field-select[multiple] {
	height: auto;	
}

.mypf-frm .lfr-change-logo{
	background: none;
	padding: 0px !important;
}

.mypf-frm .taglib-logo-selector{
	text-align: left;
	
}




/* CO2 AREA SPECIFIC needs to move..*/
.co2-area{
.ico{
 	width: 60px;
  	height: 60px;
	float: left;
  	margin-right: 15px;
 }
}