body {
	background-color: #576f9b;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: white;
	margin: 10px auto;
	line-height: 140%;
}

hr {
	color: #576f9b;
	height: 1px;
}

h1 {
	   font-family: Arial, Helvetica, sans-serif;
		font-size: 18pt;
		font-weight: bold;
		color: #acb6d1;
		margin: 0px;
		padding: 0px;
		margin-bottom: 2px;
}

h2 {
	   font-family: Arial, Helvetica, sans-serif;
		font-size: 12pt;
		font-weight: bold;
		margin: 4px;
		color: #acb6d1;
		margin: 0px;
		padding: 0px;
		margin-bottom: 6px;
}

h3 {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12pt;
		font-weight: bold;
		color: white;
		margin: 0px;
		padding: 0px 0px 6px 0px;
}

a {
	color: #8296bb;
/*	text-decoration: none; */
}

a:visited {
	color: #8296bb;
/*	text-decoration: none; */
}

.smalltext {
	font-size: 7pt;
}

.errortext {
	color:red;
	font-size: 8pt;
}

a:hover {
	text-decoration: none;
}

.asholder
	{
		position: relative;
	}


img {
	border: none;
}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

table.templatetable td {
	vertical-align: top;
}

input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: black;
}

.nonvisibleinput {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color: white;
	text-align: right;
	border: none;
	background-color: #252122;
	font-weight: bold;
}

.nonvisibleinput2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color: #acb6d1;
	text-align: left;
	border: none;
	background-color: #252122;
	font-weight: bold;
}

textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #3e3e3e;
}

select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #3e3e3e;
}


.justbutton2 { 
	   background-image: url(images/btnbkg.gif); 
      text-decoration: none;
		border: none;
		width: 100px;
		height: 22px;
		background-position: center;
		background-color: transparent;
      color: #FFFFFF;
		font-size: 8pt;
		padding-left: 14px;
		padding-right: 14px;
		background-repeat: repeat-x;
}

.justbutton2: hover { 
	   background-image: url(images/btnbkg.gif); 
      text-decoration: none;
		border: none;
		width: 100px;
		height: 20px;
		background-position: center;
		background-color: transparent;
      color: #FFFFFF;
		font-size: 8pt;
		padding-left: 14px;
		padding-right: 14px;
		background-repeat: repeat-x;
		cursor: pointer;
}

.justbutton { 
	   background-image: url(images/btnbkg2.gif); 
      text-decoration: none;
		border: none;
		width: 100px;
		height: 22px;
		background-position: center;
		background-color: transparent;
      color: #cccccc;
		font-size: 10pt;
		padding-left: 14px;
		padding-right: 14px;
		background-repeat: no-repeat;
}

.justbutton:hover { 
	   background-image: url(images/btnbkg2.gif); 
      text-decoration: none;
		border: none;
		width: 100px;
		height: 22px;
		background-position: center;
		background-color: transparent;
      color: #FFFFFF;
		font-size: 10pt;
		padding-left: 14px;
		padding-right: 14px;
		background-repeat: no-repeat;
		cursor: pointer;
}

.justbuttonlarge { 
	   background-image: url(images/btnbkg3.gif); 
      text-decoration: none;
		border: none;
		width: 150px;
		height: 22px;
		background-position: center;
		background-color: transparent;
      color: #cccccc;
		font-size: 10pt;
		padding-left: 14px;
		padding-right: 14px;
		background-repeat: no-repeat;
}

.justbuttonlarge:hover { 
	   background-image: url(images/btnbkg3.gif); 
      text-decoration: none;
		border: none;
		width: 150px;
		height: 22px;
		background-position: center;
		background-color: transparent;
      color: #FFFFFF;
		font-size: 10pt;
		padding-left: 14px;
		padding-right: 14px;
		background-repeat: no-repeat;
		cursor: pointer;
}



.submitbtn { 
	   background-image: url(images/submitbutton.gif); 
		border: none;
		width: 120px; 
		height: 55px;
		background-position: center;
		background-color: transparent;
		background-repeat: no-repeat;
}

.submitbtn:hover { 
	   background-image: url(images/submitbutton.gif); 
		border: none;
		width: 120px; 
		height: 55px;
		background-position: center;
		background-color: transparent;
		background-repeat: no-repeat;
		cursor: pointer;
}

