/* --------- /stylesheets/cp_forms.css --------- */ 
.formcontainer {
	padding: 0;
	font: normal 62.5% "Lucida Grande", Helvetica, Verdana, Arial;
	width: 424px;
	margin-left: 5px;
	margin-right: auto;
	background-color: #fcfefe;
	float: left;
	margin-top: 10px;
}

.formcontainer p {
	margin: 10px 0;
}

.formcontainer .big-form-text A {
	font-size: 15px;
	padding-left: 3px;
	color: #c8c8c8;
}

.sr {
	position: absolute;
	left: -9999em;
	top: 0;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

/***************one set***********************************/

form.cmxform {
	width: 424px;
	font-size: 1.1em;
	color: #333;
}

form.cmxform legend {
	padding-left: 0;
}

form.cmxform legend,
 {
	color: #333;
}

form.cmxform fieldset {
	border: none;
	border-top: 1px solid #e0f6ff;
	background: url(/images/cmxform-fieldset-blue.gif) left bottom repeat-x;
}

form.cmxform fieldset fieldset {
	background: none;
}

form.cmxform fieldset li {
	padding: 5px 10px 7px;
	background: url(/images/cmxform-divider-blue.gif) left bottom repeat-x;
}

/***************second set***********************************/

form.cmxform fieldset {
	margin-bottom: 10px;
}

form.cmxform legend {
	padding: 0;
	font-weight: bold;
	_margin: 0 -7px;
/* 

IE Win */
}

/*form.cmxform label {
	display: block;
	line-height: 1.8;
	vertical-align: top;
}*/

form.cmxform fieldset ol {
	margin: 0;
	padding: 0;
}

form.cmxform fieldset li {
	list-style: none;
	padding: 5px;
	margin: 0;
}

form.cmxform fieldset fieldset {
	border: none;
	margin: 3px 0 0;
}

form.cmxform fieldset fieldset legend {
	padding: 0 0 5px;
	font-weight: normal;
}



form.cmxform em {
	font-weight: bold;
	font-style: normal;
	color: #f00;
}



/* Width of labels */


/* Width plus 3 (html space) */

/*\*/

/*/ form.cmxform legend { display: inline-block; } /* IE Mac legend fix */

/*Display Images in the Edit Section*/

#pic_flow {
	width: 404px;
	float: left;
}

.displaybox {
	
	width: 126px;
	float: left;
	margin: 4px;
}

.displaybox .display-image {
	width: 126px;
	float: left;
}

.displaybox .display-action {
	width: 126px;
	padding-left: 20px;
}

.link_display {
	height: 24px;
	width: 400px;
	float: left;
	margin: 4px;
	padding-bottom: 10px;
}

.link_display .display-image {
	height: 24px;
	float: left;
	padding-right: 5px;
}

.link_display .remv-but {
	float: left;
}


/* Scrollable Checkboxes */
.checklist li {
	background: none;
	padding-left: 0;
	width: -100px;
}

/* CSS for checklists */
.checklist {
	border: 1px solid #ccc;
	list-style: none;
	height: 10em;
	overflow: auto;
	width: 400px;
}
.checklist, .checklist li { margin: 0; padding: 0; }
.checklist label {
	text-indent: -25px;
	padding-top: 0;
	padding-right: 0.2em;
	padding-bottom: 0;
	padding-left: 25px;
	width: 350px;
	display: block;
}
.checklist label:hover, .checklist label.hover { background: #777; color: #fff; }
* html .checklist label { height: 1%; }
