/*
This CSS file contains rules for creating typical entry-point pages
for applications.  These typically consist of a limited number of
form values in a rounded box and some sort of action button.
*/

body {
	font: 12px "Lucida Grande", Lucida, Verdana, sans-serif;
	text-align: center;
	padding: 48px 0 0;
	margin:0
}

h1 {
	font-size: 18px;
}

form {
	margin: 0;
	padding: 0;
}

div[lehidden="true"] {
	visibility: hidden;
}

.leentrypointminortext {
	font-size: 10px;
	color: dimgray;
}

.leentrypointerrortext {
	color: red;
}

.leentrypointlabel {
	margin: 0;
	width: 96px;
	float: left;
	padding-top: 6px;
	padding-bottom: 2px;
	padding-right: 2px;
	text-align: right;
	clear : both;
}

.leentrypointvalue {
	margin: 0px 0px 0px 96px;
	position: relative;
	text-align: left;
	padding-top: 6px;
	padding-left: 10px;
	padding-bottom: 2px;
	font-weight: bold;
}

.leentrypointinput {
	margin: 0px 0px 0px 96px;
	position: relative;
	text-align: left;
	padding-top: 2px;
	padding-left: 10px;
	padding-bottom: 2px;
}

.leentrypointaction {
	text-align: left;
	margin: 0px 0px 0px 96px;
	position: relative;
	padding-top: 5px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 2px;
	clear: both;
}

.leentrypointbox {
	margin:4px auto;
}

.leentrypointbox[lewhitetext="true"] {
	color: white;
}