/*----------------------------------------
    CSS: baseForm.css
    Site: Preview Intranet
    Author: Phil Cole / Rob Dove (preview.co.uk)
    Copyright: 2008 Preview
----------------------------------------*/

form {
	margin: 20px 0px;
}

form.nomargin {
	margin:0;
}

fieldset {
	border: none;
}

legend {
	color: #9d95c8;
    font-size: 1.2em;
	font-weight: bold;
	padding-bottom: 10px;
	text-indent: -10px;
}

label {
	color: #333333;
	clear: left;
	float: left;
	width: 150px;
}

label.move {
	position: relative;
	top: -9999px;
	left: -9999px;
}


input, select, textarea, div.multi_input {
	background: #9d95c8;
	border: none;
	outline: none;
	padding: 3px;
	margin-bottom: 7px;
	width: 400px;
	font-family: helvetica, verdana, arial, sans-serif;
	float: left;
}

input.submit {
	background-color: #3C2379;
	color: #ffffff;
    width: auto;
	padding: 6px 10px;
	border: 1px solid #3C2379;
	text-transform: uppercase;
	clear: left;
	margin-left: 150px;
}

input.submit2 {
        width:auto;
}

form.search input {
	margin-left: 125px;
	width: 200px;
	background: #ffffff;
	border: 1px solid #cccccc;
	float: none;
	padding: 7px;
}

form.search label {
	text-indent: -9999px;
	width: 1px;
}

form.search input.submit {
	clear: none;
	background-color: #3C2379;
	color: #ffffff;
    width: auto;
	padding: 6px 10px;
	border: 1px solid #3C2379;
	margin: 0px;
	position: relative;
	left: -4px;
}

label.inlinelabel
	{ clear: none;
	  display: inline;
	  width: auto;
	  margin-right: 5px;
      float: none; }
label.hiddenlabel {
		position: absolute;
		top: -999px;
		left: -999px;
}
label.nowidth, .nowidth
        { width:auto;
          margin:0 0 0 5px;}
.inactive
	{ color: #cccccc; }
.nowidthm
        { width:auto;
          margin:0;
          padding:0;}

input.radio {
        width: auto;
        margin-left: 1px;
}

select.multiple {
        height: 4em;
}
select.multiplebig {
        height: 10em;
}

textarea {
		height: 100px;
		font-size: 0.9em;
}

.date_day, .date_month {
	width: 30px;
}

.date_year {
	width: 60px;
}

ul#webpagePageErrors {
	font-size: 0.8em;
	margin: 0px 0px 5px;
	padding: 5px;
	border: 1px solid #ff0000;
	background-color: #ff9999;
	color: #000000;
}

ul#webpagePageErrors li {
	background: transparent url( '/images/controls/cancel.png' ) top left no-repeat;
	padding-left: 20px;
	list-style: none;
	line-height: 1.3em;
}

ul#webpagePageWarnings {
	font-size: 0.8em;
	margin: 0px;
	padding: 5px;
	border: 1px solid #ff0000;
	background-color: #ff9999;
	color: #000000;
}

ul#webpagePageWarnings li {
	background: transparent url( '/images/controls/warning.png' ) top left no-repeat;
	padding-left: 20px;
	list-style: none;
	line-height: 1.3em;
}

ul#webpagePageMessages {
	font-size: 0.8em;
	margin: 0px;
	padding: 10px;
	border: 1px solid #00cc00;
	background-color: #ccffcc;
	color: #000000;
}

ul#webpagePageMessages li {
	background: transparent url( '/images/controls/accept.png' ) top left no-repeat;
	padding-left: 20px;
	list-style: none;
	line-height: 1.3em;
}

ul#webpagePageMessages li a {
	color: #00cc00;
}




