body { 
	color:#dddddd; 	
	background-color: #000000;
	font-family:verdana;
	font-size:8pt;
} 

div.employeeview { width:510px; }
div.employeeview div.name { width:510px; color:#FDCA01; font-weight:bold; font-size:10pt; }
div.employeeview div.name input { width:400px; }
div.employeeview div.job { width:510px; color:#ffffff; font-style:italic; font-size:10pt; border-bottom:solid 2px #FDCA01; padding-bottom:4px; margin-bottom:8px; }
div.employeeview div.job input { width:400px; }
div.employeeview div.picture { width:200px; text-align:right; vertical-align:top; }
div.employeeview div.picture img { text-align:right; width:200px;}
div.employeeview div.picture input { width:150px; }
div.employeeview div.description { width:305px; float:left; color:#dddddd;}
div.employeeview div.username {  }
div.employeeview div.username input { width:300px; }
div.employeeview div.password {  }
div.employeeview div.password input { width:300px; }

div.employeeview table { border:0; margin:0; padding:0; }
div.employeeview table th { width:90px; font-size:8pt; font-weight:bold; color:#FDCA01; text-align:left; }
div.employeeview table td { font-size:8pt; font-weight:normal; color:#ffffff; text-align:left; }

div.employeeview table td div.job { border:none; margin:0; padding:0; }

div.employee { float:left; width:150px; height:150px; border:solid 2px #FDCA01; padding:10px; margin-right:10px; margin-bottom:10px; }
div.employee div.name { text-align:center; font-size:8pt; color:#FDCA01; }
div.employee div.picture { text-align:center; }
div.employee div.picture img { width:130px; }

div.ordermin { float:left; text-align:left; width:30px; }
div.orderplus { text-align:right; width:95px; }