@charset "utf-8";

#orderform {margin: 2em 0 0 0;}
label{
	margin: 0; padding: 0;
	font-size: 10px;
	color: #474a4a;
}
input, select, textarea{
	color: #027AB7;
	border: 1px solid #C0DEED;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 1em;
	margin: 0;
	background: #ffffff;
	padding: 1px;
}
select{width: 160px;}	
.ownrow select{width: 240px;}
select.small{width: 140px !important;}	
select.tiny{width: 100px !important;}	
select.large{width: 212px;}
fieldset.main{
	border: 1px solid #C0DEED;
	border-top: none;
	background: #f9fcfd url('/images/bgs/fieldset.png') top no-repeat;
	margin: 0; 
	padding: 3px;
	position: relative;
}
fieldset.cat{border: 1px solid #DFEEF6; margin: 4px 2px;}	
fieldset.sub{
	border: 1px solid #DFEEF6;
	padding: 4px;
	margin: 2px;
}	
legend{
	margin: 0;
	font-size: 10px;
	padding: 0 4px;
	font-weight: bold;
	color: #004281;
}
.row{position: relative;}
.rowset{padding: 2px 0 4px 0; margin: 2px 2px 4px 2px;}
.global{
	position: relative;
	padding: 2px 0 4px 0;
	margin: 2px 2px 4px 2px;
	border-bottom: 1px solid #C0DEED;
	text-align: center;
}	
.collapsed{display: none;}
.ownrow{
	position: relative;
	display: block;
	margin-bottom: 2px;
	padding: 4px 6px 2px 6px;
}
.ownrow input, .ownrow select
	{
	display: block;
	position: absolute;
	right: 2px;
	top: 2px;
	}
.sharedrow{display: inline; margin: 0 4px 0 0;}
.sharedrow input, .sharedrow select{ display: inline; margin: 0 3px; }
.center{text-align: center;}
.bar
	{
	font-size: 12px;
	color: #027AB7;
	height: 30px;
	background: url('/images/bgs/bar.png') top left no-repeat;
	padding: 0 0 0 12px;
	margin-top: 12px;
	}	
.bar:hover{cursor: pointer;}

.alt
	{
	background: #E8F3F9;
	}


.bar img
	{
	display: block;
	float: left;
	padding: 2px 8px 0 0;
	}

.note
	{
	font-size: 9px;
	color: #676a6a;
	margin: 2px 4px;
	}

.checklabel
	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #676a6a;
	}
	
	
.checklabel input
	{
	border: none;
	background: none;
	}	


.add
	{
	display: block;
	font-size: 9px;
	text-transform: uppercase;
	margin: 1px 4px 2px 4px;	
	text-align: right;
	}

.instructions
	{
	margin: 2em 0;
	}

.submit
	{
	background: #f9fcfd url('/images/bgs/fieldset.png') center no-repeat;
	font-size: 14px;
	padding: 4px 24px;
	display: block;
	margin: 1em auto 2em auto;
	}

.req
	{
	background-color: #FFFFDD;
	}
/****************************
 *  Added PDF CSS information	
 ****************************/
#pdfbox{float:right; text-align: center; border: 3px solid #c0deed;}

.pdfbutton{
		text-align: center;
		color: #027ab7;
		border: 1px solid #c0deed;
		width: 100px;
		font-family: Arial,Helvetica,sans-serif;
		font-size: 10px;
		line-height: 1em;
		background-color: #f9fcfd;
		background-image: url("/images/bgs/fieldset.png");
		background-repeat: no-repeat;
		background-attachment: scroll;
		background-position: center center;
		font-size: 14px;
		padding: 4px 24px 4px 24px;
		display: block;
		margin: 1em 1em 2em 1em;
	}
