div.calculator {
    padding-top: 12px;
}
div.calculator div.error {
    background-position: 10px 6px;
    width: 91%;
}
fieldset.tl {
    background: #D7F2FF;
    margin-bottom: 10px !important;
}
fieldset div.bottom {
    height: 5px;
}
fieldset div.bottom span {
    bottom: 0;
    position: absolute;
    right: 0;
}
div.calculator .total {
    background: url("") top right repeat-x;
    padding-top: 10px !important;
    width: 92%;
}
div.basic .total {
    font-size: 1.4em !important;
    font-weight: bold;
}
div.historic .total {
    margin-left: 15px;
}
div.historic .total p {
    margin-left: 0;
    width: 100%;
}
div.historic p em {
    color: #2A5E91;
    padding: 0 5px 0 15px;
}
div.historic p label {
    font-size: 1em;
}
div.basic p strong, div.basic p input {
    left: 250px;
    position: absolute;
}
div.calculator p input {
    border-color: #8C7DB0 #D2E1FF #D2E1FF #8C7DB0;
    border-style: solid;
    border-width: 1px;
}
div.historic label {
    display: inline;
    float: none;
}
#sharePrice {
    margin-left: 15px;
}
#sharePrice li {
    background-image: none !important;
    padding: 0.2em;
    padding-left: 0 !important;
    position: relative;
    width: 100%;
}
#sharePrice li span {
    left: 14em;
    position: absolute;
    width: 4em;
}
#sharePrice .currentPrice {
    border-bottom: 1px solid #AFE0FA;
    border-top: 1px solid #AFE0FA;
    font-weight: bold;
}
#sharePrice li.last {
    border-bottom: 1px solid #AFE0FA;
}
.contentButton {
    margin: 0.5em 0 0.5em 15px;
}
#chart {
    height: 240px;
    margin: 5px 0;
    width: 96%;
    padding-left: 20px;
    background: url("imgChartBg.png") top left no-repeat; 
}
.smallTxt {
    width: 70px;
}
.firstInput {
    margin-left: 15px !important;
}
#sharesComparison {
    border-bottom: 1px solid #AFE0FA;
    border-top: 1px solid #AFE0FA;
    margin: 1em 0 !important;
    padding: 1em 0 0;
}
.shares label {
    padding-left: 0;
    padding-right: 1em;
    width: 12em !important;
}
.combinedSelects select {
    width: 55px;
}
div.combinedSelects {
    margin-bottom: 10px;
}

.shares input {
    float: left;
    margin-right: 0.5em;
}
.fullWidthLabel {
    margin-bottom: 1em;
    width: 100%;
}
.clear {
    clear: both;
}
.sharePriceView h2, .sharePriceView h3 {
    border-bottom: 1px solid #AFE0FA !important;
    margin: 0.5em 15px !important;
}
.sharePriceView{
    margin: 0;
    width: 100%;
}
.fullWidthText {
    font-size: 1.1em;
    margin-left: 15px;
}
.fullWidthText strong {
    margin-left: 15px;
}
.fullWidthText h2 {
    margin-left: auto;
}
.sharePriceView h3#updated {
    font-size: 1.1em;
    font-weight: normal;
    padding-bottom: 1em;
}
.sharePriceView h3#currentPrice {
    border: 0 !important;
    font-weight: bold;
    margin: 0.5em 15px !important;
}
.sharePriceView td {
    padding: 0.5em !important;
}
#currentPrice span {
    font-size: 2em;
}
#currentPrice span#currency {
    font-size: 1.2em;
}
.sharePriceView .title {
    border: 0;
    font-weight: bold;
}

