/* Forms stylesheet */

form {
	width:45em;
	margin: 0pt auto;
}

fieldset {
	padding-left:15px;
}

legend {
	display:none;
}


form ol li {
	padding:5px;
	width:100%;
	float:left;
	clear:both;
}

form ol li.selected {
	border-top:1px solid #FFFF99;
	border-bottom:1px solid #FFFF99;
	background-color:#FFFFee;
}

form label, form span {
	float:left;
	width:10em;
}

.text {
	width:20em;
	border:1px solid #999;
	background:#fff url(../images/inputbg.jpg) bottom repeat-x;
	float:left;
}

.text, form label {
	height:1.3em;
	line-height:1.3em;
	padding:2px;
}

form textarea.text {
	height:10em;
}

.text:hover, .text:focus, .filled {
	background-image:none;
}

input.btn {
	padding-left:1em;
	padding-right:1em;
}

.errors {
	margin:5px;
	padding:5px;
	margin-bottom:10px;
	margin-top:0px;
	color:#f00;
	border:1px solid #FF6633;
	background-color:#FFFF99;
	width:100%;
}

form li.error {
	border-top:1px solid #FF6633;
	border-bottom:1px solid #FF6633;
	background-color:#FFFF99;
}

form li.error span {
	float:left;
	line-height:1.3em;
	padding:2px;
	padding-left:5px;
	color:#f00;
	width:auto;
}