th{
font-weight:bold;
color:#323232;
border-color:#acacac;
}

.main_page
{
	background:url("../img/background.jpg") repeat-x scroll center bottom #E6ECED;
	color:#545454;
	font-family:Arial,Helvetica,sans-serif;
	height:300px;
}

.menu
{
	border:none;
}
.button
{
	background:url('../img/center_bg.jpg') repeat-x scroll 0 0;
	height:38px;
	padding-left:7px;
	padding-right:7px;
	text-align:center;
	font-size:14px;
/*	border-right:1px solid #acacac;*/
}
.button_press
{
        background:url('../img/center_bg.jpg') repeat-x scroll 0 0;
        height:38px;
        padding-left:7px;
        padding-right:7px;
	font-weight:bold;
	text-align:center;
	font-size:13px;
/*      border-right:1px solid #acacac;*/
}

.left_corner
{
	background:url('../img/left_bg.jpg')repeat-x scroll 0 0;
        height:38px;
	width:7px;
}

.right_corner
{
        background:url('../img/right_bg.jpg') repeat-x scroll 0 0;
        height:38px;
        width:7px;
}

.tariff_table td
{
	width:200px;
	color:#434343;
	padding:5px;
	border-color:#acacac;
}

.cabinet_caption
{
	font-weight:bold;
}

/*button{
	width:250px;
	height:100px;
	background:none;
	border:none;
}*/
.payment_button{
	display:inline-block;
	height:103px;
}
.demudiv_button{
    border: 1px solid #acacac;
    padding: 10px;
    background: #fff;
    border-radius: 5px;
    box-shadow: 1px 1px 3px 0px;
    cursor:pointer;
}
.demudiv_button:hover{
    box-shadow: inset 1px 1px 3px 0px;
}
