/*#edit_info	{ 
	font-size: 18px;
	color: #2f4e53;
	background: transparent;
	min-height: 40px;
	padding: 0 0 0 0;
	outline: none;
	border-width: 10px;
	text-align: left;
}

Copyright 2009 Palm, Inc.  All rights reserved.

*/

#header_badge {
	position: fixed;
	top: 15px;
	right: 15px;
	z-index: 20001;
}

#infoButtonIcon {
	width: 36px;
	height: 36px;
	float: left;
	margin: 0 10px 0 -5px;
}

#arrowIcon {
	width: 16px;
	height: 16px;
	float: right;
	margin: 0 10px 0 -5px;
}

#listButtonIcon {
	width: 32px;
	height: 32px;
}

#edit_repeat_alarm {
	display: inline;
	margin: 5px;
	padding: 5px;
}

#repeatButton, #alarmButton {
	font-size: 14px;
	width: 150px;
	height: 40px;
}

#calendarButton {
	font-size: 14px;
	width: 90%;
	height: 40px;
}
		

		           
		/** ARE THESE STYLES BEING USED? **/
		.palm-list div.row input[type=text].framework-textfield,
		.palm-list div.row input[type=password] {
			font-size: 20px;
			background: transparent;
			margin: -3px -15px 0 -15px;
			padding: 4px 0px 0 5px;
			vertical-align: middle;
			border: none;
			outline: none;
			min-height: 25px;
			border-width: 15px;
			-webkit-border-image: url(../images/textfield-noshadow.png) 17 15 15 15 stretch stretch;
			width: 300px;
			height: 20px;
		}

		.palm-list div.row input[type=text]:focus.framework-textfield,
		.palm-list div.row input[type=password]:focus.framework-textfield {
			background: white;
			margin: -3px -15px 0 -15px;
			padding: 4px 0 0 5px;
			outline: none;
			height: 20px;
			width: 300px;
			border-width: 15px;
			-webkit-border-image: url(../images/textfield-shadow.png) 17 15 15 15 stretch stretch
}								