.printbtn { 
	   background-image: url(images/printbutton.gif); 
		border: none;
		width: 120px; 
		height: 55px;
		background-position: center;
		background-color: transparent;
		background-repeat: no-repeat;
}

.printbtn:hover { 
	   background-image: url(images/printbutton.gif); 
		border: none;
		width: 120px; 
		height: 55px;
		background-position: center;
		background-color: transparent;
		background-repeat: no-repeat;
		cursor: pointer;
}


.buybtn { 
	   background-image: url(images/buybutton.gif); 
		border: none;
		width: 120px; 
		height: 55px;
		background-position: center;
		background-color: transparent;
		background-repeat: no-repeat;
}

.buybtn:hover { 
	   background-image: url(images/buybutton.gif); 
		border: none;
		width: 120px; 
		height: 55px;
		background-position: center;
		background-color: transparent;
		background-repeat: no-repeat;
		cursor: pointer;
}


.sendbtn { 
	   background-image: url(images/sendbutton.gif); 
		border: none;
		width: 120px; 
		height: 55px;
		background-position: center;
		background-color: transparent;
		background-repeat: no-repeat;
}

.sendbtn:hover { 
	   background-image: url(images/sendbutton.gif); 
		border: none;
		width: 120px; 
		height: 55px;
		background-position: center;
		background-color: transparent;
		background-repeat: no-repeat;
		cursor: pointer;
}

/* loginlogout bar */ 
table.loginlogoutbar 
{
	border: none;
	color: #cacaca;
	text-align: right;
	font-size: 8pt;
}

table.loginlogoutbar td
{
	font-size: 8pt;
	padding: 2px;
}

table.loginlogoutbar input
{
	font-size: 8pt;
	border: 1px solid gray;
}

table.loginlogoutbar .btn2 { 
}

table.loginlogoutbar .btn { 
	   background-image: url(images/btnbkg.gif); 
      text-decoration: none;
		border: none;
		width: 80px;
		height: 20px;
		background-position: center;
		background-color: transparent;
      color: #FFFFFF;
		font-size: 8pt;
		padding-left: 14px;
		padding-right: 14px;
		background-repeat: repeat-x;
}

table.loginlogoutbar .btn: hover { 
	   background-image: url(images/btnbkg.gif); 
      text-decoration: none;
		border: none;
		width: 80px;
		height: 20px;
		background-position: center;
		background-color: transparent;
      color: #FFFFFF;
		font-size: 8pt;
		padding-left: 14px;
		padding-right: 14px;
		background-repeat: repeat-x;
		cursor: pointer;
}

table.loginlogoutbar .loginbtn { 
	   background-image: url(images/loginbutton.gif); 
		border: none;
		width: 120px; 
		height: 55px;
		background-position: center;
		background-color: transparent;
		background-repeat: no-repeat;		
}

table.loginlogoutbar .loginbtn:hover { 
	   background-image: url(images/loginbutton.gif); 
		border: none;
		width: 120px; 
		height: 55px;
		background-position: center;
		background-color: transparent;
		background-repeat: no-repeat;
		cursor: pointer;
}

table.loginlogoutbar .logoutbtn { 
	   background-image: url(images/logoutbutton.gif); 
		border: none;
		width: 120px; 
		height: 55px;
		background-position: center;
		background-color: transparent;
		background-repeat: no-repeat;
}

table.loginlogoutbar .logoutbtn:hover { 
	   background-image: url(images/logoutbutton.gif); 
		border: none;
		width: 120px; 
		height: 55px;
		background-position: center;
		background-color: transparent;
		background-repeat: no-repeat;
		cursor: pointer;
}

table.loginlogoutbar .registerbtn { 
	   background-image: url(images/registerbutton.gif); 
		border: none;
		width: 120px; 
		height: 55px;
		background-position: center;
		background-color: transparent;
		background-repeat: no-repeat;
}

table.loginlogoutbar .registerbtn:hover { 
	   background-image: url(images/registerbutton.gif); 
		border: none;
		width: 120px; 
		height: 55px;
		background-position: center;
		background-color: transparent;
		background-repeat: no-repeat;
		cursor: pointer;
}


table.loginlogoutbar .lostpasswordbtn { 
      text-decoration: none;
		border: none;
		background-color: transparent;
      color: #cacaca;
		font-size: 8pt;
}

