/* CSS Document */

FORM, FORM > *{

	padding:00px;
	margin:0px;
	position:relative;
	width:100%;
}

INPUT, TEXTAREA, SUBMIT{

	border:1px solid #999999;
	margin:0px;
	padding:0px;
	
	
}

BLOCKQUOTE{
	
	margin:0px;
	margin-left:18px;

}

LABEL{

	color:#FF3300;
	border:none;
	float:left;
	margin-right:10px;
}

LEGEND{

	font-weight:bold;
	color:#CC0000;
	
	display:block;

	margin-bottom:5px;

	height:20px;
	width:150px;

	
}

#submit, .button{

	background-color:#333333;
	height:30px;

	border:1px solid #CCCCCC;

	vertical-align:middle;
	text-align:center;
	
	color:#FFFFFF;
	font-weight:bold;
	
	text-transform:uppercase;
	font-size:11px;
	margin:20px 0px 5px 0px;
	padding:2px 10px 2px 10px;
}

#delete{

	background-color:#FF0000;

}


.legend{

	font-size:12px;
	color:#06C;
	margin:0 10px 0 0;
	padding:2px;
	width:200px;
	
	float:left;
	
	border-bottom:dotted #EFEFEF 1px;
}

FIELDSET{

	display:block;
	width:100%;
	border:none;
	padding-top:0px;
	padding-bottom:5px;
	padding-left:0;
	margin:4px 0px 0px 0px; 
}

.required{

	color:#FF3300;
	font-weight:bold;
}
.hidden
{
	display:none;
}
.comment /*this is for the database field comment. It will be printed with the 'i' icon on the left*/
{
	display:block;
	font-size:10px;
	font-weight:100;
	color:#999;
	
	background-image:url(/graphics/webPNG/information_logo.png);
	background-repeat:no-repeat;
	width:100%;
	height:20px;
	
	padding-left:23px;
	margin-top:0px;
	margin-bottom:20px;
}


#editor{

	display:block;
	margin:0px;

}

.error_highlight{
	
	background-color:#FF6600;
}







#fieldset_DIRECTORY, fieldset_FILE_TRACKER{
	
	display:none;
	
	
}