#kiformvalidate .ki_new{
	background: lightblue;
}

#kiformvalidate .ki_updated{
	background: #FFFF66;
}

#kiformvalidate .ki_existing{
	background: darkseagreen;
}

#leftrail, #p-cactions {display:none;}

#left-sidebar {display:none;}

#componentselectdiv, #soediv, #releasetypediv, #issuediv, #deploymentprocedurediv, #localizationdiv {margin:20px;}

#imporvementsdiv, #correctionsdiv, #knownissuesdiv {margin:20px;}

#wikiform{min-width: 800px;}

#contentb fieldset {
border: 1px solid #000;
padding:10px;
}

#contentb legend {
color: black;;
font-size: 1.3em;
padding: 0px;
}

#componentSelect_chosen{margin-left: 10px;}

#contentb h1 {
	font-family: 'Trebuchet MS', Helvetica, sans-serif;
	font-size: 145%;
	color: #b80007;
	font-weight: bold;
	padding-bottom: 10px;
}

#ki_accordion{
	margin-left: 100px;
	margin-right: 100px;
	margin-top: 40px;
	margin-bottom: 10px;
}

#componentselectdiv label{
	clear: left;
	float: left;
	width: 9em; /* or whatever length suits */
}

#releasetypediv label{
	clear: left;
	float: left;
	width: 9em; /* or whatever length suits */
}

#soediv label{
	clear: left;
	float: left;
	width: 6em; /* or whatever length suits */
}

#soediv input[type="checkbox"]{
	float: left;
	margin:4px;
	
}