/* - - - - - - Microsite Generic Homepage 1st April 2009 - - - - - - -*/
/* - - - - - - - -homepage specific - - - - - - - - -*/

h2 {
	padding-top: 0;
}

div.loginbox {
	*html width: 290px !important;
}

fieldset {
	padding: 10px;
	border: 1px solid #C3C2DA;
	float: left;
	width: 290px !important;
}

#userloginbox {
	margin-right: 30px;
}

#managerlink {
	clear: both;
}

fieldset h2 {
	font-size: 110%;
}

fieldset legend {
	display: none;
}

fieldset ol {
	padding: 0; 
	margin: 0; 
	list-style: none inside none !important;
}

fieldset ol li {
	padding: 0;
	margin: 0;
	list-style-type: none !important;
	float: left;  
	clear: left;  
	width: 100%;
}

fieldset label {  
	float: left;
}

fieldset label, fieldset input {
	padding: 2px;
	width: 140px;
	margin-right: 5px;
}

fieldset label {
	width: 110px;
}

fieldset strong {
	color: #CD002B;
	font-size: 0.9em;
	display: block;
	float: left;
}

fieldset p {
	clear: both;
}

fieldset img {
	position: absolute;
}

input.submit, a.submit {
	background-color: black;
	border-width: 1px;
	border-style: inset;
	color: white !important;
	cursor: pointer;
	padding: 0.3em 0.8em;
	margin: 5px 0 10px 120px;
	float: left;
	display: block;
	font-size: 1em;
	text-decoration: none;
}

/*IE bug fix */
input.submit {
	width: auto !important;
	overflow: visible;
}

a.submit {
	padding-bottom: 0.45em;
	margin: 0;
}

input.submit:hover, a.submit:hover {
	text-decoration: underline;
	border-style: outset;
}

#formButtons, #longFormButtons {
	float: right;
	margin-right: 27px;
}

#longFormButtons input.submit {
	font-size: 0.9em;
	margin-left: 10px;
}