body{
	font-family: arial, verdana, helvetica;
	font-size: 72%;
	background-color: #21235C;
	padding: 15px;
}

div#mainContent{
	font-size: 1em;
	background-color: #FFFFFF;
	padding: 7px;
	border: solid 3px #005FA1;
}



div.confirmationBox,
div.tipBox,
div.errorBox{
	width: 90%;
	padding: 10px;
	color: black;
	border-style: solid;
	border-width: 2px;
	border-color: green;
	background-color: #90EE90;
	margin-top: 35px;
	margin-bottom: 80px;
}

div.tipBox{
	border-color: #000000;
	background-color: #90EE90;
}

div.errorBox{
	border-color: red;
	background-color: #ffbaba;
}

div.errorBox img,
div.confirmationBox img,
div.tipBox img{
	float: left;
	margin-right: 10px;
	margin-top: 5px;
}






/**
  * Standard form styles
  */

form.standardForm {
	width: 90%;
}


form.standardForm label{
	display: block;
	width: 30%;
	float: left;
	text-align: right;
}


form.standardForm input,
form.standardForm select,
form.standardForm textarea{
	display: block;
	width: 65%;
	float: right;
	background-color: #ffffff;
	border: solid thin gray;
}


form.standardForm input[type="checkbox"],
form.standardForm input.checkbox {
	display: block;
	float: left;
	background-color: #FFFFFF;
	width: 12px;
	height: 12px;
	margin-left: 5%;
}


form.standardForm div.hiddenInputs,
form.standardForm input[type="hidden"] {
	display: none;
}



div.formSpacer{
	clear: both;
	width: 10px;
	height: 500px;
}


form.standardForm input.button{ 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bolder;
	color: white;
	border: none;
	height: 20px;
	background-image: url('/common/images/buttonBackground.png');
	background-color: #B5B5B5;
}


form.standardForm div.formClear {
	clear: both;
	height: 20px;
}

form.standardForm div.itemUsage {
	border: dashed 1px black;
	width: 65%;
	float: right;
	clear: both;
	margin-top: 3px;
	margin-bottom: 5px;
}
