.large_text {
	font-size: 3.0em;
	}

.medium_text {
	font-size: 2.0em;
	}

.b-popup{
   
    overflow:hidden;
    position:fixed;
    top:0px;

}
.b-popup .b-popup-content{
    margin:400px auto 0px auto; 
    width:400px;
    height: 40px;
    padding:10px;
    background-color: #c5c5c5;
    border-radius:5px;
    box-shadow: 0px 0px 10px #000;
}


.tg  
{
border: 1px solid CornflowerBlue;
border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -khtml-border-radius: 10px;

border-collapse: separate;
border-spacing:0;
width:100%;
}
.tg  td, .tg  th {
  padding: 10px;
  border-left: 1px solid;
  border-top: 1px solid;
}
.tg  th {
  background: #fff5d7;
  border-top: none;
}
.tg  td:first-child, .tableR th:first-child {
  border-left: none;
}

/* из-за background */

.tg  th:first-child {
  border-top-left-radius: 10px;
}
.tg  th:last-child {
  border-top-right-radius: 10px;
}



.buttonpurshare
{
display: inline-block;
background: url("/templates/demodizzy/images/button.png") no-repeat 0 0px;
width: 167px;
height: 41px;
line-height: 42px;
text-align: center;
font-weight: bold;
text-decoration: none;
}