/*********** FONTS *******
@font-face {
	font-family: "ptsans";
	src: url("http://goldenmines.biz/fonts/ptsans.ttf");
	font-size: 13px;
}
****/
@import "../import/ptsans.css";
@import "../import/lobster.css";



.overlay {
    background-color: rgba(0, 0, 0, 0.6);
    bottom: 0;
    cursor: default;
    left: 0;
    opacity: 0;
    position: fixed;
    right: 0;
    top: 0;
    visibility: hidden;
    z-index: 1;

    -webkit-transition: opacity .5s;
    -moz-transition: opacity .5s;
    -ms-transition: opacity .5s;
    -o-transition: opacity .5s;
    transition: opacity .5s;
}
.overlay:target {
    visibility: visible;
    opacity: 1;
}
.popup {
    background-color: #fff;
    border: 3px solid #fff;
    display: inline-block;
    left: 50%;
    opacity: 0;
    padding: 5px 30px;
    position: fixed;
    text-align: justify;
    top: 40%;
    visibility: hidden;
    z-index: 10;

    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);

    background: none repeat scroll 0 0 #E9CB98;
    border: 5px solid #785B37;
    border-radius: 10px;
    box-shadow: 1px 1px 1px 2px #303030 inset, 2px 2px 1px 1px #303030;

    -webkit-transition: opacity .5s, top .5s;
    -moz-transition: opacity .5s, top .5s;
    -ms-transition: opacity .5s, top .5s;
    -o-transition: opacity .5s, top .5s;
    transition: opacity .5s, top .5s;
}
.overlay:target+.popup {
    top: 50%;
    opacity: 1;
    visibility: visible;
}
.close {
    background-color: rgba(0, 0, 0, 0.8);
    height: 30px;
    line-height: 30px;
    position: absolute;
    right: 0;
    text-align: center;
    text-decoration: none;
    top: -15px;
    width: 30px;

    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    border-radius: 15px;
}
.close:before {
    color: rgba(255, 255, 255, 0.9);
    content: "X";
    font-size: 24px;
    text-shadow: 0 -1px rgba(0, 0, 0, 0.9);
}
.close:hover {
    background-color: rgba(58, 126, 38, 0.8);
}





