.asmBorderedTextBox{
    padding-left: 2px;
    padding-right: 2px;
    padding-top: 1px;
    padding-down: 1px;
    background: #FFF;
    border: 1px solid #d9d9d9;
    display: block;
    float:center;
    font-size: 11px;
    font-family: Tahoma, Verdana, Arial, Sans-Serif;
    font-color: #d9d9d9;
    width: 20px;
    height: 14px;
}

.asmCommandLink {
	color: #0000FF;
	font-size: 11px;
	font-family: Tahoma, Verdana, Arial, Sans-Serif;
}

.iceSelInpDateInput {
	color: #red;
	width: 50px;
	font-weight: bold;
	font-size: 12px;
}

.asmPopUpTitle {
	color: #333333;
	font-size: 14px;
	font-family: Tahoma, Verdana, Arial, Sans-Serif;
	font-weight: bold;
}

.asmButton {
	color: #333333;
	font-size: 11px;
	font-family: Tahoma, Verdana, Arial, Sans-Serif;
	font-weight: bold;
}

.asmButton :disabled {
    color: #333333;
    font-size: 11px;
    font-family: Tahoma, Verdana, Arial, Sans-Serif;
    font-weight: bold;
}

.asmTableSelectedRow {
    color: red;
    font-size: 11px;
    font-family: Tahoma, Verdana, Arial, Sans-Serif;
    font-weight: bold;
}
.asmTableDataRow {
	color: #333333;
	font-size: 11px;
	font-family: Tahoma, Verdana, Arial, Sans-Serif;
	font-weight: bold;
}

.asmTextLabelBig {
    color: #333333;
    font-size: 14px;
    font-weight: bold;
    font-family: Tahoma, Verdana, Arial, Sans-Serif;
}

.asmTextLabel {
	color: #333333;
	font-size: 12px;
	font-weight: bold;
	font-family: Tahoma, Verdana, Arial, Sans-Serif;
}

.asmTextLabelSmall {
    color: #333333;
    font-size: 11px;
    font-weight: bold;
    font-family: Tahoma, Verdana, Arial, Sans-Serif;
}
h1 {
	font-family: Tahoma;
	font-size: 25px;
	margin-top: 25px;
	line-height: 50%
}

h4 {
	font-family: Tahoma;
	font-size: 13px;
	color: #333333;
	font-weight: bold;
	margin-top: 5px;
	line-height: 100%
}

li {
	list-style-image: url('img/spisok.gif');
	font-family: Tahoma;
	font-size: 12px;
	color: #333333
}

li#prim {
	list-style-image: url('img/spisok1.gif');
	font-family: Tahoma;
	font-size: 12px;
	color: #333333
}

a {
	font-family: Tahoma;
	font-size: 12px;
	color: #0099FF;
	text-decoration: none
}

a:hover {
	font-family: Tahoma;
	font-size: 12px;
	color: #666666;
	text-decoration: underline
}

form {
	margin-bottom: 0px;
}