/* CSS Document */

/*Styles used to hide fields for spambot purposes */

#content form ol {
	list-style:none;
	margin-left: 10px;
}
.formentry {
	display:none;
}

/*end spambot styles */

#alert-form {
	background-color:#FFEFE5;
	padding:16px 8px 8px 8px;		
	border: 1px solid #cccccc;
	border-top: 2px solid #FF6500;
}
#alert-form .loginfield {
	margin-bottom: 8px;
	width: 15em;
}


fieldset
{
	padding:8px;
	border: 1px solid #cccccc;
	margin-bottom:8px;
	background-color:#FFEFE5;
	font-size:93%;
}


fieldset label
{
	margin-bottom:8px;
}

fieldset ol {
	margin:0;
	float:left;
	clear:left;
	list-style:none;
}

fieldset li {
	padding-bottom: 0.25em;
	float:left;
	clear:left;
	width: 100%;
}

fieldset .loginfield
{
	width: 270px;
	height:20px;
	font-size:150%;
	padding:2px;
}

fieldset .formfield
{
	width: 254px;
	padding:2px;
	margin-left:32px;
}

fieldset .select
{
	width: 286px;
}

.submit-button
{
	background: #636563 url(/media/bg_submit.gif) repeat-x;
	border:1px solid #000;
	color: #FFF;
	padding: 1px 5px 4px 5px;
	margin-top: 8px;
	float:right;
}

#cms #login-form fieldset {
	padding-top: 10px;
}
#login-form .loginfield {
	width: 275px;
}
#login-form .submit-button {
	margin-right: 10px;
}

