
#calc {
    background: #fbfbfb;
    text-align: left;
     width: 258px;
    border: 1px solid #cacaca;
    overflow: hidden;
	/* height: 750px;*/
	 background: url('/content/dam/aarp/ws/chainedCPI-9-2/img/header-300.jpg') top center no-repeat;
	 padding: 125px 20px 0 20px;
	 margin-bottom: 20px;
	 display:block;
}
/*#calc1{
  height:650px;	
}*/

#calc2{
 padding-bottom:20px;
}

.result {
    color: #9e2019;
    font-size: 28px;
    font-weight: bold;
    text-align: center;  
    margin: 12px 0 16px 0;
}
.note {
    font-style: italic;
    font-size: small;
}

.leftCol {
    float: left;
    width: 168px;
}
.rightCol {
    float: left;
    width: 65px;
    margin-left: 12px;
}
.form_item {
    clear: both;
    padding: 20px 0 5px 0;
}
.padUp {
    margin-top: 10px;
}
input[type=text] {
    width: 70px;
}
input[type=text].age {
    width: 40px;
}

#calculate {
    padding: 15px 10px;
}

#calc h3 {
    font-weight: bold;
    line-height: 24px;
    font-size: 21px;
    color: #ef3829;
    text-align: center;
    margin-bottom: 10px;
	margin-top:5px;
}
#calc h4 {
    font-weight: bold;
    line-height: 20px;
    font-size: 16px;
    color: #2b2b2b;
    text-align: center;
    margin-bottom: 10px;
}
label {
}
.addthis_32x32_style {
    text-indent: -9999px;

}
.at300bs {
    display: inline-block !important;
}
#shareHolder {
    text-align: center;
    line-height: 45px;
	margin-bottom:10px;
}
#shareHolder .addthis_32x32_style .at15t_twitter {
    background: url("//s7.addthis.com/static/r07/widget29_32x32_top.png") no-repeat scroll 0 -640px transparent !important;

}
#shareHolder .addthis_32x32_style .at15t_facebook {
    background: url("//s7.addthis.com/static/r07/widget29_32x32_top.png") no-repeat scroll 0 -224px transparent !important;

}
.bigText {
    font-weight: bold;
    font-size: 18px;
    color: #4c4c4c;
}
#calc a {
    color: #336698;
}
#calc a:hover {
    color: #182f3d;
}
#calc p {
    color: #2b2b2b;
}

#calc2 p {
    font-size: 110%;
    text-align: center;
}
#calc a.button {

    font-weight: bold;
    color: #202020;
    border: 1px solid #D59F0F;
    box-shadow: inset 0px 1px 0 #F5E1A6;
    text-shadow: 0px 1px 0 #eed99c;
    background: #f1c972;
    background: -moz-linear-gradient(top, #f1c972 0%, #d59f0f 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f1c972), color-stop(100%, #d59f0f));
    background: -webkit-linear-gradient(top, #f1c972 0%, #d59f0f 100%);
    background: -o-linear-gradient(top, #f1c972 0%, #d59f0f 100%);
    background: -ms-linear-gradient(top, #f1c972 0%, #d59f0f 100%);
    background: linear-gradient(to bottom, #f1c972 0%, #d59f0f 100%);
    filter: progid:dximagetransform.microsoft.gradient(startColorstr='#f1c972', endColorstr='#d59f0f', GradientType=0);
    font-size: 16px;
    border-radius: 5px;
    padding: 9px 10px;

    display: inline-block;
    font-family: Arial;
    font-weight: bold;
    text-decoration: none;
    margin-bottom: 10px;
    cursor: pointer;
}
#calc a.button:hover {
    color: #202020;
	/*text-decoration:underline;*/
	 background: #d59f0f;
    background: -moz-linear-gradient(top, #d59f0f 0%, #f1c972 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d59f0f), color-stop(100%, #f1c972));
    background: -webkit-linear-gradient(top, #d59f0f 0%, #f1c972 100%);
    background: -o-linear-gradient(top, #d59f0f 0%, #f1c972 100%);
    background: -ms-linear-gradient(top, #d59f0f 0%, #f1c972 100%);
    background: linear-gradient(to bottom, #d59f0f 0%, #f1c972 100%);
    filter: progid:dximagetransform.microsoft.gradient(startColorstr='#d59f0f', endColorstr='#f1c972', GradientType=0);
}

a#recalculate.button{
    font-size: 12px;
    border-radius: 3px;
    padding: 5px 6px;
    color: #FFFFFF;
    border: 1px solid #5C5249;
    box-shadow: inset 0px 1px 0 #C5B7B4;
    text-shadow: 0px -1px 0 #453e37;
    background: #97897d;
    background: -moz-linear-gradient(top, #97897d 1%, #5c5249 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #97897d), color-stop(100%, #5c5249));
    background: -webkit-linear-gradient(top, #97897d 1%, #5c5249 100%);
    background: -o-linear-gradient(top, #97897d 1%, #5c5249 100%);
    background: -ms-linear-gradient(top, #97897d 1%, #5c5249 100%);
    background: linear-gradient(to bottom, #97897d 1%, #5c5249 100%);
    filter: progid:dximagetransform.microsoft.gradient(startColorstr='#97897d', endColorstr='#5c5249', GradientType=0);
    margin-bottom: 25px;
}
a#recalculate.button:hover {
    color: #FFFFFF;
    box-shadow: inset 0px 1px 0 #b3a8a5;
    text-shadow: 0px -1px 0 #302b26;
    background: #71675e;
    background: -moz-linear-gradient(top, #71675e 0%, #453e37 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #71675e), color-stop(100%, #453e37));
    background: -webkit-linear-gradient(top, #71675e 0%, #453e37 100%);
    background: -o-linear-gradient(top, #71675e 0%, #453e37 100%);
    background: -ms-linear-gradient(top, #71675e 0%, #453e37 100%);
    background: linear-gradient(to bottom, #71675e 0%, #453e37 100%);
    filter: progid:dximagetransform.microsoft.gradient(startColorstr='#71675e', endColorstr='#453e37', GradientType=0);
	text-decoration:none;
}
a#recalculate.button:hover::before {
    opacity: 0.9;
}
a#recalculate.button::before {
    content: "\25C0";
    margin-right: 7px;
    font-size: 100%;
    opacity: 0.5;
}
#printLink {
    text-indent: -9999px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: url("//s7.addthis.com/static/r07/widget29_32x32_top.png") no-repeat scroll 0 -544px transparent !important;
    display: inline-block;
    overflow: hidden;
}
#printLink:hover {
    opacity: 0.8;
}

.hide {
    display: none;
}