/* -------------------------------
BODY STYLES
----------------------------------*/

* {
  margin: 0;
  padding: 0;
}

body {
  color: #333;
  background:#f0f0f0 url(images/bk_body.png) repeat-x;
  font-family:Arial, Helvetica, sans-serif;
  font-size:13px;
  line-height:135%;
}

/*----------------------------------------------------
BASIC HTML ELEMENTS STYLES
------------------------------------------------------*/

a {
	color:#1FA2E1;
	text-decoration:none;
}

a:hover {
  text-decoration: underline;
}

a:focus {
	outline:none;
}

h1 {
	font-size:26px;
	letter-spacing:-1px;
	font-weight:normal;
	padding:10px 0 12px;
	line-height:100%;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
}

h1.home {
	color:#1FA2E1;
	font-size:30px;
}

h1 a {
	color:#333;
	text-decoration:none;
}

h1 a:hover {
	color:#1FA2E1;
	text-decoration:none;
}

h2,h3 {
	font-size:22px;
	font-weight:normal;
	font-style:italic;
	letter-spacing:-1px;
	padding:5px 0;
} 

h3{
	font-size:17px;
	font-weight:bold;
}


ul {
	list-style:none;
}

p {
	margin:10px 0;
}

/* -------------------------------
LAYOUT STRUCTURE
----------------------------------*/

#wrapper {
	width:960px;
	margin:0 auto;
}
#header {
	position:relative;
	height:185px;
	background:url(images/bk_header.jpg) 0 51px no-repeat;
}

#content {
	padding:25px 0;
}

#content #colLeft {
	float:left;
	width:670px;
	margin-right:10px;

}

#content #colRight {
	float:left;
	width:280px;
	
}

#footer {
	background:#000 url(images/bk_footer.jpg) 0 0 repeat-x;
	padding-top:20px;
	padding-bottom:25px;
	margin-top:15px;
	min-width:960px;
}

#footerInner {
	width:960px;
	margin:0 auto;
	color:#797979;
}

#copyright {
	border-top:1px solid #1E1E1E;
	background:#111;
	min-width:960px;
}

#copyrightInner {
	width:960px;
	margin:0 auto;
	font-size:11px;
	color:#515151;
	padding:20px 0;
	position:relative;
}


/* -------------------------------
HEADER ELEMENTS
----------------------------------*/

/* TopMenu */

.ddsmoothmenu {
	position:absolute;
	left:0;
	top:6px;
	border-right:1px solid #2F2F2F;
}

.ddsmoothmenu ul li {
	float:left;
}

.ddsmoothmenu ul li a{
	display:block;
	color:#ccc;
	text-decoration:none;
	border-left:1px solid #2F2F2F;
	height:42px;
	line-height:42px;
	text-transform:uppercase;
	font-size:11px;
	padding:0 12px;
}

.ddsmoothmenu ul li a:hover {
	color:#FFFFFF;
	background:url(images/bk_top_hover.png) 50% 0 no-repeat;
}

/* TopMenuRight */

#topMenuRight {
	position:absolute;
	right:0;
	top:6px;
}

#topMenuRight ul li {
	float:left;
}

#topMenuRight ul li a{
	display:block;
	color:#ccc;
	text-decoration:none;
	height:42px;
	line-height:42px;
	font-size:11px;
	padding:0 8px;
	background:url(images/list_red_bullet.png) 1px 50% no-repeat;
}

#topMenuRight ul li a:hover {
	color:#FFFFFF;
}

/* Logo */

#logo {
	position:absolute;
	left:0;
	top:76px;
}

#logo img {
	border:none;
}

#logo span {
	display:block;
	padding-left:5px;
	padding-top:5px;
	text-transform:uppercase;
	color:#999999;
	font-size:12px;
}

/* Social Links */

#socialLinks {
	position:absolute;
	right:0;
	top:75px;
	background:url(images/bk_social_links.png) 0 50% no-repeat;
	padding-left:155px;
	height:42px;
}

