/*****************~ Start of 'categorisedsearch' product ~*****************/
.searchright {
	width: 50%;
	float: right;
	border: solid 1px #ccc;
	padding: 5px;
	margin: 5px 0 5px 5px;
}
.searchleft {
	width: 50%;
	float: left;
	border: solid 1px #ccc;
	padding: 5px;
	margin: 5px 5px 5px 0;
}
.searchfull {
	width: 100%;
	padding: 5px;
	margin 5px 0px;
}
.categorisedsearch label {
	font-weight: bold;
	padding-right: 5px;
}
.categorisedsearch .category-list {
	list-style-type: none;
	margin: 5px;
	padding: 0;
}
.categorisedsearch .category-list li {
	padding: 1px 0;
}
.categorisedsearch .page-header {
	font-weight: bold;
}
.categorisedsearch .result-list {
	margin: 5px 0 5px 15px;
	padding: 0;
}
.categorisedsearch .result-list li {
	list-style-type: none;
	margin: 3px 0;
	padding: 0;
}
.categorisedsearch .result-list li .result-desc {
	margin-top: 2px;
}/*****************~ End of 'categorisedsearch' product ~*****************/

/*****************~ Start of 'form' product ~*****************/
.icmform {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal;
	margin: 1em;
}

.icmform ol {
	margin: 0;
	padding: 0;
	list-style: none;
}

.icmform li {
	padding: 0.5em;
}

.icmform fieldset {
	margin: 0;
	padding: 0;
	clear: both;
}

.icmform legend {
	margin: 0 5px;
	color: #000;
	font-weight: bold;
}

.icmform fieldset fieldset {
	background-color: transparent;
	background-image: none;
}

.icmform fieldset fieldset legend {
	font-weight: normal
}

.icmform fieldset.icmhorizontal li {
	float: left;
}

/* Left aligned */
.icmformleft label {
	float: left;
	width: 10em;
	margin: 0 1em 0 0;
}
.icmformleft fieldset.icmbuttongroup label {
	float: none;
	clear: none;
	width: auto;
}

.icmformleft fieldset fieldset.icmvertical label,
.icmformleft fieldset fieldset.icmhorizontal label {
	width: 9.3em;
}

.icmformleft fieldset.icmbuttongroup ol {
	padding: 0; 
	margin-left: 10.4em;
	clear: left;
}

.icmformleft fieldset fieldset.icmbuttongroup ol {
	margin-left: 10em;
}

/* Right aligned */
.icmformright label {
	float: left;
	width: 10em;
	margin-right: 1em;
	text-align: right;
}

.icmformright fieldset.icmbuttongroup label {
	float: none;
	clear: none;
	width: auto;
}

.icmformright fieldset.icmbuttongroup ol {
	padding: 0; 
	margin-left: 10.4em;
	clear: left;
}

.icmformright fieldset fieldset.icmvertical label, .icmformright fieldset fieldset.icmhorizontal label {
	width: 9.3em;
}

.icmformright fieldset fieldset.icmbuttongroup ol {
	margin-left: 10em;
}

.icmformright fieldset fieldset.icmbuttongroup label {
	width: auto;
}

/* Top aligned */
.icmformtop label {
	display: block;
}

.icmformtop fieldset fieldset legend {
	padding-left: 0.5em;
}

.icmformtop fieldset.icmhorizontal label {
	display: block;
}

.icmformtop fieldset.icmbuttongroup label {
	display: inline;
}

/* Guidance text */
.icmform .icmguidance{
	color: #69c;
}

.icmform .icmguidanceright{
	text-align: right;
}

.icmform .icmguidanceleft{
	text-align: left;
}

.icmform .icmguidancecentre{
	text-align: center;
}

.icmform .icmguidancejustify{
	text-align: justify;
}

/* Input field styling very short styles */
.icmvstext, .icmvspassword, .icmvsselect, .icmvstextarea, .icmvsfile {
	width: 5em;
}

/* Input field styling short styles */
.icmstext, .icmspassword, .icmsselect, .icmstextarea, .icmsfile {
	width: 10em;
}

/* Input field styling default styles */
.icmtext, .icmpassword, .icmselect, .icmtextarea, .icmfile {
	width: 21em;
}

/* Input field styling long styles */
.icmltext, .icmlpassword, .icmlselect, .icmltextarea, .icmlfile {
	width: 33em;
}

.icmform legend strong, .icmform label strong {
	display: block;
	color: #c00;
	font-size: 85%;
	font-weight: bold;
	text-transform: uppercase;
}

/*Additional CSS fixes*/
.icmform legend.icmhide {
	padding: 0;
}

.icmform legend.icmhide span, label.icmhide {
	display: none;
}

.icmform dl {
	padding: 0 0.5em;
}

/*Pre-9 Form Styling*/
div.content {
	margin: 2em 0 0 0;
	padding: 1em 0 0 0;
	border-top: 1px solid #e9e9e9;
}

table.formcontents {
	width: 100%;
}

table.formcontents td {
	padding: 0.5em 0;
	text-align: left;
	vertical-align: top;
}

table.formcontents label {
	display: block;
	margin: 0;
	padding: 0.25em 1em;
	text-align: right;
	font-weight: bold;
	color: #666;
}

table.formcontents p {
	line-height: normal;
}

table.formcontents td.underline {
	border-bottom: 1px solid #e9e9e9;
}

div.submitButtons input {
	margin-right: 1em;
}/*****************~ End of 'form' product ~*****************/

