div#help ol  {
	list-style-type: decimal !important;
	padding-left: 40px !important;
}

div#help ul  {
	padding-left: 40px !important;
}

div#toc ul {
	list-style-type: disc !important;
	padding-left: 40px !important;
}

div#help {margin-right:350px;}
div#help div#toc {
	-moz-border-radius-bottomleft:3px;
	-moz-border-radius-bottomright:3px;
	-moz-border-radius-topleft:3px;
	-moz-border-radius-topright:3px;
	background-color:#FFFBCC;
	border-color:#E6DB55;
	border-style:solid;
	border-width:1px;
	float: right;
	padding: 16px;
	position: fixed;
	right: 10px;
	width: 275px;
}

div#help div#toc ol {
	padding-left:5px !important;
}

div#help div#toc form {
	margin-top: 20px;
	text-align: center;
}

#icon-connections {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background: transparent url(images/icon.png) no-repeat;
}

.connectionsform {
	-moz-border-radius:4px;
	background-color:#F1F1F1 !important;
	border:1px solid;
	border-color:#E3E3E3;
	overflow: hidden;
	}

form div.input {float:left}
form div.form-field input, form div.form-field textarea {width:100%;}
form div.inputhalfwidth {width:50%;}
form div.floatright {float:right;}
form div.form-field  span.checkbox {background-color:transparent;float:right;font-size:11px;font-weight:bold;}
form div.form-field  span.checkbox input {width:16px;}
form div.form-field  span.selectbox {font-size:11px;font-weight:bold;}
form div.form-field  span.selectbox select {padding:1px !important;vertical-align:middle !important;}
form div.form-field  span.radio_group input {height: 13px; margin: 0px 5px 0px 2px; width:13px;}
form div.form-field  span.radio_group label {float: left; line-height: 30px; padding-right: 15px; white-space: nowrap;}
form div.inside		 span.radio_group label {float: left; line-height: 30px; margin: 6px; padding-right: 12px; white-space: nowrap;}
form div.form-field  img {-moz-border-radius:4px; background-color: #FFFFFF; border:1px solid #E3E3E3; margin-bottom:10px; padding:5px;}
form div.form-field  div#relations {text-align: center}
form div.form-field  div.relation_row {margin: 6px 0px}
/*form div.form-field  div.relation_row .button {margin: 1px !important; position: relative; top: 3px}*/
form p.submit a.button  {font-style:normal !important;}
form p.add  {font-style:normal; padding:12px 0 0; text-align: right;}
table.form-table td input {width:auto;}

#cancel-button {float:left;}
#cancel-button .button {display: block; padding: 5px 10px !important;}
.button-warning:hover {background:#CE0000 none repeat scroll 0 0; color:#FFFFFF;}
.button {margin: 1px !important}
.button-primary {margin: 1px !important; padding: 3px 10px !important}

/*
form div.tablenav-pages {height: !important;}
*/

table.connections tr.entrydetails td {border-color:transparent #DFDFDF;}
table.connections tr.entrynotes td {border-color:transparent #DFDFDF #DFDFDF;}

/* Publish Styles */
#entry-type {border-color: #DFDFDF; border-style: solid; border-width: 1px; margin: 6px;}
#visibility {border-color: #DFDFDF; border-style: solid; border-width: 1px; margin: 6px;}
#minor-publishing label {margin: 6px;}

/* Field Styles */
#fieldsdiv a {display: block; font-style: normal; text-align: center; width: 230px}

/* Upgrade Page Stles */
div#connections-upgrade ul {padding-left: 20px !important; list-style-type: disc !important;}

/*
 * Might need these two style to fix the display. we'll see after 2.8.1 is released.
 */
/*
.widefat {
	border-collapse: separate !important;
}

#col-right {
	overflow:visible !important;
}
*/