#socialLinks a{
border-bottom: 1px dashed #000080;
text-decoration: none;
}


#links a{
border-bottom: 1px dashed #000080;
text-decoration: none;
}




/*----------------------------
FOOTER ELEMENTS
------------------------------*/

#footer h2 {
	font-weight:bold;
	color:#ccc;
	font-size:18px;
}

#footerInner {
	overflow:hidden;
	padding-bottom:10px;
}

#footerInner .boxFooter {
	float:left;
	width:290px;
	padding-right:30px;
}

#footerInner .last {
	padding-right:0;
}

#footerInner h2 {
	font-size:20px;
	border-bottom:1px solid #292929;
	padding:7px 0;
	margin-bottom:7px;
}

#footerInner .boxFooter ul li {
	padding:5px 6px 5px 18px;
	border-bottom:1px solid #292929;
	background:url(images/star.png) 0 8px no-repeat;
	color:#986123;
	font-size:10px;
	font-style:italic;
}

#footerInner .boxFooter ul li br {
	line-height:5px;
}

#footerInner .boxFooter ul li a {
	text-decoration:none;
	color:#515151;
	font-size:13px;
	font-style:normal;
}

#footerInner .boxFooter ul li a:hover {
	color:#ccc;
}

#site5bottom {
	position:absolute;
	right:0;
	top:25px;
	font-size:9px;
}

#site5bottom img {
	border:none;
}

#site5bottom a {
	display:block;
	width:90px;
	height:26px;
	color:#272727;

}


/*----------------------------
LEFTCOL ELEMENTS
------------------------------*/

.postBox {
	margin-bottom:10px;
}

.postBoxTop {
	height:5px;
	width:668px;
	background:url(images/bk_box_top.png) 0 0 no-repeat;

}

.postBoxBottom {
	height:5px;
	width:668px;
	background:url(images/bk_box_bottom.png) 0 0 no-repeat;
}

.postBox .postBoxMid {
	padding:0 5px;
	background:url(images/bk_box_mid.png) 0 0 repeat-y;
}

.postBox .postBoxMid p{
	line-height:145%;
}

.postBox .postBoxMid img {
	border:none;
}


.postBox .postBoxMidInner {
	padding:20px 40px;
	position:relative;
}

.postBox .first {
	background:url(images/bk_box_mid_inner.jpg) 0 0 no-repeat;
}

.postBoxMid .category {
	background:url(images/star.png) 0 50% no-repeat;
	padding:0 0 0 20px;
	text-transform:uppercase;
	font-size:11px;
	line-height:100%;
	color:#ccc;
	font-weight:bold;
	
}

.postBox .postBoxMid .date {
	background:url(images/bk_date.png) 0 0 no-repeat;
	width:62px;
	height:89px;
	left:-34px;
	top:13px;
	text-align:center;
	position:absolute;
	font-size:11px;
	color:#C5ECFC;
	padding-top:17px;
}

.postBox .postBoxMid .date span.day {
	font-size:24px;
	font-weight:bold;
	text-shadow:1px 1px #157EC4;
	color:#fff;
}

.postBox .postBoxMid .textPreview {
	float:left;
	width:350px;
	margin-top:15px;

}

.postBox .postBoxMid .textPreview p{
	margin-top:0;
	
}	

.postBox .postBoxMid .postThumb{
	float:left;
	margin:15px 25px 25px 0;
	width:201px;
	overflow:hidden;
}

.postBox .postBoxMid .postThumb img{
	border:none;
	background:#F0F0F0;
	padding:10px;
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
}

.postBox .postBoxMid .postMeta {
	border-top:1px solid #E2E2E2;
	padding-top:20px;
	margin-top:25px;
	clear:left;
	overflow:hidden;
}

.postBox .postBoxMid .postMeta .more-link {
	display:block;
	background:url(images/ico_readmore.png) 0 0 no-repeat;
	padding:3px 0;
	padding-left:35px;
	font-size:14px;
	font-weight:bold;
	float:left;
	
}

