body {
	margin: 0;
	background: #ffffff;
	font-family: helvetica, arial, sans-serif;
}
* {
	margin: 0;
	padding: 0;
}
a {
	color: #1a77ad;
}
a.local {
	text-decoration: none;
	border-bottom: #1a77ad 1px dashed;
}
img {
	border: none;
}

.clear {
	clear: both;
	height: 0;
	overflow: hidden;
}
.cufon a {
	border-bottom: 1px solid #1a77ad;
	text-decoration: none;
}
.small_column {
	float: left;
	width: 20%;
}
.half_column {
	float: left;
	width: 50%;
}
.wide_column {
	float: left;
	width: 60%;
}
.empty {
	height: 1px;
}
.dropdown {
	cursor: pointer;
	position: absolute;
	top: 100px; left: 50px;
	background: red url('../images/dropdown-top.gif') no-repeat top left;
	width: 96px;
	padding-top: 11px;
	margin-top: 20px;
	z-index: 1000;
}
.dropdown ul {
	list-style-type: none;
	background: url('../images/dropdown-bottom.gif') no-repeat bottom left;
	padding-bottom: 11px;
	font-size: 11px;
}
.dropdown ul li {
	background: url('../images/dropdown-center.gif') repeat-y top left;
	line-height: 20px;
	padding-left: 12px;
}
.dropdown img {
	margin-right: 5px;
}
.dropdown a, .dropdown span {
	color: #000000;
	text-decoration: none;
	text-transform: lowercase;
}
.dropdown .arrow {
	width: 7px; height: 4px;
	right: 10px; top: 18px;
	position: absolute;
	background: url('../images/dropdown-arrow.gif') no-repeat;
}
.placeholder {
	color: #a8a8a8;
}

#container {
	min-width: 960px;
}

#header {
	height: 125px;
	margin: 0 50px;
	padding-top: 30px;
	background: url('../images/arrow-top.gif') no-repeat bottom center;
}
#header .logo {
	float: left;
}
#header.no_background {
	background: none;
} 
#header .title {
	float: left;
	width: 20%;
	font-size: 24px;
	line-height: 26px;
	position: relative;
	left: -30px;
}
#header .title div {
	padding-right: 20px;
}
#header .contact_us, #header .contact_us_link {
	float: left;
	font-size: 15px;
	line-height: 17px;
}
#header .contact_us {
	width: 20%;
	position: relative;
	left: 85px;
}
#header .contact_us div {
	padding-right: 20px;
}
#header .contact_us_link {
	float: right;
	text-align: right;
}

#contacts {
	width: 100%;
	float: left;
	clear: both;
	height: 180px;
	font-size: 16px;
	line-height: 18px;
}
#contacts ul li {
	float: left;
	width: 25%;
	list-style-type: none;
}
#contacts p {
	margin-bottom: 40px;
	font-weight: bold;
}

