.error_box {
	font-size: 0.9em;
	border: 1px solid #f00;
	padding: 5px;
	background:#f8e4ca;
}
.noerror_box {
	font-size: 0.9em;
	border: 1px solid #90da00;
	padding: 5px;
	background:#f0fff0;
}
.inst {
  float:left;
  width:30px;
  margin-top:3px;
  margin-right:10px;
  margin-bottom:25px;
}
.half {
  width:20px;
}

.calc {
  cursor: pointer;
}
#FormToPaids {
  float:left;
  width:49%;
}
#FormToPaids p {
    margin-top:20px;
}
#Instruction {
  float:right;
  width:49%;
  padding-left: 10px;
  background:#f0fff0;
  border: 1px solid #90da00;
}
#Instruction p {
    margin-top:30px;
}
#Instruction h1 {
    color:#71CD16;
    font-size:1.4em;
}

#window
{
	position: absolute;
	z-index:300;
	left: 250px;
	top: 300px;
	width: 400px;
	height: 300px;
	overflow: hidden;
	display: none;
}
#windowTop
{
	height: 30px;
	overflow: 30px;
	background-image: url(/libs/jquery/interface/images/window_top_end.png);
	background-position: right top;
	background-repeat: no-repeat;
	position: relative;
	overflow: hidden;
	cursor: move;
}
#windowTopContent
{
	margin-right: 13px;
	background-image:url(/libs/jquery/interface/images/window_top_start.png);
	background-position:left top;
	background-repeat: no-repeat;
	overflow: hidden;
	height: 30px;
	line-height: 30px;
	text-indent: 10px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	color: #6caf00;
}
#windowMin
{
	position: absolute;
	right: 25px;
	top: 10px;
	cursor: pointer;
}
#windowMax
{
	position: absolute;
	right: 25px;
	top: 10px;
	cursor: pointer;
	display: none;
}
#windowClose
{
	position: absolute;
	right: 10px;
	top: 10px;
	cursor: pointer;
}
#windowBottom
{
	position: relative;
	height: 270px;
	background-image: url(/libs/jquery/interface/images/window_bottom_end.png);
	background-position: right bottom;
	background-repeat: no-repeat;
}
#windowBottomContent
{
	position: relative;
	height: 270px;
	background-image: url(/libs/jquery/interface/images/window_bottom_start.png);
	background-position: left bottom;
	background-repeat: no-repeat;
	margin-right: 13px;
}
#windowResize
{
	position: absolute;
	right: 3px;
	bottom: 5px;
	cursor: se-resize;
}
#windowContent
{
	position:absolute;
	top: 30px;
	left: 10px;
	width: auto;
	height: auto;
	overflow: auto;
	margin-right: 10px;
	border: 1px solid #6caf00;
	height: 255px;
	width: 375px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #fff;
}
#windowContent *
{
	margin: 10px;
}
.transferer2
{
	border: 1px solid #6BAF04;
	background-color: #B4F155;
	filter:alpha(opacity=30); 
	-moz-opacity: 0.3; 
	opacity: 0.3;
}

.imgTitle
  {
  margin:10px 10px 0px 0px;
  border:0px solid #0000ff;
  height:auto;
  width:auto;
  float:left;
  text-align:center;
  }
  
#fullAbout{
  display:none;
}
.link {
  color: #038CE7;
  cursor: pointer;
}
.supp {
float:0 auto;
border: 1px solid #044A99;
text-align: left !important; 
padding-top: 1em !important; 
font-size: 0.8em; 
background-color:#fff;
padding:10px !important;
}
.supp a {color: #218CDA !important;}
.supp a:hover {color: #ff0000 !important;}