#compare {
    font-size: 1.2em;
    margin-left: 0;
}
body #compareFlds p {
    float: left !important;
    padding-right: 15px !important;
    width: auto !important;
}
#compareFlds label {
    clear: none;
    float: left !important;
    font-size: 0.9em;
    padding-right: 15px;
    width: auto !important;
}
#topPanel {
    border-top: 1px solid #D8EDF7;
    font-size: 1.15em;
    margin: 1em 0 !important;
    padding-top: 1em;
    width: 500px;
}
#topPanel p {
    margin: 0 !important;
    padding: 0 !important;
}
#historicSharePrices label {
    margin: 0;
    width: 220px !important;
}
#formChart p {
    margin: 0 0 1em 0 !important;
    padding: 0 !important;
}
#formChart #Update {
    margin: 0 5%;
}
#compareFlds label span {
    float: left;
    margin-right: 7px;
    margin-top: -2px;
    padding: 6px 2px 1px 1px;
}
#compareFlds label input {
    border: 0;
    margin-right: 0;
    margin-left: 0 !important;
    padding: 0;
}
#ftse100lbl span {
    background: #FFCC00;
}
#ftse250lbl span {
    background: #999999;
}
#ftseAlllbl span {
    background: #FA7913;
}
#formChart .key {
    display: block;
    float: left;
    height: 11px;
    margin-right: 4px;
    width: 11px;
}
#formChart #ftse100Key {
    background-color: #FFCC00;
    border: 1px solid #C8A000;
}
#formChart #ftse250Key {
    background-color: #999999;
    border: 1px solid #444444;
}
#formChart #ftseallKey {
    background-color: #FA7913;
    border: 1px solid #BF5904;
}
#formChart #nwl {
    background-color: #666699;
    border: 1px solid #000000;
}
#calculate {
    margin-left: 16px;
}

select#DateRange {
    margin-left: -55px;
    width: 10em;
}
form div.error,
div.error {
    background: url("") #FFFFDF no-repeat 1.5em 1em;
    border: 1px solid #DDDD00;
    border-width: 1px 0;
    color: #C81D48;
    margin-bottom: 10px;
    /*padding: 8px 15px 8px 35px;*/
}
form div.feedback, div.feedback {
    background: url("imgIconFeedback.png") #F2FFF9 no-repeat 1.8em 1em;
    border: 1px solid #7CDECB;
    border-left: none;
    border-right: none;
    clear: both;
    color: #666666;
    margin-bottom: 10px;
    padding: 8px 15px 8px 35px;
}
div#iSharePrice dl {
    background: #0C4B8B;
    border-top: 1px solid #0C4B8B;
    color: #FFFFFF;
    padding: 12px 8px;
}
div#iSharePrice dl dt {
    display: none;
}
div#iSharePrice dl dd {
    text-align: center;
}
div#iSharePrice dl dd.sharePrice dd {
    padding-bottom: 4px;
}
div#iSharePrice dl dd.sharePrice strong {
    font-size: 1.5em;
}
div#iShareChart h2 {
    text-align: left;
}
div#iShareChart {
    background: url("imgCornerBgBL.png") #EDF9FF bottom left no-repeat;
    border-top: 1px solid #0C4B8B !important;
    text-align: center;
}
div#iShareChart p {
    background: url("imgCornerBgBR.png") #EDF9FF bottom right no-repeat;
    margin-left: 20px;
}
div.formRow label {
    font-size: 1em;
}
div#customDates {
    margin-top: 10px;
}
div#customDates label {
    margin-left: 0;
    width: 115px;
}
div.sharePriceView  tbody td.title {
    border-right: 1px solid #97D8FF !important;
    font-weight: bold;
}
div.sharePriceView table {
    border: 0;
}
div.sharePriceView table tr.odd {
    background: #FFFFFF;
}
div.sharePriceView table thead tr th {
    padding: 0px 4px 8px;
}
div.sharePriceView table tr.even td {
    background: #ECF8FF;
}
div#iSharesFoot {
    margin-top: 20px;
}
div#iSharesFoot a#iInvestis {
    float: right;
    color: #999;
    border-top: 2px solid #999;
    text-decoration: none;
}
div#iSharesFoot a#iInvestis.external {
    background-image: none;
    padding-right: 0;
}
div#iSharesFoot div#iReuters a {
    color: #000099
}
div#iSharesFoot div#iReuters span {
    bottom: 4px;
    position: relative;
}
div#iSharesFoot div#iReuters  img {
    padding: 0;
    margin: 0;
    border: 0;
}

/* panels
************/

.panel #currentPrice {
line-height: 120%;
font-size: 3em;
padding-top: 10px;
}
