form {
	clear: both;
}

fieldset {
	border: none;
	padding: 1ex 0;
}

legend {
	border: none;
	text-decoration: none;
	font-size: .9em;
	font-weight: bold;
	margin: 0 10px;
	padding: 0 0 0 10px;
	display: block;
	color: #444;
}

form input[type="submit"] , form button {
	font-size: 0.8em;
	padding: 4px 8px;
	margin: 0 10px;
	text-decoration: none;
	letter-spacing: 1px;
	text-transform: uppercase;
	border-style: none;
	color: #fff;
	background-color: #aac2da;
	border: 1px solid #94a8bd;
}

form input[type="submit"]:hover  , form button:hover {
	background-color: #e7eef4;
	color: #555;
}

form textarea.simple {
	width: 400px;
	height: 50px;
	font-size: 1em;
}

form textarea.editor {
}

form .field_error , form .charlabel  {
	display: block;
	text-transform: uppercase;
}

form .field_error {
	color: #F00;	
}

select , form input , form textarea {
	outline: none;
	padding: 4px;
    border: 1px solid #aac2da;
	font-family: verdana, tahoma, arial, helvetica, sans-serif;
	background-color: #fff; /* e7eef4 */
}

form.profile {
	padding-top: 10px;
	margin-top: 1ex;
	background-image: url("../images/round-blue-top.gif");
	background-repeat: no-repeat;
	background-position: top left;
}

div.contentform {
	background-color: #e7eef4;
	margin: 0;
	padding: 0 0 10px 0;
	clear: both;
	background-image: url("../images/round-blue-bot.gif");
	background-repeat: no-repeat;
	background-position: bottom left;
}

div.contentform p {
	clear: left;
	padding:  .5ex 0 .5ex 150px;
	font-size: .8em;
}

div.contentform label {
	padding: 0;
	float: left;
	margin-left: -150px;
	width: 140px;
	text-align: right; 
	color: #444;
}

form#loginform div {
	padding: 0 10px 10px 10px;
}
form#loginform p {
	clear: left;
	padding:  0 0 1ex 50px;
	font-size: .8em;
}
form#loginform label {
	float: left;
	margin-left: -50px;
	text-transform: uppercase;
	font-variant: small-caps;
}
form#loginform input[type=text] , form#loginform input[type=password] {
	width: 150px;
}


