/* layout structure */

#content {
	text-align: center;
	padding: 10px 0px 40px 0px;
	min-height: 300px;
	font: 12px arial,verdana,sans-serif;
}

/* for Internet Explorer */
/*\*/
* html #content {
	height: 350px;
}

* html fieldset div{
	margin-left: 15px;
}
/**/

#login {
	margin: 0 auto;
	padding: 1em;
	width: 80%;
	text-align: left;
	font: 12px arial,verdana,sans-serif;
}

/* BUTTONS */

.buttons {
	clear: both;
	width: 95%;
	margin-left: 30px;
	margin-bottom: 20px;
	float:left;
	font-size: 100%;
}


fieldset {
	margin: 1em 0;
	border: none;
	border-top: 1px solid #ccc;
}

legend {
	margin: 1em 0;
	padding: 0 .5em;
	color: #036;
	background: transparent;
	font-size: 1.3em;
	font-weight: bold;
	
}

label {
	float: left;
	width: 130px;
	padding: 0 1em;
	text-align: right;
}

fieldset div {
	margin-bottom: .5em;
	margin-left: 10px;
	padding: 0;
	display: block;
}

fieldset div input {
	width: 150px;
	border-top: 1px solid #555;
	border-left: 1px solid #555;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	padding: 1px;
	color: #333;
}

input:focus, textarea:focus {
	background: #efefef;
	color: #000;
}

	
/* required fields - does not work in IE */
fieldset div.fm-req {
	font-weight: bold;
}

fieldset div.fm-req label:before {
	content: "* "; /* does not work in IE */
}