/*Lumie Login page style sheet PG 25-07-07*/

div#text {
	width:900px;
}

div.section {
	float:left;
	width:400px;
	margin-left:30px;
	margin-top:15px;
	height:21em;
}

div.section input {
	margin-left:10px;
}

div.section input.button {
	display:block;
	margin-bottom:15px;
}

div.section label {
	color:#3c73d7;
	font-size:1.2em;
	display:block;
	margin-left:10px;
	font-weight:bold;
}

div.section p {
	display:block;
	font-size:1.0em;
	margin-left:10px;
}
div.section input.text_input {
	margin-bottom:15px;
	margin-top:5px;
}

