div.border-top {
	background: 0% 0% repeat-x url('images/border-top.gif');
}

span.large {
	font-size: 14px;
}

div.lcol {
    width: 470px;
    float: left;
    padding-right: 10px;
}

div.rcol {
    width: 400px;
    float: left;
}

div.choose {
    height: 36px;
}

div.choose .item, div.choose .item-selected{
    float: left;
    width: auto;
}

div.choose .item div.left{
    float: left;
    width: 3px;
    height: 36px;
    background: 0% 100% no-repeat url('images/choose-left.gif');
}

div.choose .item div.right{
    float: left;
    width: 3px;
    height: 36px;
    background: 0% 100% no-repeat url('images/choose-right.gif');
}

div.choose .item div.back{
    float: left;
    width: auto;
    height: 30px;
    background: 0% 100% repeat-x url('images/choose-back.gif');
    line-height: 30px;
    padding: 6px 30px 0px 30px;
}

div.choose .item-selected div.left{
    float: left;
    width: 3px;
    height: 36px;
    background: 0% 100% no-repeat url('images/choose-left-selected.gif');
}

div.choose .item-selected div.right{
    float: left;
    width: 3px;
    height: 36px;
    background: 0% 100% no-repeat url('images/choose-right-selected.gif');
}

div.choose .item-selected div.back{
    float: left;
    width: auto;
    height: 36px;
    background: 0% 100% repeat-x url('images/choose-back-selected.gif');
    line-height: 36px;
    padding: 0px 30px;
}

div.choose .item-selected a, div.choose .item-selected a:hover{
    color: #ffffff;
    font-weight: bold;
}

div.choose a{
    text-decoration: none;
    font-weight: bold;
}

div.choose a:hover{
    text-decoration: none;
    color: #000000;
}

div.frame table {
	margin-bottom: 15px;
}

div.frame table td {
	vertical-align: middle;
    font-size: 18px;
    line-height: 22px;
    padding: 15px 0px;
}

div.block-content .tm {
	padding-top: 15px;
}

div.block-content .button_orange_gr input {
	width: 200px;
}

div.frame ul {
	margin: 0px;
    padding: 0px;
    padding-top: 15px;
    list-style: none;
}

div.frame ul li {
    padding-bottom: 2px;
    padding-left: 20px;
    margin: 0px;
    list-style: none;
    background: 0% 8px no-repeat url('images/list.gif');
}

div.frame ul li.title {
    font-weight: bold;
    background: none;
}

div.auth-register-form {
    width: 450px;
    float: right;
    color: #666666;
    padding-top: 5px;
}

div.auth-register-form .button_small_orange_gr {
    margin-top: -2px;
}

div.auth-register-form .button_small_orange_gr input {
    width: 55px;
}

div.auth-register-form input.text {
    width: 100px;
    background-color: #ffffff;
    border:1px solid #bcbcbc;
	color: #bcbcbc;
	font-family: Arial;
	font-size: 14px;
	margin: 0px;
}

div.auth-register-form .rm {
    padding-right: 8px;
}

div.auth-register-form .tm {
    margin-top: -8px;
}