body { margin:0px; padding:0px; font-family: "PTSansRegular"; background-color:#F9F3DD; background: url(../img/cotton.jpg);}
img { border:0px; }
.clr { clear:both; }
a{
color: #4251FF;
}
.generalpage{margin-bottom:40px;}
ul.general {
font-size: 25px;list-style:none;
line-height:25px;
color: #75b0d5;
color: #C88B30;
text-shadow:1px 1px 1px rgba(0,0,0,0.3);
width: 630px;
padding: 0 0 0 50px;
}

ul.general .first{display:block;  margin-bottom:30px;}
ul.general .second{display:block; margin-bottom:30px;}
ul.general .third{display:block;  margin-bottom:30px;}
ul.general .fourth{display:block; margin-bottom:30px;} 
ul.general a{color: #75b0d5; color: #C88B30;
text-shadow:1px 1px 1px rgba(0,0,0,0.3);
transition: all 0.8s ease 0s;
}
ul.general a:hover {
text-shadow: 0px 0px 10px #C88B30;
	transition: all 0.8s ease 0s;
	}

.points
{
	display:block;
	width:35px;
	border: 0px solid red;
	float:left;
	font-size:35px;
	font-weight:bold;
	color:#F6E9B2;
	margin-top:6px;
	text-shadow: 0px 0px 3px rgba(0,0,0,0.9),
             0px 1px 3px rgba(0,0,0,0.2),
             0px 2px 6px rgba(0,0,0,0.2);
}

input[type="submit"], input[type="reset"], input[type="button"], .button{
background: #efefef;
border: 1px solid #707070;
border-radius: 2px;
color: #222;
margin: 8px 0px 5px 0px;
	padding:3px 0px 3px 0px;
	cursor:pointer;
	width: 100px;
	
	border: 1px solid #447314;
   background: #6aa436;
   background: -webkit-gradient(linear, left top, left bottom, from(#8dc059), to(#6aa436));
   background: -webkit-linear-gradient(top, #8dc059, #6aa436);
   background: -moz-linear-gradient(top, #8dc059, #6aa436);
   background: -ms-linear-gradient(top, #8dc059, #6aa436);
   background: -o-linear-gradient(top, #8dc059, #6aa436);
   background-image: -ms-linear-gradient(top, #8dc059 0%, #6aa436 100%);
   -webkit-border-radius: 7px;
   -moz-border-radius: 7px;
   border-radius: 7px;
   -webkit-box-shadow: rgba(255,255,255,0.4) 0 1px 0, inset rgba(255,255,255,0.4) 0 1px 0;
   -moz-box-shadow: rgba(255,255,255,0.4) 0 1px 0, inset rgba(255,255,255,0.4) 0 1px 0;
   box-shadow: rgba(255,255,255,0.4) 0 1px 0, inset rgba(255,255,255,0.4) 0 1px 0;
   text-shadow: #addc7e 0 1px 0;
   color: #31540c;
}



input[type="submit"]:hover, input[type="reset"]:hover, input[type="button"]:hover, .button:hover {
text-shadow: #31540c 0 1px 0;
   border: 1px solid #447314;
   background: #8dc059;
   background: -webkit-gradient(linear, left top, left bottom, from(#6aa436), to(#6aa436));
   background: -webkit-linear-gradient(top, #6aa436, #8dc059);
   background: -moz-linear-gradient(top, #6aa436, #8dc059);
   background: -ms-linear-gradient(top, #6aa436, #8dc059);
   background: -o-linear-gradient(top, #6aa436, #8dc059);
   background-image: -ms-linear-gradient(top, #6aa436 0%, #8dc059 100%);
   text-shadow: #addc7e 0 1px 0;
   color: #31540c;
}
.stn:link, .stn:visited { color: #609143; text-decoration: none; font-weight: bold; }
.stn:active, .stn:hover { color: #d77906; text-decoration: none; }

.stn-sort:link, .stn-sort:visited { color: #FFFFFF; text-decoration: none; font-weight: bold; }
.stn-sort:active, .stn-sort:hover { color: #000000; text-decoration: none; }



/*############# WRAPPERS #############*/
.wrap { width:1335px; border:0px solid black; margin:0 auto; background: url(../img/wrapback.png) 183px -12px no-repeat; padding-top:100px; min-height:1300px; position:relative;  z-index:100; }
#arroundwrapper {
width: 1500px;
z-index: 0;
position: absolute;
left: 50%;
height: 800px;
top: 0;
margin-left: -750px;
background: url(http://goldenmines.biz/img/leftback.png) 0px 450px no-repeat;
}
/*############# HEADER #############*/
.header { width:100%; }

.logo {

width: 152px;
height: 95px;
margin-left: 35px;
}

.hd-menu {
float: left;
list-style: none;
font-family: "PTSansRegular";
margin: 67px 0px 70px 174px;
width: 950px;
}

.hd-menu li  {
display: block;
float: left;
margin: 0px 15px 0px 0px;
width: 134px;
text-align: center;
}

.hd-menu a {
	text-decoration:none;
	 color: #e9cb98; font-weight:bold;text-shadow: 1px 1px 1px #303030,
	0px 0px 5px #FFDD00;
        filter: dropshadow(color=#000000, offx=1, offy=1);
		transition: all 0.8s ease 0s;
}

.hd-menu a:hover {
	text-shadow: 0px 0px 10px #FFF74A;
	color:#FFF74A !important;
	transition: all 0.8s ease 0s;
}

.sprite-icon {
	background: url(http://goldenmines.biz/img/sprite-icon.png) no-repeat;
	width:500px;
	height:500px;
}

/*############# CONTENT #############*/
.content {  width:100%; margin-top:10px;padding-left: 30px; }
.cl-left { width:325px; float:left; border:0px solid black; margin-left:20px; padding-top:20px;}
.cl-right { width:750px; float:left; padding:20px 0px 0px 150px; border:0px solid black; }

.h-title {
width:250px;
	height:16px;
	color:#222;
	font-family: "PTSansRegular";
	text-align:center;
	margin:7px 0px 0px 0px;
}

.autoriz {
padding-bottom: 7px;
border-radius: 10px;
background: #E9CB98;
border: 5px solid #785B37;
width:250px;
margin:0 auto;
box-shadow: 1px 1px 1px 2px #303030 inset, 2px 2px 1px 1px #303030, 0 0 40px #8BB951;
}

input[type="text"], input[type="password"], .lg {
	background: none;
	border: 1px solid #8d8d8d;
	border-radius:2px;
	background: url(../img/inpt.png) repeat-x;
	width:200px;
	height:24px;
	padding:0px 0px 0px 10px;
	margin:3px 0px 0px 0px;
}



.lg:hover {

}

.ps {
	background: none;
	border: 1px solid #8d8d8d;
	border-radius:2px;
	background: url(../img/inpt.png) repeat-x;
	width:200px;
	height:24px;
	padding:0px 0px 0px 10px;
	margin:3px 0px 0px 0px;
}

.ps:hover {

}

.btn_in {
background: #efefef;
border: 1px solid #707070;
border-radius: 2px;
color: #222;
margin: 8px 0px 5px 0px;
padding: 3px 0px 3px 0px;
cursor: pointer;
width: 60px;
}

.btn_reg {
	text-decoration:none;
background: #efefef;
border: 1px solid #707070;
border-radius: 2px;
color: #222;
margin: 8px 0px 5px 0px;
	padding:3px 0px 3px 0px;
	cursor:pointer;
	width:100px;
}

a.rs-ps { color:#f77827; text-decoration:none;  font-size:14px; }
a.rs-ps:hover { text-decoration:underline; }
.profmenu {
background: url(../img/m_1.png) no-repeat;
background-position:0 -2px;
width: 196px;
margin: 0 auto;
height: 147px;
line-height: 33px;
text-align: center;
font-size: 18px;
padding-top: 4px;
color:#E9CB98;
background-color:rgba(139,185,81,0.45);
border-radius:20px;
box-shadow:0px 0px 30px #8BB951

}

.profmenu a{
	text-shadow: 1px 1px 1px #303030,
	0px 0px 10px #FFDD00;
	color:#E9CB98!important;
	transition: all 0.8s ease 0s;
}

.profmenu a:hover {
	text-shadow: 0px 0px 10px #FFF74A;
	color:#FFF74A !important;
	transition: all 0.8s ease 0s;
}

.prof-title{
	padding-top:4px;

	color: #F5AC23;
	font-weight:bold;
	text-shadow: 1px 1px 1px #303030,
	0px 0px 6px #FFDD00;
}
.secondprofmenu {
background: url(../img/m_2.png) no-repeat;
width: 196px;
margin: 0 auto;
height: 154px;
line-height: 33px;
text-align: center;
font-size: 18px;
padding-top: 12px;
background-color:rgba(139,185,81,0.45);
border-radius:20px;
box-shadow:0px 0px 30px #8BB951
}
.secondprofmenu a{
	height:32px;
	text-shadow: 1px 1px 1px #303030,
	0px 0px 10px #FFDD00;
	color:#E9CB98!important;
	transition: all 0.8s ease 0s;
}

.secondprofmenu a:hover {
	text-shadow: 0px 0px 10px #FFF74A;
	color:#FFF74A !important;
	transition: all 0.8s ease 0s;
}

.thirdprofmenu {
background: url(../img/m_5.png) no-repeat;
width: 196px;
margin: 0 auto;
height: 218px;
line-height: 33px;
text-align: center;
font-size: 18px;
padding-top: 12px;
background-color:rgba(139,185,81,0.45);
border-radius:20px;
box-shadow:0px 0px 30px #8BB951
}
.thirdprofmenu a{
	height:32px;
	text-shadow: 1px 1px 1px #303030,
	0px 0px 10px #FFDD00;
	color:#E9CB98!important;
	transition: all 0.8s ease 0s;
}

.thirdprofmenu a:hover {
	text-shadow: 0px 0px 10px #FFF74A;
	color:#FFF74A !important;
	transition: all 0.8s ease 0s;
}

#blink1 
{ -webkit-animation: blink1 3s linear infinite; animation: blink1 3s linear infinite; font-weight:bold;} 
@-webkit-keyframes blink1 
{ 
	0% { color: #fff74a; } 
	50% { color: #ff0000; } 
	100% { color: #fff74a; } 
} 
@keyframes blink1 
{ 
	0% { color: #fff74a; } 
	50% { color: #ff0000; } 
	100% { color: #fff74a; }  
}

.lastprofmenu {
background: url(http://goldenmines.biz/img/126.png) no-repeat;
width: 186px;
margin: 0 auto;
height: 79px;
line-height: 33px;
text-align: center;
font-size: 18px;
padding-top: 4px;
}

#slavelink {
	width:52px;
	height:168px;
	background:url(../img/link.png) no-repeat;
	position:fixed;
	top:60%;
	left:-17px;
}

#slavelink:hover {
	left:-10px;	
}

.promo {
	background: url(../img/promo.png) no-repeat;
	margin-left:-50px;
	margin-top:50px;
	width:800px;
	height:532px;
}

.promo1 {
	width:800px;
	height:60px;
	padding-top:110px;
	font-size:30px;
	color:#fff;
	text-align:center;
	font-weight:bold;
	text-shadow: 
			0px 0px 2px #000,
			0px 2px 3px rgba(0,0,0,0.8),
             0px 4px 6px rgba(0,0,0,0.6),
             0px 9px 13px rgba(0,0,0,0.6),
			 0px 0px 10px #fff;
}

.promo2 {
	height:60px;
	font-size:30px;
	color:#fff;
	font-weight:bold;
	text-shadow: 
			0px 0px 2px #000,
			0px 2px 3px rgba(0,0,0,0.8),
             0px 4px 6px rgba(0,0,0,0.6),
             0px 9px 13px rgba(0,0,0,0.6),
			 0px 0px 10px #fff;
	padding:27px 0 0 60px;
	text-align:left;
	width:740px;
}

.promo2 img {
	width:50px;
	margin-top:-20px; 
	position:absolute;
	margin-left:-25px;
}

.promo2 span {
margin:30px 40px 0px 40px;	

}

.promo3 {
	height:60px;
	font-size:30px;
	color:#fff;
	font-weight:bold;
	text-shadow: 
			0px 0px 2px #000,
			0px 2px 3px rgba(0,0,0,0.8),
             0px 4px 6px rgba(0,0,0,0.6),
             0px 9px 13px rgba(0,0,0,0.6),
			 0px 0px 10px #fff;
	padding:33px 0 0 60px;
	text-align:left;
	width:740px;
}

.promo3 img {
	width:70px;
	margin-top:-18px; 
	position:absolute;
	margin-left:-35px;
}

.promo3 span {

margin:30px 40px 0px 40px;	

}

.promo4 {
	height:60px;
	font-size:30px;
	color:#fff;
	font-weight:bold;
	text-shadow: 
			0px 0px 2px #000,
			0px 2px 3px rgba(0,0,0,0.8),
             0px 4px 6px rgba(0,0,0,0.6),
             0px 9px 13px rgba(0,0,0,0.6),
			 0px 0px 10px #fff;
	padding:8px 0 0 60px;
	text-align:left;
	width:740px;
}

.promo4 img {
	width:70px;
	margin-top:-13px; 
	position:absolute;
	margin-left:-35px;
}

.promo4 span {
margin:30px 40px 0px 40px;	

}

.balance {
background: url(../img/m_3.png) no-repeat;
width: 196px;
margin: 0 auto;
height: 103px;
line-height: 33px;
text-align: center;
font-size: 16px;
background-color:rgba(139,185,81,0.45);
border-radius:20px;
box-shadow:0px 0px 30px #8BB951
}
.bal-title{
	padding-top:3px;
line-height: 26px;
color: #F5AC23;
	font-weight:bold;
	text-shadow: 1px 1px 1px #303030,
	0px 0px 6px #FFDD00;
}
.prof-title{
height: 25px; line-height: 18px;
font-style: oblique;
}
.statistic {
height: 175px;
border-radius: 10px;
padding-bottom:25px;
margin: 0 auto;
margin-top:20px;
width:250px;
background: #E9CB98;
border: 5px solid #785B37;
box-shadow: 1px 1px 1px 2px #303030 inset, 2px 2px 1px 1px #303030, 0 0 40px #8BB951;
}
 .stat {
height: 165px;
background: #E9CB98;
border: 5px solid #785B37;
border-radius: 10px;padding-bottom: 7px;
margin: 0 auto;
margin-top:20px;
width:250px;
box-shadow: 1px 1px 1px 2px #303030 inset, 2px 2px 1px 1px #303030, 0 0 40px #8BB951;
}

.st-lf { position: absolute;float:left; margin:0px 0px 0px 0px; }
.st-rg  { padding: 0 140;
float: left;
margin: 5px 0px 0px 0px;
}

.line {
	margin:15px 0px 0px 17px;
}

.line-st {
	border: 2px solid #785B37;
	border-radius:5px;
width: 93px;
height: 19px;
color: #f77827;
text-align: center;
margin: 10px 0px 0px 145px;
padding: 2px 0px 0px 0px;
background-color:#C5B290;
line-height: 17px;
color: #3F6E18;
    text-shadow: 1px 1px 1px #6DAB33;
}

.st-time {
margin: 20px 0px 0px 65px;
}

.wim {
	background: url(http://goldenmines.biz/img/small-inpt.png) repeat-x;
	width:229px;
	height:34px;
	border:1px solid #b6b6b6;
	border-radius:10px;
	text-align:center;
	font-size:20pt;
	padding:10px 0px 0px 0px;
	margin:0px 0px 0px 190px;
}

.wim-block {
	margin:10px 0px 0px 67px;
}

.wim-lf {
	background: url(http://goldenmines.biz/img/man-1.jpg) no-repeat;
	width:125px;
	height:129px;
	float:left;
}

.wim-ctr {
	width:220px;
	float:left;
	color:#0a5200;
	font-size:19pt;
	text-align:center;
	margin:0px 5px 0px 5px;
}

.wim-ctr-in {
	background: url(http://goldenmines.biz/img/arrows.jpg) no-repeat;
	width:117px;
	height:63px;
	margin:10px 0px 10px 50px;
}

.wim-rg {
	background: url(http://goldenmines.biz/img/man-2.jpg) no-repeat;
	width:130px;
	height:131px;
	float:left;
}

.garant-bk {
	width:200px;
	float:left;
	margin:5px 0px 0px 0px;
	text-align:center;
	color:#0a5200;
	font-size:15pt;

}

i {
	display:block;
	background:url(http://goldenmines.biz/img/garant-sprite.jpg);
	width:171px;
	height:155px;
	margin-left:15px;
}

.cntrl-ps  {
background: url(../img/payment.png) no-repeat;
width: 186px;
height: 120px;
margin-left: 33px;
margin-top: 10px;
}

s {
	display:block;
	background:url(http://goldenmines.biz/img/paysitem-sprite.png);
	width:57px;
	height:46px;
	float:left;
}

.acc-title {
	background: url(../img/title.png) no-repeat;
	width:247px;
	height:41px;line-height: 62px;
	text-align:center;
	font-family: Arial;
	font-style:oblique;
	font-weight:normal;
	font-size:16px;
	color:#252525;
	margin-left:45px;
	color: #F5AC23;
	font-weight:bold;
	text-shadow: 1px 1px 1px #303030,
	0px 0px 6px #FFDD00;
	z-index:999;
	position:relative;
	box-shadow:0 -10px 60px -10px #8BB951;
	background-color:rgba(139, 185, 81, 0.28);
	border-top-right-radius:25px;
	border-top-left-radius:25px;
}

.field-gr a {
	color:#222;
	text-decoration:none;
	font-size:18px; position:relative; display:block;
}



.field-rd a {
	color:#222;
	text-decoration:none; position:relative; display:block;
	font-size:18px;
	
}

.field-ar {
margin-right:13px;
height:28px;
border:0px solid red;
}

.field-ar-text {
	border:0px solid green;
	float:right;
	height:25px;
	margin:0;
	display:block;
	color:#FF9600;
	font-size:12px;
	width:78px; 
	text-align:left;
	color: #E9CB98 !important;
    text-shadow: 1px 1px 1px #303030, 0 0 10px #FFDD00;
}

.field-ar a, .field-ar a {
	color:#7ea57b;
	text-decoration:none;
	font-size:14px;
	font-family: Segoe UI;
	float:right;
	border:0px solid blue;
	height:25px;
	width:85px;
	margin-right:6px;
	text-align:right;
}
/*
.red a  {
	color:#FF0000 !important;
	text-shadow: 1px 1px 1px #303030, 0 0 10px #FF5e00 !important;
}

.red a:hover {
	color:#FF8600 !important;
	text-shadow: 1px 1px 1px #303030, 0 0 15px #FF9600 !important;
}
*/
.red a span {
position: absolute;
top: 2;
right: -5px;
font-size: 11px;
line-height: 11px;
color:#FF5100;
font-weight:bold;
text-shadow: 0px 0px 8px #FFF74A, 1px 1px 1px #2A2A2A;
}



.kupit a{text-align:center;}
.sklad a{text-align:center;}
.prod a{text-align:center;}
.fr-block {
background-color:#C5B290;
width: 450px;
height: 150px;
margin: 20px auto 20px;
border: 0px solid #936F43;
border-radius: 10px;
box-shadow: 1px 1px 1px 2px #303030 
}



.fr-block img {
	margin:10px 0px 0px 15px;
	height:130px;
}

.fr-title {
	color:#7ea57b;
	font-size:18px;
}

.cl-fr-lf {
	float:left;
	text-align:center;
	width:100px;
}

.cl-fr-rg {
	float:left;
	margin: 10px 0px 0px 5px;
}

hr {
color:#785B37;	
height:2px;
border:none;
box-shadow: 1px 1px 0px rgba(0,0,0,0.5);
background-color:#785B37;
}

.fr-te-gr { color:#3F6E18;
text-shadow:1px 1px 0px #6DAB33;
font-weight:bold; }
.fr-te-gr-title { color:#633600; font-weight:700; margin-bottom:10px; font-size:18px; 
text-shadow: 0px 0px 3px #E9E0D1;}
.fr-te-gr-item{
	color:#000000;
text-shadow: none;	
}
a.sm-btn {
	display:block;
	cursor:pointer;
	font-size: 12px;
	font-weight: 700 !important;
	margin: 0px 5px 8px 0px;
	padding: 0px 14px;
	border-radius: 10px;
	box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.400), 1px 1px 1px rgba(0, 0, 0, 0.102);
	display: inline-block;
	line-height: 26px;
	text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.298);
	background: linear-gradient(to bottom, #88BDFF 0px, #60A7FF 100%) transparent;
	border: 1px solid #3E8FF4;
	color: #2B63A8 !important;
	text-decoration:none;
}

a.sm-btn:hover { opacity:0.8; }


input.sm-btn {
	display:block;
	cursor:pointer;
	font-size: 12px;
	font-weight: 700 !important;
	margin: 0px 5px 8px 0px;
	padding: 0px 14px;
	border-radius: 10px;
	box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.400), 1px 1px 1px rgba(0, 0, 0, 0.102);
	display: inline-block;
	line-height: 30px;
	text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.298);
	background: linear-gradient(to bottom, #88BDFF 0px, #60A7FF 100%) transparent;
	border: 1px solid #3E8FF4;
	color: #2B63A8 !important;
	text-decoration:none;
}

input.sm-btn:hover { opacity:0.8; }

.silver-bk {
background: #E9CB98;
border: 5px solid #785B37;
width: 540px;
border-radius: 10px;
margin: 0px 0px 0px 0px;
padding: 25px 30px;
color: #222;
box-shadow:inset 1px 1px 1px 2px #303030,
2px 2px 1px 1px #303030,
0 0 70px #8BB951;
margin-bottom:80px;
}

.s-bk-lf {
	margin-left:150px;
}

.sm-line {
	float:left;
	margin:5px 0px 5px 10px;
	font-size:16px;
	font-weight:bold;
}

.sm-line-nt {

	margin:5px 0px 5px 0px;
	font-size:14px;

}

.sm-line-ed {

	color:#3F6E18;
	text-shadow: 1px 1px 0 #6DAB33;
	font-size:20px !important;

}

.sm-line-nt img {
border: 0px solid #cdcdcd;
border-radius: 10px;
padding: 2px 8px;

vertical-align: -13px;
width: 95px;
}

.sm-line img {
border: 0px solid #cdcdcd;
border-radius: 10px;
padding: -15px 8px;

vertical-align: -43px; margin-right:25px;
width:105px !important;
}

.m-tb {
	background: #76593c;
	color:white;
}

table { border:none; }

td {
	margin-right:5px;
}

.bs-py {
	border: 1px solid #8d8d8d;
	border-radius:10px;
	background: url(http://goldenmines.biz/img/inpt-hov.png) repeat-x;
	width:115px;
	height:24px;
	color:#f77827;
	text-align:center;
	margin:0px 0px 0px 0px;
	padding:3px 0px 0px 0px;
}

.out-my {
	background: none;
	border: 1px solid #8d8d8d;
	border-radius:10px;
	background: url(../img/inpt.png) repeat-x;
	width:187px;
	height:24px;
	padding:0px 0px 0px 10px;
	margin:1px 0px 0px 0px;
}

.out-my:hover {
	background: url(http://goldenmines.biz/img/inpt-hov.png) repeat-x;
	width:187px;
	height:24px;
}

.chatbox
{
    width: 550;
    height: 200;
    padding-top: 5px;
    border: solid rgba(197, 188, 188, 0);
    border-bottom: solid 1 rgb(207, 194, 194);

}

.author
{
    font-size: 18;

    width: 105;

}

.ava
{
    border: 3px solid #cdcdcd;
border-radius: 10px;
width: 100;
height: 100;
position: absolute;
 margin: 20 0;
}

.text
{
width: 410;
word-wrap: break-word;
text-align: center;
margin: 0 125;
position: absolute;

}

.date
{
   /* position: absolute;        */
    margin: 158 0 0 425;
    border: solid 1 rgb(196, 196, 196);

}

#payout {

	    background-color: #9b754f;
    border-radius: 5px 5px 0 0;
    color: white;
    display: block;
    float: right;
    font-size: 14px;
    font-style: unset;
    margin-right: 3px;
    padding: 2px 8px;
    margin-top: 8px;
}

/*############# FOOTER #############*/
.footer {
	margin-top:50px;
}

.htt:hover {background-color:#ccffcc;}


.a-recaptcha {
    border: 1px solid #999;
    border-radius: 3px;
    height: 46px;
    margin-left: 76px;
    margin-top: -42px;
    overflow: hidden;
    width: 134px;
}

.g-recaptcha {
    margin-left: -2px;
    margin-top: -12px;
}

#recap4a {
	display: none;
}

#payblock1, #payblock2 {
    background-color: #ebe2cf;
    border: 2px solid #785b37;
    border-radius: 8px 8px 0 0;
    box-shadow: 1px 1px 2px 0 #303030;
    float: left;
    height: 343px;
    margin: 15px 4px;
    overflow: hidden;
    width: 288px;
}

#payblock1 form, #payblock2 form {
	font-size: 13px;
    margin: 8px;
}

.metod {
    background-color: #cab083;
    border-top: 1px solid #8d8f91;
    color: green;
    font-size: 16px;
    height: 280px;
    line-height: 25px;
    margin-top: -2px;
    padding: 0;
    text-align: center;
    text-shadow: 0 0 2px #c1ebb7;
}

#res_sum5 {
    display: block;
    text-align: right;
    width: 100%;
}

.paybtn {
	float: right;
    font-size: 13px !important;
    margin: 6px 0 0 0 !important;
    padding: 0 !important;
    width: 86px !important;
}

.pb-head {
    background-color: #755c3a;
    color: #edad3c;
    padding: 5px;
    text-align: center;
    text-shadow: 1px 1px 1px #303030, 0 0 6px #ffdd00;
}