	select{
	width:150px;
	border: 1px solid #CC6733;
	background-color:#FFCC9A;
	}
	
	input.readwrite{
	background-color:#FFCC9A;
	border: 1px solid #CC6733;
	width:100px;
	}

	input.readonly{
	background-color:#CCCCCC;
	border: 1px solid #999999;
	width:100px;
	}
	
	input.large{
	background-color:#FFCC9A;
	border: 1px solid #CC6733;
	width:145px;	
	height:80px;
	overflow:auto;
	}
	
	input.large_readonly{
	background-color:#CCCCCC;
	border: 1px solid #CC6733;
	width:145px;	
	height:80px;
	overflow:auto;
	}	
	
	textarea{
	width:170px;
	background-color:#FFCC9A;
	border: 1px solid #CC6733;	
	height:80px;
	}
	
	textarea.large_readonly{
	width:170px;
	background-color:#CCCCCC;
	border: 1px solid #999999;	
	height:80px;
	}	
	
	 body {
	 background-color:#CC6633;
	 text-align:left;
	 font:normal normal normal 10pt/12pt Verdana, Arial, Helvetica, sans-serif;
	 overflow:hidden; 
	 margin:0; 
	 margin-left:1%; 
	 margin-top:1%
	 }
	 
	
	.tab_container{
	background-color:#FF9933;
	}
	
	.tabs{
	background-color:white;
	width:160px;
	height:27px;
	position:absolute;
	font-weight:600;
	border-top-style:solid;
	border-top-color:#FF9933;
	border-top-width:1px;
	overflow:hidden;
	}

	a.links{
	position:absolute;
	text-decoration:none;
	color:#453333;
	width:160px;
	height:27px;
	z-index:4;
	text-align:center;
	}
	
	a.links:hover{
	color:Black;
	}
	
	.left_column{
	position:absolute;
	top: 45px;
	width: 320px;
	height:100%;
	z-index:4;
	}
	
	.right_column{
	position:absolute;
	left:370px;
	top: 60px;
	width: 320px;
	height:100%;
	z-index:4;
	}
	
	 .note{
	 position:relative;
	 background-color:#FFFFFF;
	 width:320px;   
	 border-left-style:solid; 
	 border-right-style:solid;
	 border-bottom-style:solid;
	 border-width:1px; 
	 border-color:#CC6733;
	 padding:10px;
	 z-index:5;
	 }
	
	.note_banner{
	position:relative;
	/*width:341px;*/
	height:20px;
	background-color:#FF9933;
	margin-top:5px;
	overflow:hidden;
	}
	
	.note_labels{
	position:absolute;
	}
	
	.note_inputs{
	position:absolute;
	left:130px;
	}
	
	.help_icons{
	position:absolute;
	right:5px;
	z-index:5;
	}
	
	.push-to-edge{
	position:absolute;
	right:0px;
	z-index:10;
	}
	
	.thumbnail_toprow{
	position:absolute;
	top:20px;
	width:48px;
	height:48px;
	background-image:url(../images/thumbnail.gif);
	margin:10px;
	}
	
	.thumbnail_botrow{
	position:absolute;
	top:78px;
	width:48px;
	height:48px;
	background-image:url(../images/thumbnail.gif);
	margin:10px;
	}
	
	#current_page_tab{
	background-color:#FF9933;
	z-index:4;
	}
	
	#logo_bottom{
	position:absolute;
	top:21px;
	left:638px;
	}
	
	#client{
	width:inherit;
	height:30px;
	}
	
	#signout{
	position:absolute;
	left: 635px;
	top: 70px;
	z-index:4;
	}
	
	#logo{
	position:absolute;
	top:75px;
	right:0;
	z-index:3;
	}

   .button {
 	    font: normal normal normal 11px/12px Verdana, Arial, Helvetica, sans-serif;
		width: 105px;
		height: 22px;
		background-color: #FFCC99; 
   }	
   
   
    select{
	width:150px;
	border: 1px solid #CC6733;
	background-color:#FFCC9A;
	}
	
	input.readwrite{
	background-color:#FFCC9A;
	border: 1px solid #CC6733;
	width:100px;
	}

	input.readonly{
	background-color:#CCCCCC;
	border: 1px solid #999999;
	width:100px;
	}
	
	input.large{
	background-color:#FFCC9A;
	border: 1px solid #CC6733;
	width:145px;	
	height:80px;
	overflow:auto;
	}
	
	textarea{
	width:170px;
	background-color:#FFCC9A;
	border: 1px solid #CC6733;	
	height:80px;
	}
	
	 body {
	 background-color:#CC6633;
	 text-align:left;
	 font:normal normal normal 10pt/12pt Verdana, Arial, Helvetica, sans-serif;
	 overflow:hidden; 
	 margin:0; 
	 margin-left:1%; 
	 margin-top:1%
	 }
	 
	 .form_container{
	 position:absolute;
	 background-color:#FF9933;
	 width:99%;
 	 height:99%;
	 border-style: solid;
	 border-width: 0px;
	 border-left-width: 1px;
	 border-top-width: 1px;
	 border-color:#FFFFFF;
	 z-index:2;
	 padding-left:10px;
	 }
	
	
	.tab_container{
	background-color:#FF9933;
	}
	
	.tabs{
	background-color:#ffffff;
	width:128px;
	height:35px;
	position:absolute;
	font-weight:600;
	border-top-style:solid;
	border-top-color:#FF9933;
	border-top-width:1px;
	overflow:hidden;
	text-align:left;
	}

	a.links{
	position:absolute;
	text-decoration:none;
	color:#453333;
	width:128px;
	height:35px;
	z-index:4;
	text-align:center;
	}
	
	a.links:hover{
	color:Black;
	}
	
	.left_column{
	position:absolute;
	top: 45px;
	width: 320px;
	height:100%;
	z-index:4;
	}
	
	.right_column{
	position:absolute;
	left:370px;
	top: 60px;
	width: 320px;
	height:100%;
	z-index:4;
	}
	
	 .note{
	 position:relative;
	 background-color:#FFFFFF;
	 width:320px;   
	 border-left-style:solid; 
	 border-right-style:solid;
	 border-bottom-style:solid;
	 border-width:1px; 
	 border-color:#CC6733;
	 padding:10px;
	 z-index:5;
	 }
	
	.note_banner{
	position:relative;
	width:341px;
	height:20px;
	background-color:#FF9933;
	margin-top:5px;
	overflow:hidden;
	}
	
	.note_labels{
	position:absolute;
	}
	
	.note_inputs{
	position:absolute;
	left:130px;
	}
	
	.help_icons{
	position:absolute;
	right:5px;
	z-index:5;
	}
	
	.push-to-edge{
	position:absolute;
	right:0px;
	z-index:10;
	}
	
	.thumbnail_toprow{
	position:absolute;
	top:20px;
	width:48px;
	height:48px;
	background-image:url(../images/thumbnail.gif);
	margin:10px;
	}
	
	.thumbnail_botrow{
	position:absolute;
	top:78px;
	width:48px;
	height:48px;
	background-image:url(../images/thumbnail.gif);
	margin:10px;
	}
	
	#current_page_tab{
	background-color:#FF9933;
	z-index:4;
	}
	
	#logo_bottom{
	position:absolute;
	top:29px;
	left:638px;
	}
	
	#client{
	width:inherit;
	height:30px;
	}
	
	#signout{
	position:absolute;
	left: 635px;
	top: 70px;
	z-index:4;
	}
	
	#logo{
	position:absolute;
	top:75px;
	right:0;
	z-index:3;
	}

   .button {
 	    font: normal normal normal 11px/12px Verdana, Arial, Helvetica, sans-serif;
		width: 105px;
		height: 22px;
		background-color: #FFCC99; 
   }
   
   
   
	._left_column{
	position:absolute;
	top: 790px;
	width: 320px;
	height:450px;
	z-index:4;
	}
	
	._right_column{
	position:absolute;
	left:370px;
	top: 790px;
	width: 320px;
	height:450px;
	z-index:4;
	}
	
	._full_width{
	position:absolute;
	top: 150px;
	width: 750px;
	z-index:4;
	}