table.loginlogoutbar .lostpasswordbtn:hover { 
      text-decoration: none;
		border: none;
		background-color: transparent;
      color: #cacaca;
		font-size: 8pt;
		cursor: pointer;
}




/* ListTable */


/* Class used for content of table */
table.listtable {
	background-color: white;
	border: 1px solid #434343;
	border-collapse: collapse;
	color: black;
}

/* main font & grid borders for grid */
table.listtable td {
	font-size: 8pt;
	border-left: 1px solid #434343;
	border-right: 1px solid #434343;
}

		/* Table toolbar */
		table.listtable tr.toolbar td {
			background-color: #434343;
			border: 1px solid #434343; 
			height: 26px;
			color: white;
		}
		
				/* Table title */
				table.listtable td.title {
					font-size: 12pt;
					font-weight: bold;
				}
				
				/* Paging controls (effectively current page) */
				table.listtable .paginglinks {
					color: #d85008;
					font-size: 8pt;
					font-weight: bold;
				}
				
				/* Paging control links */
				table.listtable .paginglinks a {
					color: white;
					font-size: 8pt;
					font-weight: bold;
				}
				
				/* Paging controls links visited */
				table.listtable .paginglinks a:visited {
					color: white;
					font-size: 8pt;
					font-weight: bold;
				}
				
				/* Paging info (ie. Page x of y (z rows) */
				table.listtable .paginginfo {
					font-style: italic;
				}
				
				/* "Add new" button */
				table.listtable .addnewbutton,
				table.listtable .deletebutton,
				table.listtable .savebutton,
				table.listtable .exportbutton,
				table.listtable .searchbutton
				 {
				/*	background-image: url(images/btnbkg.gif); 
			      text-decoration: none;
					border: none;
					height: 18px;
					background-position: center;
					background-color: transparent;
			      color: #FFFFFF;
					font-size: 8pt;
					padding-left: 2px;
					padding-right: 2px;
					background-repeat: repeat-x; */
				}
				
				table.listtable .addnewbutton:hover,
				table.listtable .deletebutton:hover,
				table.listtable .savebutton:hover,
				table.listtable .exportbutton:hover,
				table.listtable .searchbutton:hover {
				/*	background-image: url(images/btnbkg_down.gif); 
			      text-decoration: none;
					border: none;
					height: 18px;
					background-position: center;
					background-color: transparent;
			      color: #FFFFFF;
					font-size: 8pt;
					padding-left: 2px;
					padding-right: 2px;
					background-repeat: repeat-x; */
				}
				
				
		
		/* Titlebar of table & column headings */
		table.listtable tr.titlebar td {
			background-color: #434343;
			border-left: 1px solid #434343; 
			border-right: 1px solid #434343; 
			font-weight: bold;
			color: white;
		}
		
		table.listtable tr.titlebar td a {
			color: white;
		}
		
		table.listtable tr.searchbar td {
			background-color: #d0d0d0;
			border-left: 1px solid #434343; 
			border-right: 1px solid #434343; 
			border-bottom: 1px solid #434343;
			font-weight: bold;
		}

		/* Style for content rows */
		table.listtable tr.contentrows td {
		   background-color: #FFFFFF;
		}
		
		/* Style for striped/alternate content rows */
		table.listtable tr.alternaterows td {
		   background-color: #F0F1F2;
		}

table.listtable a {
	text-decoration: none;
	color: black;
}

table.listtable a:visited {
	text-decoration: none;
	color: black;
}

table.listtable a:hover {
	text-decoration: underline;
}

table.listtable input {
	font-size: 8pt;
}

table.listtable select {
	font-size: 8pt;
}











/* EditTable */

table.edittable {
	background-color: white;
	font-size: 10pt;
	border: 1px solid gray;
	border-collapse: collapse;
}


.small_submitbutton {
		height: 19;
		font-size: 11px;
}

/* top menu */

.topmenu {	
	margin-left: 0px;
	background-color: #607b8e;
	border-top: 0px solid white;
	border-bottom: 1px solid white;
}

.topmenu ul {
	margin: 0;
	list-style: none;
	line-height: normal;
}

.topmenu li {
	display: inline;
}

.topmenu a {
	background-color: #607b8e;
	border-right: 1px solid white;
	border-top: 1px solid white;
	color: white;
	display: block;
	float: left;
	line-height: 20px;
	padding: 0 18px;
	text-decoration: none;
	font-size: 8pt;
	font-family: Arial;
}