.postBox .postBoxMid .postMeta .metaRight {
	float:right;
}

.postBox .postBoxMid .postMeta .metaRight img {
	vertical-align:middle;
	margin-left:20px;
}

.postBox .postBoxMid .postMetaSingle {
	border-bottom:1px solid #E2E2E2;
	padding:5px 0 15px;
	margin-bottom:20px;
}

.postBox .postBoxMid .postMetaSingle img {
	vertical-align:middle;
}

.postBox .postBoxMid .postCredentials {
	background:#F8F8F8;
	border-top:3px solid #E2E2E2;
	border-bottom:3px solid #E2E2E2;
	padding:20px 40px 15px;
	margin-right:2px;
	overflow:hidden;
	text-shadow:1px 1px #fff;
}

.postBox .postBoxMid .postCredentials p {
	font-size:12px;
	color:#666;
	margin:0.6em 0;

}

.postBox .postBoxMid .postCredentials img {
	float:left;
	margin-right:10px;
	padding:4px;
	background:#fff;
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
}

.postBox .postBoxMid .postCredentials #authorDetails {
	clear:both;
	padding-top:15px;
	overflow:hidden;
	border-top:1px solid #ddd;
}

.postBox .postBoxMid .postCredentials #authorDetails img {
	margin-bottom:15px;
}

/* POST SOCIAL SHARE */

.postBox .postBoxMid .postCredentials .social {
	margin:0 0 10px;
	padding-bottom:10px;
	border-bottom:1px solid #ddd;
}

.postBox .postBoxMid .postCredentials .social a:hover img {
	margin-top:-4px;	
}

.postBox .postBoxMid .postCredentials .social img {
	border:none;
	vertical-align:middle;
	float:none;
	background:none;
	padding:0;
	margin-right:5px;
}

.postBox .postBoxMid .postCredentials .social strong {
	padding-right:20px;	
}

.postBox .postBoxMid .postTags {
	font-size:13px;	
	background:url(images/ico_tag.png) 0 50% no-repeat;
	padding-left:24px;
	margin:25px 0 0;
}


/* RELATED POSTS */

#content #colLeft .relatedPosts {
	margin-left:-25px;
}

#content #colLeft .relatedPosts li {
	display:block;
	border-top:1px solid #ddd;
	padding:15px 0;
	width:275px;
	float:left;
	margin-left:25px;
	font-weight:bold;
	background:none;
}	

#content #colLeft .relatedPosts li img {
	float:left;
	padding:5px;
	background:url(images/bk_thumbs.jpg) 0 0 no-repeat;
	margin:0 10px 0 0;
}

#content #colLeft .relatedPosts li span {
	font-size:11px;
	color:#999;
}

#archive-title {
	font-size:14px;
	padding:3px 0 15px;
}

blockquote {
	border-left:1px dashed #aaa;
	padding-left:20px;
	margin:20px 0 15px 20px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	background:url(images/bk_blockquote.jpg) 90% 0 no-repeat;
}

#content #colLeft ul li, #content #colLeft ol li  {
	padding:5px 0 5px 15px;
	background:url(images/bullet_list.png) 0 9px no-repeat;
}

#content #colLeft ul {
	margin:0 0 15px 15px;
}

#content #colLeft ol li {
	background:none;
	padding-left:0;
}

#content #colLeft ol {
	margin:0 0 15px 35px;
}

/* PAGINATION */

