/* CSS Document */

fieldset {  
	margin: 15px 0 0 0;
	padding: 10px;
	float: left;
	clear: left;
	width: 600px;
	border: solid 1px #999999;
}

legend {  
	margin-left: 10px;
	color: #981600;
	font-weight: bold;
	font-size: 12px;
}

fieldset ol {  
	padding: 10px 10px 0 10px;
	list-style: none;
}

fieldset li {
	float: left;
	clear: left;
	width: 100%;
	padding-bottom: 10px;
}

fieldset.submit {  
	border-style: none;
	float: none;
	width: auto;
	padding: 10px 0 0 0;
}

label {  
	float: left;
	width: 70px;
	margin-right: 10px;
	position: relative;
}
label em {
	position: absolute;
	left: 240px;
	width: 300px; 
}

input.text, input.password, textarea {
	border: 1px solid #999999;
	background-color: #ececec;
	color: #981600;
}
input.text:focus, input.password:focus, textarea:focus {
	background-color: #ffffff;
}
input.submit {
	border: 1px solid #999999;
	background-color: #FFFFFF;
	color: #981600;
}

input.cancel {
	background-image: url(../_images/acp/cancel.png);
	background-position: 5px 4px;
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	padding: 3px 5px 3px 23px;
	border: 1px solid #999999;
	color: #981600;
	text-decoration: none;
	font-weight: bold;
	margin: 0 0 5px 0;
}

input#login {
	background-image: url(../_images/acp/user_go.png);
	background-position: 5px 4px;
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	padding: 3px 5px 3px 23px;
	border: 1px solid #999999;
	color: #981600;
	text-decoration: none;
	font-weight: bold;
	margin: 0 0 5px 0;
}
input#saveArticle {
	background-image: url(../_images/acp/page_white_add.png);
	background-position: 5px 4px;
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	padding: 3px 5px 3px 23px;
	border: 1px solid #999999;
	color: #981600;
	text-decoration: none;
	font-weight: bold;
	margin: 0 0 5px 0;
}
input#deleteArticle {
	background-image: url(../_images/acp/page_white_delete.png);
	background-position: 5px 4px;
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	padding: 3px 5px 3px 23px;
	border: 1px solid #999999;
	color: #981600;
	text-decoration: none;
	font-weight: bold;
	margin: 0 0 5px 0;
}

input#deleteEntry {
	background-image: url(../_images/acp/comment_delete.png);
	background-position: 5px 4px;
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	padding: 3px 5px 3px 23px;
	border: 1px solid #999999;
	color: #981600;
	text-decoration: none;
	font-weight: bold;
	margin: 0 0 5px 0;
}