table {
	margin-left: 10px;
	margin-top: 7px;
    background: #fdfdfd; /* Цвет фона таблицы */
    border: 1px solid #888 !important; /* Рамка вокруг таблицы */
    font:normal 12px Verdana, Geneva, sans-serif;
	width: 200px;
	height: 300px;
	text-align:center;
}

input[type=text],
input[type=password] {
    -moz-border-radius:2px;
    -webkit-border-radius:2px;
    border-radius:2px;
    border: 1px solid #D5D5D5;    
    color: #5F5F5F;
	margin-top: 3px;
	padding: 4px;
	font-size: 13px;
    margin-left:10px;
}

#send_numb{
	border-right: 1px solid #aaa;
}

#byk_numb{
	border-right: 1px solid #aaa;
}

#korova_numb{
}

.top_4,.top_5{
	border-right: 1px solid #fff;
}

.top_1,.top_2{
	border-right:  1px solid #ccc;
}

input[type=button],input[type=reset]{
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    border: 1px solid #ccc;
    border-radius:3px;
    background: #fff;
    color: #707070;
    cursor:pointer;
    font-size: 11px;
    font-weight: bold;
    padding: 5px 12px;
}

input[type=button]:hover,input[type=reset]:hover,input[type=submit]:hover {
    background:#F2F2F2;
}

input[type=text]{
	width: 40px;
	size: 4;
}

#vls{
	height: 75px;
	text-align: center;
	background: #fff;
	border-bottom: 1px solid #999;
}

#around_game{
	width: 220px;
	height: 420px;
	margin-left: 370px;
	margin-top: 50px;
	background: #f7f7f7;
	border: 1px solid #999;
}
