.userprofile legend
{margin-bottom: 0;}


.userprofile .settingrow .ui-datepicker-trigger 
{margin-left: 1px;}


.userprofile .settingrow input[type="radio"], input[type="checkbox"] {
margin: 0;}

.pagebody.userprofile .settingrow label{
display: inline-block;}

@media (max-width: 480px) {
.pagebody.userprofile .settingrow label
{width: 100%;}
.ui-tabs .ui-tabs-panel {
padding: 0;}
}

@media (min-width: 481px) and (max-width: 767px) {
.pagebody.userprofile .settingrow label
{width: 20%;}
}

@media (min-width: 768px) and (max-width: 979px) {
.pagebody.userprofile .settingrow label
{width: 16%;}
}

@media (min-width: 980px) and (max-width: 1199px) {
.pagebody.userprofile .settingrow label
{width: 12%;}
}

@media (min-width: 1200px) {
.pagebody.userprofile .settingrow label
{width: 9%;}
}

.ui-tabs-panel a.passwordrecovery
{margin-top:10px;}

.ui-tabs-panel .passwordrecovery
{background-color: #555;
color: #fff;
text-decoration: none;
padding: 4px;}

