﻿.savedCalculatorsWrapper {
    width: 650px;
}

.savedCalculatorsHeader
{
	width:100%;
	height:38px;
	background-image:url(Images/title_orange.png);
	background-position:top left;
	background-repeat:repeat-x;
	
}

.savedCalculatorsHeader > p
{
    margin: 0;
 	padding-left:16px;    
	font-family:"Myriad Pro";
	font-size:15px;
	text-shadow: 1px 1px 1px #86888A;
   
    line-height:38px;
	color:#FFF;
	text-transform:uppercase;  

    font-weight:bold;
}