/* it seems that everyone and their mother keeps overwriting the changes that I have made to sections.css stylesheet, so I am
going to create this one for the manage portion and will use it instead */

.display form {
	/*margin:10px;*/ 
	padding: 10px;
	padding-left:8px;
	border: 3px solid #9900ff; 
	background-color: #e9d9ed; 
}

.phaux_form {
	padding: 10px;
	padding-left:8px;
	border: 3px solid #9900ff; 
	background-color: #e9d9ed; 
}

.display label {
	display:block;
	font-weight:bold;
	margin:5px 0;
	width: 200px;
}

.display fieldset { border: 1px solid #000; }

.display form fieldset, .phaux_form fieldset { 
	border: none;
	border-top: 2px solid #ccccff;
	margin-bottom: 10px; 
}

.display form fieldset fieldset legend, .phaux_form fieldset fieldset legend {
	padding: 0 0 5px;
	font-weight: normal;
}

.display form legend, .phaux_form legend {
	padding: 0 2px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold !important;
	margin: 0 -10px; /* IE Win */
}

.display input {
	padding: 2px;
	border:1px solid #ccccff;
	font: normal 1em Verdana, sans-serif;
	color:#333333;
}

.display textarea {
	width:300px;
	padding:2px;
	font: normal 1em Verdana, sans-serif;
	border:1px solid #ccccff;
	height:100px;
	display:block;
	color:#333333;
}

.display select { 
	margin:5px;
	border:1px solid #ccccff;
}

.display input.button { 
	margin: 0; 
	font: bold 1em Arial, Sans-serif; 
	border: 1px solid #ccccff;
	background: #FFF; 
	padding: 2px 3px; 
	color: #4284B0;	
}