/* Copyright 2009 Palm, Inc.  All rights reserved. */


.explanation-text {
	margin-top: 3px;
	margin-left: 28px;
	margin-right: 28px;
	font-size: medium;
	color: gray;
	padding-bottom: 10px;
}

.domain-text {
	font-size: 18px;
	padding-top: 5px;
	display: block;
}
.login-text {
  	font-size: 14px;
	color: #999;
	display: block;
}
.selected .domain-text,
.selected .login-text {
	color: #fff;
}

#prefs_view .palm-page-header {
	padding-bottom: 0px;
}

/*
 * Fixing the alignment of the time pickers
 */

.title.start-of-day-picker,
.title.end-of-day-picker {
	padding: 5px 0px 10px 10px !important;
}

.end-of-day-picker .label {
	padding-right: 13px;
}