/* Standard Template */
#jcepopup-container {
	background-color: #ffffff;
}
#jcepopup-loader {
	background: url(../img/loader.gif) no-repeat center center;
}
#jcepopup-info {}
#jcepopup-closelink {
	width: 20px;
	height: 20px;
	background: #cccccc url(../img/close.png) no-repeat;
	bottom: 0px;
	right: 10px;
	position: relative;
	float: right;
	border: none;
}
#jcepopup-nav {
	line-height: 20px;
	padding: 10px;
}
#jcepopup-prev, #jcepopup-next {
	width: 20px;
	height: 20px;
	position: absolute;
	border: none;
	background-color: #cccccc;
	background-repeat: no-repeat;
}
#jcepopup-closelink:hover, #jcepopup-prev:hover, #jcepopup-next:hover {
	background-color: #333333;
}
#jcepopup-prev{
	background-image: url(../img/prev.png);
	left: 10px;
}
#jcepopup-next {
	background-image: url(../img/next.png);
	right: 10px;
}
span#jcepopup-numbers {
	text-align:center;
	display: block;
}
span#jcepopup-numbers a {
	border: none;
	display: inline-block;
	margin: 0px 1px;
	width: 20px;
	height: 20px;
}
span#jcepopup-numbers a:active, span#jcepopup-numbers a:visited, span#jcepopup-numbers a:link, span#jcepopup-numbers a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #cccccc;
}
span#jcepopup-numbers a:hover {
	color: #333333;
}
span#jcepopup-numbers a.active {
	cursor: default;
	color: #333333;
	font-size: 1.2em;
}
#jcepopup-caption {
	padding: 0px 30px 0px 10px;
	min-height: 20px;
}
#jcepopup-caption h4 {}
#jcepopup-caption p {}

.mod_contact_right
{
	margin: 0 0 10px 0;
}

.mod_contact_left label
{
	font: 12px;
	font-weight: bold;
}

.mod_contact_right input, .mod_contact_right textarea
{
	background: #d6d6d6 url(../images/input.png) -3px -3px repeat-x scroll;
	border-width: 1px;
	border-style: solid;
	border-right: 1px solid #d6d6d6;
}

.mod_contact_right input.button
{
	padding: 2px 4px 2px 7px;
	border: 1px solid #777777;
	color: #888888;
}

.mod_contact_right input.button:hover
{
	background: #d6d6d6 url(../images/input.png) -3px -3px repeat-x scroll;
}

#mod_jcalc input {
	width: 100%;
      /* border-color: green; */
	font-size: 11px; 
      /*font-weight:bold;*/
      font-family: Verdana, Arial, Helvetica, sans-serif;
}
#mod_jcalc input.b {
	width: 33px;
	font-size: 11px;
      font-family: Arial, Verdana,  Helvetica, sans-serif;
}
#mod_jcalc input.b2 {
	font-size: 11px;
      font-family: Arial, Verdana,  Helvetica, sans-serif;
}
#mod_jcalc td.b3,#mod_jcalc input.b3 {
      width: 33px;
	font-size: 10px;
      font-family: Arial, Verdana,  Helvetica, sans-serif;
}
#mod_jcalc input.b4 {
      width: 33px;
	font-size: 9px;
      font-family: Arial, Verdana,  Helvetica, sans-serif;
}
#mod_jcalc td.b5,#mod_jcalc input.b5 {
      width: 33px;
	font-size: 8px;
      font-family: Arial, Verdana,  Helvetica, sans-serif;
}
#mod_jcalc input.b6 {
      width: 126px;
	font-size:  10px;
      /* padding-left: 2pt; */
      font-family: Arial, Verdana, Helvetica, sans-serif;
}
#mod_jcalc table,#more_mod_jcalc table,#more_mod_jcalc tbody  {
	margin: 3px;
     background:#22252e;
	border: 1px solid #000000;
}