.topmenu a:hover {
   background-color: #8aaec6;
}



/* side menu */

.sidemenu {
	width: 160px;
	background-color: #dbdbd9;
	height: 100%;
   border-left: 1px solid #576f9b;
	border-right: 1px solid #576f9b;
	border-bottom: 1px solid #576f9b;
	margin-left: 0px;
	padding-left: 0px;
}

.sidemenu li {
	margin: 0;
	padding: 0 0;
	font-size: 8pt;
	font-family: Arial;
	list-style-type: none;
}


.sidemenu a {
	text-decoration: none;
	display:block;
	text-align: left;
	padding-left: 10px; 

	margin-top: 0;
	height: 20px;
	line-height: 20px;
	font-weight:normal;
	background-color: #f0f0f0 ;
	border-bottom: none;
	color: #444444 ;
}

.sidemenu a:hover {
   background: #d1d1d1; 
	color: black;
	text-decoration: none;
}

.sidemenu .selected {
	text-decoration: none;
	display:block;
	text-align: left;
	padding-left: 10px; 

	margin-top: 0;
	height: 20px;
	line-height: 20px;
	font-weight:normal;
	background-color: #d2e6c7 ;
	border-bottom: none;
	color: #3e5a27 ;
}

.sidemenu .title {
	padding: 0 4px;
	height: 20px;
	line-height: 20px;
	color: white;
	font-weight: bold;
/*	border-top: 1px solid #dbdbd9; */
	background: #576f9b;
} 

.sidemenu .title a {
	font-weight: bold;
	background-color: #EAF4F6;
	color: #000000;
	display:inline;
} 



}





/* adminlisttable */

/* Class used for content of table */
table.adminlisttable {
	background-color: white;
	border: 0px solid #536777;
	border-collapse: collapse;
	color: black;
}

/* main font & grid borders for grid */
table.adminlisttable td {
	font-size: 8pt;
}

table.adminlisttable tr {
   background-color: #f0f0f0;
/*	border-bottom: 1px solid white; */
}