#form {
	margin: 0 50px;
}
#form .form_container {
	position: relative;
	background: #ede9d9 url('../images/arrow-top-form.gif') no-repeat top center;
}
.form_container .top, .form_container .bottom {
	height: 9px;
}
.form_container .top div, .form_container .bottom div {
	background: url('../images/star.gif') no-repeat;
	width: 9px; height: 9px;
	position: absolute;
	overflow: hidden;
}
.form_container .right {
	right: 0;
}
.form_container .top .left {
	background-position: -9px -9px;
}
.form_container .top .right {
	background-position: 0 -9px;
}
.form_container .bottom .left {
	background-position: -9px 0;
}
.form_container .bottom .right {
	background-position: 0 0;
}
.form_container .wrapper {
	background:url('../images/arrow-bottom-form.gif') no-repeat bottom center;
}
#form h3 {
	color: #d91d2f;
	font-size: 24px;
	line-height: 26px;
	margin-bottom: 12px;
}
#form .send, #form .recive, #form .result {
	margin-left: 15px;
}
#form .result .sent {
	margin-top: 100px;
}
#form .result p {
	color: #333333;
	margin-bottom: 1em;
}
#form .send ul {
	list-style-type: none;
}
#form .send li {
	clear: both;
}
#form .send li input, #form .send li div {
	float: left;
	margin-right: 8px;
}
#form .send input, #form .recive .account_id input {
	font-size: 20px;
	height: 28px;
}
#form .send .status {
	width: 18px;
	height: 18px;
	background: url('../images/status.gif');
	margin-top: 6px;
	margin-bottom: 18px;
}
#form .send .ok .status {
	background: url('../images/status-ok.gif');

}
#form .send .ok_but_no_capcha .status {
	background: url('../images/status-ok-but-no-capcha.gif');
}
#form .send .progress .status {
	background: url('../images/status-progress.gif') center center no-repeat;
}
#form .send .failed .status {
	background: url('../images/status-failed.gif');
}
#form .send .voucher_id {
	width: 45%;
}
#form .send .value {
	width: 15%;
}
#form .send .currency {
	width: 20%;
	height: 28px;
	border: #d5d1c3 1px solid;
}
#form .send .currency span {
	display: block;
	padding: 8px;
	font-size: 11px;
}
#form .send .capcha .hint {
	display: block;
	margin: 0; padding: 0;
	margin-top: 5px;
	font-size: 11px;
	width: 100px;
}
#form .send .add_voucher {
	font-weight: bold;
	font-size: 12px;
}
#form .send .notice {
	font-size: 12px;
	margin-top: 30px;
}
#form .send .capcha {
	width: 80%;
	padding: 10px;
	padding-right: 14px;
	margin-bottom: 30px;
	margin-left: 27px;
	clear: both;
	background-color: #ffffff;
	background-position: right center;
	background-repeat: no-repeat;
}
#form .send .capcha input {
	float: left;
	margin-left: 20px;
	width: 140px;
}
#form .send .capcha img {
	float: left;
}
#form .hr {
	height: 35px;
	background: url('../images/hr.gif') repeat-x center left;
}
#form .recive {
	position: relative;
}
#form .recive ul {
	list-style-type: none;
}
#form .recive li {
	clear: both;
}
#form .recive li input, #form .recive li div {
	float: left;
	margin-right: 8px;
}
#form .recive li input {
	margin-top: 8px;
}
#form .recive .value {
	width: 100px;
	height: 28px;
	border: #d5d1c3 1px solid;
	margin-bottom: 5px;
}
#form .recive .value span {
	display: block;
	padding: 4px;
	font-size: 17px;
	color: #333333;
	text-align: right;
}
#form .recive .label {
	float: left;
	margin: 7px;
	font-size: 16px;
	font-weight: bold;
	color: #333333;
}
#form .recive .label span {
	font-weight: normal;
	font-size: 11px;
}
#form .recive .confirmation {
	position: absolute;
	left: 70%;
	padding: 0 23px;
	font-size: 12px;
	line-height: 17px;
}
#form .recive .confirmation .checkbox {
	position: absolute;
	left: 5px; top: 3px;
	width: 16px;
}
#form .recive .confirmation input {
	width: 150px;
}
#form .recive .amount {
	float: left;
}
#form .recive .account_id {
	float: left;
	margin: 0;
}
#form .recive .account_id label {
	font-size: 12px;
}
#form .recive .account_id input {
	width: 240px;
	margin-right: 8px;
}
#form .submit, #form .back {
	display: block;
	margin: 20px auto 10px auto;
	font-size: 20px;
}
#form .back {
	margin-top: 120px;
}