.emm-paginate {padding:10px 0; overflow:hidden;}
.emm-paginate a {background:url(images/bk_pagenavi.jpg) 0 100% repeat-x; border:1px solid #ddd; color:#666; margin-right:5px; padding:4px 8px; text-align:center; text-decoration:none;}
.emm-paginate .emm-title {color:#555; margin-right:4px;}
.emm-paginate .emm-gap {color:#999; margin-right:4px;}
.emm-paginate a:hover, .emm-paginate a:active, .emm-paginate .emm-current {color:#fff; background:#18AEF5; border:1px solid #0A95D8; margin-right:5px; padding:4px 8px;}
.emm-paginate .emm-page {}
.emm-paginate .emm-prev, .emm-paginate .emm-next {}


/* --------------------------------
RIGHTCOL ELEMENTS
-----------------------------------*/

.rightBox {
	margin-bottom:10px;
}

.rightBoxTop {
	height:5px;
	width:280px;
	background:url(images/bk_box_top_right.png) 0 0 no-repeat;

}

.rightBoxBottom {
	height:5px;
	width:280px;
	background:url(images/bk_box_bottom_right.png) 0 0 no-repeat;
}

.rightBox .rightBoxMid {
	padding:50px 20px 25px;
	background:url(images/bk_box_mid_right.png) 0 0 repeat-y;
	position:relative;
}

.rightBox .rightBoxMidSearch {
	padding:6px 10px 5px;
	background:url(images/bk_box_mid_right.png) 0 0 repeat-y;
	overflow:hidden;
}

.rightBox .rightBoxMid h2 {
	font-size:14px;
	font-weight:bold;
	letter-spacing:0;
	color:#fff;
	text-transform:uppercase;
	display:block;
	background:url(images/bk_h2_right.png) 0 0 no-repeat;
	width:284px;
	height:39px;
	position:absolute;
	top:6px;
	left:-2px;
	padding:13px 15px 0 20px;
}

.rightBox .rightBoxMid ul li{
	padding:5px 0;
	border-bottom:1px solid #E2E2D8;
}

/* Latest Tweet */

#twitter {
	margin-left:4px;
}

#twitter #twitter_update_list {
	background:url(images/bk_twitter_box_top.png) 0 0 no-repeat;
	padding:3px 15px 0;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	font-style:italic;
	line-height:125%;
	color:#666;
}

#twitter #twitter_update_list li{
	list-style-type:none;
	padding-top:10px;
}

#twitter #bottom {
	height:36px;
	background:url(images/bk_twitter_box_bottom.png) 0 0 no-repeat;
	padding-left:63px;
	padding-top:45px;
	font-weight:bold;
}

/* ADS */

.rightBox .rightBoxMidAds{
	padding:6px 0;
	background:url(images/bk_box_mid_right.png) 0 0 repeat-y;
	position:relative;
}

.rightBox .rightBoxMidAds div div {
	margin:0 0 6px 5px;
	float:left;
}

.rightBox .rightBoxMidAds div div a img {
	border:1px solid #D8D8D8;	
}

.rightBox .rightBoxMidAds a.advertise {
	display:block;
	padding:0 10px 6px 15px;
	clear:both;
	font-weight:bold;
}

/* COMMENTS
-----------------------------------*/

h2.h2comments {
	display:block;
	background:url(images/ico_comments.png) 0 50% no-repeat;
	padding:10px 0 15px 40px;
	font-weight:bold;
}

h2.h2comments a.addComment {
	display:block;
	width:151px;
	height:30px;
	background:url(images/but_addcomment.png) 0 0 no-repeat;
	text-transform:uppercase;
	color:#fff;
	text-align:center;
	float:right;
	font-size:12px;
	margin-top:-7px;
	padding-top:8px;
	font-weight:bold;
}

h2.h2comments a.addComment:hover {
	text-decoration:none;
}

h2#commentsForm {
	margin:0;
	padding-top:0;
}

#content #colLeft ul.commentlist {
	list-style:none;
	list-style-position:outside;
	display:block;
	margin:20px 0;
	border-top:3px solid #E5E8EA;
	border-bottom:2px solid #E5E8EA;
	padding:0;
}

#content #colLeft ul.commentlist ul {
	list-style-type:none;
	list-style-position:outside;
	margin:0;
}

#content #colLeft ul.commentlist li {
	padding:0 0 20px 40px;
	position:relative;
	border-bottom:1px solid #E5E8EA;
	margin-top:25px;
	background:none;
}

#content #colLeft ul.commentlist li p{
	font-size:13px;
	margin:10px 0;
}

