#attrition-calculator {
	width:420px;
	background: #a7b5be url('images/calculator/calc-body.jpg') repeat-x;
	padding:20px 20px 0px 20px;		
	margin-left:20px;		
	font-size:11px;
	font-family:Arial,Helvetica,sans-serif;
	color:#FFF;		
}



#attrition-calculator-divider {
	width:420px;
	border-bottom:5px solid #C00;
	margin:20px;
	background:#627384;
}

#attrition-calculator-top {
	width:500px;
	background: url('images/calculator/calc-top.gif') no-repeat;
	text-align:center;
	height:25px;
	font-weight:bold;
	font-family:Arial,Helvetica,sans-serif;
	font-size:25px;		
	padding-top:10px;
	margin-left:20px;
	color:#FFF;	
}

#attrition-calculator-bottom {
	background: url('images/calculator/calc-bottom.gif') no-repeat;	
	height:37px;
	margin-left:20px;
}


td {
	padding-bottom:10px;
	padding-right:10px;
	color:#FFF;	
}



#attrition-table {
	border-top:1px solid #FFF;
	padding-top:20px;
	width:420px;
}

input {
	font-size:11px;
	color:#000;
	width:100px;
	padding:5px;	
}


input[disabled='disabled'] {
	background:yellow;
	color:red;
	cursor:default;
}
input.disabled {
	background:yellow;	
	color:red;
	cursor:default;	
}

.answer {
	padding-left:5px;
	background:#FFF;
	color:#C00;
	font-weight:bold;
	font-size:16px;
	text-align:left;
}

p {
	padding:0;
	margin:0;
}

.attrition-calculator-long {	
	background: #C00 url('images/calculator/calc-body-long.jpg') repeat-x;	
}

.entry {
	text-align:right;
	width:100px;
}
