BODY {
	font-weight: normal; font-size: 100%; font-family: Arial, Verdana, Helvetica, sans-serif
}

ul#topmenu {
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
	font-size: .9em;
	font-weight: bold;
}

ul#topmenu li {
	display: inline;
}

ul#topmenu li a {
	text-decoration: none;
	padding: .75em .25em;
	color: #fff;
}

ul#topmenu li a:hover {
	text-decoration: underline;
}

.menu_item {
	border-right: 1px solid #fff;
}

}

/**********************************

Use: Main Screen Import
Author: Nick Rigby

***********************************/

form.cmxform fieldset { margin-bottom: 10px; }
	
form.cmxform legend {
	padding: 0 2px;
	font-weight: bold;
	_margin: 0 -7px; /* IE Win */
	}
	
form.cmxform label {
	display: inline-block;
	line-height: 1.8;
	vertical-align: top;
	}
	
form.cmxform fieldset ol {
	list-style: none;
	margin: 0;
	padding: 0;
	}
	
form.cmxform fieldset ol 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 fieldset fieldset label {
	display: block;
	width: auto;
	}

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

form.cmxform label { width: 120px; } /* Width of labels */
form.cmxform fieldset fieldset label { margin-left: 123px; } /* Width plus 3 (html space) */

#changepass label { width: 215px; } /* Width of labels */
#changepass fieldset ol {
	list-style: none;
	margin: 15px 0 0 0;
	padding: 0;
	}
form.cmxform p.error {
	color: #f00;
	font-weight: bold;
}

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

/**********************************

Name: cmxform Styles
Author: Nick Rigby 

***********************************/

form.cmxform {
	width: 370px;
	font-size: 1.1em;
	color: #333;
	}
	
form.cmxform legend { padding-left: 0; }
	
form.cmxform legend,
form.cmxform label { color: #333; }

form.cmxform fieldset {
	border: none;
	border-top: 1px solid #d4e0e9;
	background: url(/img/cmxform-fieldset.gif) left bottom repeat-x;
	}
	
form.cmxform fieldset fieldset { background: none; }
	
form.cmxform fieldset li {
	padding: 5px 10px 7px;
	background: url(/img/cmxform-divider.gif) left bottom repeat-x;
	}

h2 {
	margin-bottom: 0;
	padding-bottom: 0;
	font-weight: bold;
	font-size: 1.1em;
}