#content #colLeft ul.commentlist li .comment-meta, #content #colLeft ul.commentlist li .text  {
	margin-left:20px;	
}

#content #colLeft ul.commentlist li .comment-meta span {
	font-size:11px;
	color:#999;
}

#content #colLeft ul.commentlist li .comment-meta {
	font-size:16px;
}


#content #colLeft ul.commentlist li .avatar {
	background:#fff;
	padding:1px;
	border:4px solid #eee;
	position:absolute;
	left:0;
	top:0;
}

#content #colLeft ul.commentlist .reply {
	position:absolute;
	right:0;
	top:0;
	width:46px;
	height:21px;
	background:url(images/bk_link_reply.png) 0 0 no-repeat;
	text-align:center;
	font-size:10px;
	text-indent:-9999px;
}

#content #colLeft ul.commentlist .reply a {
	color:#FFF;
	display:block;
	width:46px;
	height:21px;
}


#content #colLeft ul.commentlist li .children li {
	margin-top:15px;
	padding-top:15px;
	border-top:1px solid #E5E8EA;
	border-bottom:none;
	overflow:hidden;
	padding-bottom:0;
}

#content #colLeft ul.commentlist li .children li .avatar {
	top:15px;
}

#content #colLeft ul.commentlist li .children li .reply {
	top:15px;
}



/* --------------------------------
FORMS
-----------------------------------*/




#searchform input {
	border:1px dashed #CDCDCD;
	border-right:none;
	width:169px;
	background:none;
	padding:8px 10px 7px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	color:#666666;
	font-style:italic;
	float:left;
	margin-top:1px;
}

#searchform input.submit {
	width:70px;
	height:39px;
	background:url(images/bk_but_search.jpg) 0 0 no-repeat;
	border:none;
	padding:0;
	margin-top:-2px;
}

/* COMMENTS F0RM */

#commentform p {
	margin:0;
}

#commentform label {
	display:block;
	padding:5px 0;
}

#commentform input[type="text"],select, #commentform textarea {
	border:1px solid #ddd;
	padding:8px;
	width:300px;
	margin-bottom:10px;
   -moz-border-radius:4px;
   -webkit-border-radius:4px;
}

#commentform input:focus, #commentform textarea:focus {
	border:1px solid #0099FF;
}


#commentform textarea {
	width:560px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
}

#commentform input#submit{
	border:none;
	width:151px;
	height:30px;
	margin-top:10px;
	cursor:pointer;
	background:url(images/but_addcomment.png) 0 0 no-repeat;
	color:#FFF;
	font-weight:bold;
	font-size:12px;
	padding:0;
}


input#submit{
	border:none;
	width:151px;
	height:30px;
	margin-top:10px;
	cursor:pointer;
	background:url(images/but_addcomment.png) 0 0 no-repeat;
	color:#FFF;
	font-weight:bold;
	font-size:12px;
	padding:0;
}

/* Contact Form */

#contact label {
	display:block;
	padding:5px 0;
}

#contact input, #contact textarea {
	border:1px solid #ddd;
	padding:8px;
	width:300px;
	margin-bottom:10px;
   -moz-border-radius:4px;
   -webkit-border-radius:4px;
}


#contact textarea {
	width:560px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
}

#contact input.submit{
	border:none;
	width:151px;
	height:30px;
	margin-top:10px;
	cursor:pointer;
	background:url(images/but_addcomment.png) 0 0 no-repeat;
	color:#FFF;
	font-weight:bold;
	font-size:12px;
	padding:0;
}

.errormsg, .successmsg{
	background:#FEF4F1;
	border:1px solid #F7A68A;
	color:#DA4310;
	padding:10px;
	-moz-border-radius:4px;
   -webkit-border-radius:4px;
}

.successmsg {
	background:#F5FAF1;
	border:1px solid #C2E1AA;
	color:#8FA943;
	-moz-border-radius:4px;
   -webkit-border-radius:4px;
}