.hint {
	position: relative;
	margin-top: 20px;
	padding-right: 20px;
}
.hint.first {
	padding-top: 15px;
}
.hint.outdent {
	left: -20px;
}
.hint.indent {
	left: 20px;
}
.hint h2 {
	font-size: 15px;
	line-height: 17px;
	font-weight: normal;
	margin-bottom: 5px;
}
.hint p {
	font-size: 11px;
	line-height: 13px;
}
.hint.howto p {
	font-size: 12px;
	line-height: 15px;
	margin-top: 0.75em;
}

#calculator {
	position: absolute;
	width: 16%;
	margin-top: 85px;
	margin-left: 20px;
}
#calculator .wrapper {
	position: relative;
}
#calculator .right {
	right: 0;
}
#calculator .top {
	background: url('../images/calculator-border.gif') repeat-x top left;
}
#calculator .bottom {
	background: url('../images/calculator-border.gif') repeat-x bottom left;
}
#calculator .top, #calculator .bottom {
	height: 7px;
}
#calculator .top div, #calculator .bottom div {
	background: url('../images/calculator-star.gif') no-repeat;
	width: 7px; height: 7px;
	position: absolute;
	overflow: hidden;
}
#calculator .top .left {
	background-position: -7px -7px;
}
#calculator .top .right {
	background-position: 0 -7px;
}
#calculator .bottom .left {
	background-position: -7px 0;
}
#calculator .bottom .right {
	background-position: 0 0;
}
#calculator .wrapper {
	background: url('../images/calculator-border-vertical.gif') repeat-y top left;
}
#calculator .wrapper .wrapper {
	background: url('../images/calculator-border-vertical.gif') repeat-y top right;
}
#calculator .wrapper .wrapper .body {
	padding: 3px 10px;
}
#calculator input {
	width: 50%;
	margin-right: 5px;
}
#calculator h2 {
	font-size: 15px;
	line-height: 17px;
	font-weight: normal;
	margin-bottom: 5px;
}
#calculator ul {
	margin-top: 15px;
	list-style-type: none;
	font-weight: bold;
	font-size: 12px;
	line-height: 20px;
}
#calculator li {
	clear: both;
	width: 100%;
}
#calculator strong {
	float: left;
}
#calculator span {
	float: right;
	font-weight: normal;
}

#about {
	position: relative;
	clear: both;
	margin: 0 50px;
	background: url('../images/arrow-bottom.gif') no-repeat top center;
}
#about .short {
	width: 30%;
	padding-top: 60px;
	color: #333333;
	font-size: 16px;
	line-height: 18px;
}
#about .short p {
	margin-bottom: 9px;
}
#about .short img {
	position: relative;
	left: -30px;
	margin-bottom: 7px;
}
#about .limit {
	width: 150px;
	position: absolute;
	left: 50%; top: 20px;
	margin-left: -100px;
	text-align: center;
	line-height: 15px;
}
#about .limit h3 {
	font-size: 15px;
	margin-bottom: 5px;
}
#about .limit p {
	font-size: 12px;
}
#about .long {
	margin-top: 60px;
}
#about .long p {
	color: #333333;
	font-size: 12px;
	line-height: 15px;
	margin-bottom: 15px;
	margin-left: 10px;
}
#about .long .left p {
	margin-left: 0;
	margin-right: 10px;
}

#footer {
	color: #333333;
	clear: both;
	font-size: 12px;
}
#footer .wide_column {
	margin-top: 10px;
	padding-top: 15px;
	padding-bottom: 40px;
	border-top: #d91d2f 1px solid;
}
#footer .copyright {
	float: left;
	font-weight: bold;
}
#footer .justbenice {
	float: right;
}

.chart {
	position: absolute;
	left: 60%; top: 120px;
	width: 180px;
	height: 180px;
}
.chart .label {
	position: absolute;
	left: -110px; top: 60px;
	width: 120px;
}
.chart_label {
	position: absolute;
	font-size: 10px;
	color: #333333;
}

.span_reserve{
    color: #333333;
    font-size: 16px;
    font-weight: bold;
    margin: 7px;
}
