.mod-ch-error  {
    background-color: #EFDBDB;
}

.mod-ch-titletext {
	font: inherit;	
}

#mod-ch-sitename {
	font: inherit;		
}

.mod-ch-submit {
    border-radius: 5px;
    border: 1px solid #CCCCCC;
    color: #000000;
    background-color: #FFFFFF;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#d4d4d4)); /* Saf4+, Chrome */
    background-image: -webkit-linear-gradient(top, #FFFFFF, #d4d4d4); /* Chrome 10+, Saf5.1+, iOS 5+ */
    background-image:    -moz-linear-gradient(top, #FFFFFF, #d4d4d4); /* Firefox 3.6-15 */
    background-image:      -o-linear-gradient(top, #FFFFFF, #d4d4d4); /* Opera 11.10+ */
    background-image:         linear-gradient(to bottom, #FFFFFF, #d4d4d4); /* Firefox 16+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFFFFF', endColorstr='#d4d4d4',GradientType=0 ); /* IE6-9 */
    cursor: pointer;
    padding:4px 10px 5px;
    text-decoration:none;
    text-align:center;
}

.mod-ch-form {
 background-color : #E4E4E4;
}

.ie7 .mod-ch-form {
  background-color: #e4e4e4;
}

/* dialog popups */
.simsd-overlay {
          background-color: #000000;
          background-color: hsla(0,0%,0%,0.5);
          -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; /* first   -ms-filter must go before filter otherwise */
    filter: alpha(opacity=50);                                                       /* If you don’t use this order, IE8-as-IE7 doesn’t apply the opacity, although IE8 and a pure IE7  */
	position:fixed !important;
}

.ie7 .simsd-overlay {
          background-image: url(../images/simdialog/simoverlay.png);
          background-color: transparent;
    background-position: 0 0;
}

.simsd-container {
          background: #ffffff;
    -moz-border-radius: 4px; 
    -webkit-border-radius: 4px; 
    border-radius: 4px; 
          padding: 10px 0 10px 0;
}
.calculate_popup-main .simsd-container {
          background: #ffffff;
    /*-moz-border-radius: 4px; 
    -webkit-border-radius: 4px; 
    border-radius: 4px;*/ 
          padding: 40px;
		  border: 1px solid #cbcbcb;
}

/* states and images */
.simsd-close { 
    background-repeat: no-repeat; 
          background-image: url(../images/simdialog/headersitemap.png);
          background-color: transparent; 
    background-position: 0 0; 
    display: block; 
    height: 43px; 
          margin: -18px -9px 0 0;
    overflow: hidden; 
          position: absolute;
          right: 0;
    text-indent: -99999px; 
          top: 0;
    width: 43px; 
 }
 
.calculate_popup-main .simsd-close { 
    background-repeat: no-repeat; 
         background-image: url(../images/simdialog/btn-close.png); /*background-image: url(../../images/simdialog/headersitemap.png);*/
          background-color: transparent; 
    background-position: 0 0; 
    display: block; 
    height: 31px; 
          margin: -35px -35px 0 0;
    overflow: hidden; 
          position: absolute;
          right: 0;
    text-indent: -99999px; 
          top: 0;
    width: 31px; 
 }
.calculate_popup-main a.simsd-close:hover {
	 background-color: transparent; 
    background-position:0; 
          height:auto;
    width:auto; 
}
/*.simsd-close:hover {  
    background-color: transparent; 
    background-position: 0 -93px; 
          height: 43px;
    width: 43px; 
}*/
a.simsd-close:hover {  
    background-color: transparent; 
    background-position: 0 -93px; 
          height: 43px;
    width: 43px; 
}

.calculate_popup{
	font-size: 15px !important;
	font-family: Helvetica !important;
	font-weight: normal;
	font-style: normal;
	-webkit-font-weight: normal;
	-webkit-font-style: normal;
	overflow-y: auto;
	margin:20px;
}

.calculate_popup table{border-top:1px solid #cdcdcd !important; border-right:1px solid #cdcdcd !important;}
.calculate_popup td{padding: 10px 15px; border-left:1px solid #cdcdcd !important; border-bottom:1px solid #cdcdcd !important;}
.calculate_popup h3 {font-size: 20px !important; padding-bottom:15px;}
.calculate_popup tr.title {font-size: 21px !important;}