#wrapper {	
	width:800px;
	margin:0 auto;
	border:solid;
	border-width:1px;
	background-color: #f9ffff;
	padding-bottom:25px;
}

a:link, a:visited {
	color:#000099;
}

a:active {
	color:#FF0033;
}

a:hover {
	color:#999999;
}

#header {
	width:800px;
	height:45px;
	text-align:center;
}

#eq_wrapper {
	border:solid;
	border-width:1px;
	width:670px;
	margin:0 auto;
}

.eq_num { 
	float:left;
	width:40px;
	text-align:center;
	border:1px solid;
	background-color:#FFFFFF;
}

.equipment1 {
	background-color:#D2D2FF;
}

.equipment2 {
	background-color:#FFFFFF;
}

.eq_name, .eq_install, .eq_last {
	float: left;
	width:190px;
	position:realtive;
	padding-top:5px;
	padding-bottom:5px;
	margin-left:10px;
	text-align:center;
}

.eq_service {
	margin-left:150px;
	padding-bottom:10px;
	background-color:#FFFFFF;
	width:400px;	
	clear:both;
	border:1px solid;
}

#machine_left {
	width:365px;
	float:left;
	margin-left:5px;
}

#machine_right {
	width:365px;
	float:right;
	margin-right:5px;
}

#machine_history {
	width:770px;
	clear:both;
	margin:0 auto;
	margin-bottom:40px;
	margin-top:10px;
}

fieldset {  
border: 1px solid #BFBAB0;  
background-color: #C6E2FF;  
background-image: url(/images/fieldset_gradient.jpg);  
background-repeat: repeat-x;
}

legend {
	background-color:#FFFFFF;
	border:1px solid;
}

fieldset.submit {  
float: none;  
width: auto;  
border-style: none;  
padding-left: 4em;  
background-color: transparent;  
background-image: none;
}