table.adminlisttable tr:hover {
	background-color: #e0e0e0;
}

		/* Table toolbar */
		table.adminlisttable tr.toolbar td {
			background-color: #252122;
			height: 26px;			
		}
		
				/* Table title */
				table.adminlisttable td.title {
					font-size: 12pt;
					font-weight: bold;
					color: #acb6d1;					
				}
				
				/* Table title */
				table.adminlisttable td.instructions {
					font-size: 8pt;
					color: #c9c9c9;					
				}
				
				table.adminlisttable .paginglink {
					border: 1px solid #5f5f5f;
					padding-left: 5px;
					padding-right: 5px;
					margin-right: 4px;
				}
				
				table.adminlisttable .paginglinkactive {
					border: 1px solid #5f5f5f;
					padding-left: 5px;
					padding-right: 5px;
					margin-right: 4px;
					background-color: #576f9b;
				}
				
				/* Paging controls (effectively current page) */
				table.adminlisttable .paginglinks {
					color: #576f9b;
					font-size: 8pt;
					font-weight: bold;					
				}
				
				/* Paging control links */
				table.adminlisttable .paginglinks a {
					color: #cccccc;
					font-size: 8pt;
					font-weight: bold;					
					}
				
				/* Paging controls links visited */
				table.adminlisttable .paginglinks a:visited {
					color: #cccccc;
					font-size: 8pt;
					font-weight: bold;
				}
				
				/* Paging info (ie. Page x of y (z rows) */
				table.adminlisttable .paginginfo {
					font-style: italic;
				}
				
				
				
				
				/* "Add new" button */
				table.adminlisttable .addnewbutton,
				table.adminlisttable .deletebutton,
				table.adminlisttable .savebutton,
				table.adminlisttable .exportbutton,
				table.adminlisttable .searchbutton
				 {
					background-image: url(images/btnbkg2.gif); 
			      text-decoration: none;
					border: none;
					width: 100px;
					height: 22px;
					background-position: center;
					background-color: transparent;
			      color: #cccccc;
					font-size: 10pt;
					padding-left: 14px;
					padding-right: 14px;
					background-repeat: no-repeat;
				}
				
				table.adminlisttable .addnewbutton:hover,
				table.adminlisttable .deletebutton:hover,
				table.adminlisttable .savebutton:hover,
				table.adminlisttable .exportbutton:hover,
				table.adminlisttable .searchbutton:hover {
					background-image: url(images/btnbkg2.gif); 
			      text-decoration: none;
					border: none;
					width: 100px;
					height: 22px;
					background-position: center;
					background-color: transparent;
			      color: #FFFFFF;
					font-size: 10pt;
					padding-left: 14px;
					padding-right: 14px;
					background-repeat: no-repeat;
					cursor: pointer;
				}
				
				
		
		/* Titlebar of table & column headings */
		table.adminlisttable tr.titlebar td {
			background-color: #576f9b;
/*			border-bottom: 2px solid white;  */
			font-weight: bold;
			color: white;			
		}
		
		table.adminlisttable tr.titlebar td a {
			color: white;
		}
		
		table.adminlisttable tr.headerbar td {
			background-color: #be9d67;
			border-left: 1px solid white; 
			border-right: 1px solid white; 
			border-bottom: 1px solid white;  
			font-weight: bold;
			color: #831d35;
		}
		
		table.adminlisttable tr.searchbar td {
			background-color: #92a4b1;
			border-left: 1px solid #627888; 
			border-right: 1px solid #627888; 
			border-bottom: 1px solid #536777;
			font-weight: bold;
		}

		/* Style for content rows */
		table.adminlisttable tr.contentrows td {
		   border-bottom: 2px solid white;
			color: black;
		}
		
		/* Style for striped/alternate content rows */
		table.adminlisttable tr.alternaterows td {
		   border-bottom: 2px solid white;
			color: black;
		}
		
		table.adminlisttable tr.selectedrow {
		   border-bottom: 2px solid white;
			font-weight: bold;
		}
		
		table.adminlisttable tr.redrow {
		   border-bottom: 2px solid white;
			color: red;
		}
		
		table.adminlisttable tr.redrow td {
		   border-bottom: 2px solid white;
			color: red;
		}
		
		table.adminlisttable tr.greenrow {
		   border-bottom: 2px solid white;
			color: #2e8b57;
		}
		
		table.adminlisttable tr.greenrow td {
		   border-bottom: 2px solid white;
			color: #2e8b57;
		}
		
		table.adminlisttable tr.groupheadings {
			background-color: #eee4d2; 
			height: 18px;
			cursor: pointer;			
		}
		
		table.adminlisttable tr.groupheadings td {
			border-top: 2px solid white;
			border-bottom: 2px solid white;
			padding-left: 4px;
			padding-right: 4px;
			font-weight: bold;
			font-size: 10pt;
			color: black;			
		}

		table.adminlisttable tr:hover.groupheadings td {
			color: #831d35 ;
			background-color: #eee4d2; 
			cursor: pointer;
		}

table.adminlisttable a {
	text-decoration: none;
	color: black;
}

table.adminlisttable a:visited {
	text-decoration: none;
	color: black;
}

table.adminlisttable a:hover {
	text-decoration: underline;
}

table.adminlisttable input {
	font-size: 8pt;
}

table.adminlisttable select {
	font-size: 8pt;
}




table.admineditareaframe {
	border: 1px solid #576f9b;
	border-collapse: collapse;
}




table.admineditarea {
	border: 0px solid #536777;
}

	
	
	
table.admineditareaframe2 {
	border: 1px solid #8e8e8e;
	border-top: none;
	border-collapse: collapse;
	background-color: #f0f0f0;
}
	
	
	
	
	
	
	
#tabs4 {
      float: left;
      width: 100%;
      line-height: normal;
      border-bottom: 1px solid #8e8e8e;
}

#tabs4 ul {
          margin: 0;
			 margin-left: -40px;
          padding: 10px 10px 0 50px;
          list-style: none;
}

#tabs4 li {
      display: inline;
      margin: 0;
      padding: 0;
}

#tabs4 a {
      float: left;
      background: url("images/tab4_left.gif") no-repeat left top;
      margin: 0;
      padding: 0 0 0 3px;
      text-decoration: none;
      margin-left: 1px;
}

#tabs4 a span {
      float: left;
      display: block;
      background: url("images/tab4_right.gif") no-repeat right top;
      padding: 5px 10px 4px 6px;
      color: #626262;
      }

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabs4 a span {float:none;}