/* -------------------------------
CLEARING
----------------------------------*/

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  overflow: hidden;
  float: none;
}

.clearfix { 
  display: block;  
}


/* Hide from IE-mac \*/
* html .clearfix { float: left; height: 1%; }
/* End hide from IE-mac */

.adsense { padding: 5px 0px 0px 5px; }

#commentlist {
background: #fff;
padding: 10px 10px 10px 10px;

}



.btn {
    -moz-border-bottom-colors: none;
    -moz-border-image: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #F5F5F5;
    background-image: -moz-linear-gradient(center top , #FFFFFF, #E6E6E6);
    background-repeat: repeat-x;
    border-color: #E6E6E6 #E6E6E6 #B3B3B3;
    border-radius: 4px 4px 4px 4px;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
    color: #333333;
    cursor: pointer;
    display: inline-block;
    font-size: 13px;
    line-height: 18px;
    margin-bottom: 0;
    padding: 4px 10px;
    text-align: center;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    vertical-align: middle;
}


.btn-primary, .btn-primary:hover, .btn-warning, .btn-warning:hover, .btn-danger, .btn-danger:hover, .btn-success, .btn-success:hover, .btn-info, .btn-info:hover, .btn-inverse, .btn-inverse:hover {
    color: #FFFFFF;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.btn-success {
    background-color: #5BB75B;
    background-image: -moz-linear-gradient(center top , #62C462, #51A351);
    background-repeat: repeat-x;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}
.btn-success:hover, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {
    background-color: #51A351;
}
.btn-success:active, .btn-success.active {
}
.btn-info {
    background-color: #49AFCD;
    background-image: -moz-linear-gradient(center top , #5BC0DE, #2F96B4);
    background-repeat: repeat-x;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}
.rate {float:right; 
font-size: 18px;
font-weight: bold;
color: #2a337c;
background:url(http://itbym.ru/images/like.png) no-repeat;
height:32px;
width:32px;
padding-left: 32px;
padding-top: 7px;
cursor:pointer;
}


.rate_s {float:right; 
font-size: 18px;
font-weight: bold;
color: #2a337c;
background:url(http://itbym.ru/images/like_s.png) no-repeat;
height:32px;
width:32px;
padding-left: 32px;
padding-top: 7px;
cursor:pointer;
}


	 #message{
border: 1px solid red;
padding: 10px;
background: #e3e3e3;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
width: 600px
	}
	
	
	.tt { background: white; border-bottom:4px solid #eee;
border-right:4px solid #eee;
padding-bottom:15px;
padding-top:15px;
padding-right:15px;
padding-left:15px;
background:white;

  border: 1px solid #eee;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px; }
  
  
.ll {
color: #333;
text-decoration: underline;
}


#reg_forma  input[type="text"],select,textarea {
	border:1px solid #ddd;
	padding:8px;
	width:300px;
	margin-bottom:10px;
   -moz-border-radius:4px;
   -webkit-border-radius:4px;
}

.inputz {
	border:1px solid #ddd;
	padding:3px;
	width:135px;
   -moz-border-radius:4px;
   -webkit-border-radius:4px;

}

#commentform input:focus, #commentform textarea:focus {
	border:1px solid #0099FF;
}
#reg_forma input:focus, #commentform textarea:focus {
	border:1px solid #0099FF;
}

#reg_forma textarea {
	width:560px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
}


.comment {

z-index:10;
    display : none;
    
}
 #er{
		width: 430px; 
		margin:5px 0px; 
		padding: 5px;
		border: gray dashed 1px;
		background: pink; 
		display:none;		
	}
	 #er2{
		width: 430px; 
		margin:5px 0px; 
		padding: 5px;
		border: gray dashed 1px;
		background: pink; 
		display:none;		
	}
	 #ers{
		width: 430px; 
		margin:5px 0px; 
		padding: 5px;
		border: gray dashed 1px;
		background: pink; 
		display:none;		
	}
	
	#blck_register input[type="text"],input[type="password"] {
	font-size:14px;
	display:block;
	margin:0px;
	width:300px;
	box-sizing:border-box;
	border:1px solid #d9d9d9;
	padding:0px;
	color:#3b3b3b;
	line-height:27px;
	height: 27px;
	text-indent: 5px;
}


