input.stdfield, input.stdfield-editonce{
	text-align: right;
	float:right;
	font-size: 11px;
	font-weight: bold;
	border-top: solid #000 1px;
	border-left: solid #000 1px;
	border-right: solid #CACAD4 1px;
	border-bottom: solid #CACAD4 1px;
	background: #EAECF6 url(/resources/images/products/data-calculators/field-drop-shadow.gif) repeat-x;
}

input.stdfield-disabled{	
	text-align: right;	
	float: right;
	border: none;	
	font-weight:bold;
	font-size: 11px;
	font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
}	

input.stdfield-editonce{
	color: #808080;	
}

.total{
	border: 0px;
	background: #626060 url(/resources/images/products/data-calculators/calc-bg.gif) repeat-x;	
	margin-top: 5px;
	float: right;
	height: 14px;
	width: 65px;
	padding: 5px;
}

.total input{
	background: none;
	border: none;	
 	text-align:right;
	color: #FFCB21;
	font-weight: bold;	
	font-size: 13px;
	margin: 0px auto;
}

.unit{
	font-size:9px;
	float:right;
	top:1px;
	position:relative;
	background:#FFE;
	margin-top:2px;
	margin-left: 20px;
}

.calc-subtotal .unit{
	background: none;
	color: #808080;
	margin-top: -2px;
}

.calc-total .unit{
	background:none;
}

.loader{	
	position:relative;
	top: 13px;
	left: 69px;
}

#validation{
	border: 1px solid #D3D3D3; 
	padding: 10px; 
	background: #FFFFE0 none repeat scroll 0%; 
	margin-top: 5px; 
	margin-bottom: 5px;
	z-index:-1;	
	position:relative;	
}

.step-number{
	float:left;
	margin-right: 13px;
}

/* ----------------------------- QUOTES */

.quote{
	background: url(/resources/images/products/data-calculators/open-quote.gif) no-repeat;
	padding: 10px;	
	text-align: right;	
	margin: 24px 0px 0px 0px;
}

.quote p{
	background: url(/resources/images/products/data-calculators/close-quote.gif) no-repeat right bottom ;			
	width: 128px;
	padding: 0px 18px 24px 0px;
}

.company, .person, .jobtitle{
	float:right;
	text-align: right;		
	top:-40px;
	position: relative;
	margin-right: 25px;
	width:140px;
}

.person{
	font-weight: bold;	
	margin-top:15px;
}

/* ========================================================== Tooltips */

a.info{
    position: relative; 
    z-index: 24; 
    text-decoration: none;
    cursor: default;
}

a.info:visited {
	text-decoration:none;	
}

a.info span{ 
	text-decoration: none;
    display: none;
    position: absolute;     
    left: 120px; 
    width: 90px;
    top: -30px;
    border: 1px solid #000; 
    background-color: #FFCC33; 
    color: #000;
    text-align: center;
    padding: 5px;
}

.close-tip {	
	float:right;
	padding: 1px;
	font-size: 7px;	
}

.close-tip a{
	text-decoration: none;
	color: black;
	font-weight: bolder;
	margin: 0px 1px;
}

/* =========================================================== */

.calc-question, .calc-total, .calc-subtotal{
	padding:10px;
	border-top: solid #EEEEEE 1px;
	border-bottom: none;
	border-right: solid #EEEEEE 1px;
	border-left: solid #EEEEEE 1px;
	height:40px;
	background: #FFF;
}

.calc-total{
	border:none;
	background:#EEE url(/resources/images/products/data-calculators/dark-drop-shadow.gif) repeat-x ;
	height:45px;
	border-top: solid #000 1px;
}

.calc-subtotal{
	background: #FFF url(/resources/images/products/data-calculators/light-drop-shadow.gif) repeat-x bottom;	
	border-top: solid #EEE 1px;
	border-bottom: none;
	border-right: solid #EEE 1px;
	border-left: solid #EEE 1px;	
}

.calc-subtotal p.question-text{
	margin-left: 0px;
}

.question-text {
	width:240px;
	float:left;
}

.answer{
	width: 98px;
	float:right;
}

.step-number{
	margin-right: 0px;
}

.loader{	
	position:relative;
	top: 12px;
	left: 81px;
}

/* ---------------------------- Call to Actions */

#calculator-button{
	margin: 20px 10px 20px 0px;
}

.rmi-panel{
	background: #FFFFE0;
	clear: both;
	border: 1px solid lightgrey;	
}

#calcToAFriend{
	margin-top: 28px;
}

#calcToAFriend img{
	position:relative;
	top:-10px;	
	left: 6px;
	margin-right: 8px;
}

#calcToAFriend a{
	color: #666666;
	font-weight:normal;
	text-decoration: none;	
	margin-left: 6px;
}

/* ----------------------------- RHC */

.right-tip{
	width: 100px;
	background: #EEE;
	padding: 0px 10px;
	float:right;
	text-align: right;
	margin-right: 20px;
	margin-top: -2px;
}

#tip-top, #tip-bottom{
	float:right;
	margin-right: 20px;
}

#tip-bottom{
	margin-top: -5px;
}