/* End IE5-Mac hack */
#tabs4 a:hover span {
      color: #831d35;
}

#tabs4 a:hover {
      background-position:0% -42px;
}

#tabs4 a:hover span {
      background-position:100% -42px;
}

#tabs4 #current a {
      background-position:0% -42px;
}

#tabs4 #current a span {
      background-position:100% -42px;
		color: #831d35;
		font-weight: bold;
}

#tabs4 #link a {
		background-image: url(images/redbtn_100x18.gif); 
		background-repeat: no-repeat;		
		background-position: center;
		height: 18px;
		width: 100px;
		margin-left: 10px;
      text-decoration: none;	
      color: #FFFFFF;
		padding-left: 0px;
		padding-top: 2px;
		font-size: 8pt;
		text-align: center;
}

#tabs4 #link a:hover {
      background-image: url(images/redbtn_100x18.gif); 
		background-repeat: no-repeat;
		background-position: center;
		color: #be9d67;
		height: 18px;
		width: 100px;
		font-size: 8pt;
		padding-left: 0px;
		text-align: center;
}

#tooltip{
	position:absolute;
	border: 1px solid #797979;
	background: #FFFFD4;
	padding: 4px 4px;
	color: #606060;
	display:none;
	z-index: 1000;
	font-size: 10px;
	line-height: 130%;
	text-align: left;
}



table.tackingpanel a {
	text-decoration: none;
	color: black;
}

table.adminlisttable a:visited {
	text-decoration: none;
	color: black;
}

table.adminlisttable a:hover {
	text-decoration: underline;
	}




table.quotetable td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
}

table.quotetable td.item {
	font-weight: bold;
	color: #acb6d1;
}

table.quotetable td.amt {
	font-weight: bold;
	color: white;
}









/* scrollable root element */
#wizard {	
	background: #252122;
	border: 0px solid #576f9b;
	font-size:12px;
	height:600px;
	margin:0px auto;	
	width:850px;
	overflow:hidden;
	position:relative;
}  

/* scrollable items */
#wizard .items {
	width:20000em;	
	clear:both;	
	position:absolute;	
}

/* single item */
#wizard .page {	
	padding: 20px 20px 20px 0px;
	width:830px;
	float:left;	
}

/* title */
#wizard h2 {
	font-size:22px;
	font-weight:normal;
	margin:10px 0 0 0;
	padding-bottom:15px;		
}

#wizard h2 em {
	display:block;
	font-size:14px;
	color:#666;
	font-style:normal;
	margin-top:5px;
}

/* input fields */
#wizard ul {
	padding:0px !important;
	margin:0px !important;
}

#wizard li {
	list-style-type:none;
	list-style-image:none;
	margin-bottom:25px;	
}

#wizard label {
	font-size:16px;	
	display:block;
}

#wizard label strong {
	color:#789;	
	position:relative;
	top:-1px;
}

#wizard label em {
	font-size:11px;
	color:#666;	
	font-style:normal;
}

#wizard .text {
	width:100%;
	padding:5px;
	border:1px solid #ccc;
	color:#456;
	letter-spacing:1px;
}

#wizard select {
/*	border:1px solid #ccc;
	padding:4px; */
}

#wizard label span {
	color: #ff0033;
	font-weight:bold;
	position:relative;
	top:4px;
	font-size:20px;
}

#wizard .double label { 
	width:50%;
	float:left;
}

#wizard .double .text {
	width:93%;	
}

#wizard .clearfix {
	clear:left;
	padding-top:10px;	
}

#wizard .right {
	float:right;		
}

/* validation error message bar */
#drawer {
	_background-color:#fff;
	overflow:visible;
	position:fixed;	
	left:0;
	top:0;
	text-align:center;
	padding:15px;
	font-size:18px;
	border-bottom:2px solid #789;
	width:100%;
	display:none;
	z-index:2;
	color: white;
}

#wizard .error {
/*	border:1px solid red; */
	background-color: #95e6ff;
}

#wizard #status {
	margin:0px !important;
	height:35px;
	padding-left:0px !important;
	_background:#252122;
	border-bottom: 1px solid #acb6d1;
}

#status li {
	list-style-type:none;
	list-style-image:none;
	float:left;
	color: #acb6d1;
	padding: 4px 30px 4px 0px;
}

#status li.active {
	font-weight: bold;
	color: white;
}
