.popup_container {
    border: 1px solid #777777;
    width: 610px;
    background: #FFFFFF;
    direction: rtl;
}
.popup_container .sub_title {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 5px;
}
.popup_container .inner_container {
    padding: 10px;
}
.popup_container td {
    vertical-align: top;
}
.popup_container .title_container {
    position: relative;
    left: 10px;
    margin-bottom: 10px;
}
.popup_container .title_container .title {
    left: 0;
    padding: 0;
}
.popup_container .title_container img {
    position: relative;
    top: 1px;
}
.popup_container .parameters_container {
    overflow:auto;
	height: 350px;
	padding-right: 10px;
	_padding-right: 0;
	margin-bottom:10px;
}
.popup_container .separator {
    width: 10px;
    height: 5px;
    font-size: 4px;
}
.popup_container .row_separator {
    height: 5px;
    font-size: 4px;
}

.popup_container input {
    width: 130px;
	height: 21px;
	margin-bottom: 10px;
}
.popup_container select {
    width: 130px;
	height: 21px;
	margin-bottom: 10px;
	_position: relative;
	_top:1px;
}
.popup_container textarea {
    height: 70px;
	margin-bottom: 10px;
}
.popup_container .long {
    width: 555px;
}
.popup_container .checkbox {
    height: auto;
	position: relative;
    top: 0;
}
.popup_container .transparent {
    position: relative;
    top: 2px;
}
.popup_container .loader {
	float: right;
}

.popup_container .disabled {
	text-decoration: line-through;
}