#blck_register {
width: 550px; 
position: fixed; 
left: 40%;
margin-left: -140px; 
	padding: 10px 10px 15px;
	clear:both;
	overflow:auto;
	border: 10px solid #eee;
z-index:15;
background: white;
display:none;
}


.buttons input {
		font-size: 12px;
    padding: 0px 10px;
    background-color: #eeeeee !important;
  	*background-color: #e1e1e1 !important;
    color: #282828 !important;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    text-shadow: 0 1px 0px rgba(255, 255, 255, 0.8);
	  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 1); /* , 0 1px 1px rgba(0, 0, 0, 0.2); */
	  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 1); /* , 0 1px 1px rgba(0, 0, 0, 0.2); */
	  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 1); /* , 0 1px 1px rgba(0, 0, 0, 0.2); */
	  background-image: -ms-linear-gradient(top, #eeeeee, #e1e1e1);
	  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#eeeeee), to(#e1e1e1));
	  background-image: -webkit-linear-gradient(top, #eeeeee, #e1e1e1);
	  background-image: -o-linear-gradient(top, #eeeeee, #e1e1e1);
	  background-image: linear-gradient(top, #eeeeee, #e1e1e1);
	  background-image: -moz-linear-gradient(top, #eeeeee, #e1e1e1);
	  background-repeat: repeat-x;
	  border: 1px solid #d9d8d8;
	  *border: 0;
	  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	  border-color: #d9d8d8 #cccbcb #aeaeae;
	  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#eeeeee', endColorstr='#e1e1e1', GradientType=0);
	  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none;
    cursor: pointer;
    font-family:  arial, sans-serif;
    font-weight: normal;
    text-decoration: none;
    height:26px;
    line-height: 26px;
    display: inline-block;
    vertical-align: middle;
    margin: 0;
}

.buttons button:hover,
.buttons a.button:hover,
.buttons input:hover {
   background-color: #fcfcfc !important;
   *background-color: #e8e8e8 !important;
   background-image: -ms-linear-gradient(top, #fcfcfc, #e8e8e8);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fcfcfc), to(#e8e8e8));
  background-image: -webkit-linear-gradient(top, #fcfcfc, #e8e8e8);
  background-image: -o-linear-gradient(top, #fcfcfc, #e8e8e8);
  background-image: linear-gradient(top, #fcfcfc, #e8e8e8);
  background-image: -moz-linear-gradient(top, #fcfcfc, #e8e8e8);
  background-repeat: repeat-x;
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#fcfcfc', endColorstr='#e8e8e8', GradientType=0);
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
  text-decoration: none;
}


#scroller{
    position: fixed;    
    /** позиция кнопки scroll to top **/
    bottom: 30px;   
    /** картинка кнопки наверх**/
    background: transparent url('/images/arrows1.png') no-repeat left top;  
	width:50px; /* изменяем: ширина картинки */
	height:70px; /* изменяем: высота кнопки - половина высоты картинки */
    cursor: pointer;
	left: 85%;
    /** скрываем кнопку в начале **/
    display:none;
}

#scroller:hover{
	background-position:0 -76px;
}




.fixed {
 position: fixed;
 top: 10px; /*здесь указываем отступ сверху*/
 z-index: 9999; /*устанавливаем блок поверх всех элементов на странице*/
}

.fileinput-button {
  position: relative;
  overflow: hidden;
}
.fileinput-button input {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  opacity: 0;
  -ms-filter: 'alpha(opacity=0)';
  font-size: 200px;
  direction: ltr;
  cursor: pointer;
}

/* Fixes for IE < 8 */
@media screen\9 {
  .fileinput-button input {
    filter: alpha(opacity=0);
    font-size: 100%;
    height: 100%;
  }
}
