.fancybox-inner {
    height: auto !important;
}
#popup .title {
    font-size: 20px;
    margin-bottom: 20px;
}
#popup p {
    margin: 5px 0;
}
#popup a {
   color: #0088CC;
}
#popup .hint {
    max-width: 600px;
}
#popup .hint li{
    margin: 5px 0;
}
#popup .hint li:before{
    content: "- ";
}
#popup .hint.danger {
    color: #D30F0F;
    border-top: 1px dotted #ffb5b5;
    border-bottom: 1px dotted #ffb5b5;
    margin: 5px 0 !important;
}
#popup form .row {
     margin: 5px 0;  
}
#popup form .row .row {
     margin-top: 0px;  
}
#popup textarea {
    width: 100%;
}                                                                                                                                             
#popup h1 {
    width: auto !important;
}
#popup h4 {
    margin: 10px 0 0 0;
}
#popup input.captcha {
    width: 150px;
}
#popup .left {
    margin-right: 5px;
}
#popup .label {
    width: 160px;
    display: block;
    font-weight: bold;
}
#popup .warning-info {
    color: #D30F0F;
    border-top: 1px dotted #ffb5b5;
    border-bottom: 1px dotted #ffb5b5;
    margin: 5px 0 !important;
    padding: 5px 0;
}
#popup hr {
    height: 0px;
    background: none;
    border-bottom: 1px dotted #e9e9e9 !important;
    border: none;
    margin: 5px 0;
}

.delete-small-button {
    background-color:#e41717;
    opacity: 0.3;
    border-radius: 20px;
    padding: 0 0 0 5px;
    line-height: 13px;
    color: #FFFFFF;
    display: inline-block;
    font-size: 13px;
    height: 16px;
    width: 16px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
}
.delete-small-button:hover {
    opacity: 0.7;
    cursor: pointer;
}

#popup input.small{
    width: 50px !important;
    min-width: 50px !important;
}

.popup-add-article {
    width: 282px;
}
.popup-pre-add-article {
    width: 515px;
}
.popup-pre-add-article {
    color: #7E7E7E;
}
.popup-pre-add-article ul {
    margin: 15px 0 10px 0;
    color: #222;
}
.popup-pre-add-article  ul li:before {
    content: "-";
}
.popup-pre-add-article ul li:first-child:before {
    content: none !important;
}
.popup-pre-add-article ul li:first-child {
    font-weight: bold;
}

.popup-upload-file {
    min-width: 190px;
}
.popup-upload-file .ButtonsSwf {
    width: 188px;
}

#popup #popup-rate-hardware textarea#Comment {
    min-width: 100% !important;
    max-width: 100% !important;
    width: 100% !important;
    margin-bottom: 10px;
    margin-top: 5px;
}

.about-position-popup {
    max-width: 900px;
}
p{
     text-indent: 1.5em;
}

#popup .sucess-paiyed {    
    border: 1px dotted #a1cea1;
    padding: 10px;
    text-align: center;
    font-weight: bold;
    margin: 20px 0;
    color: #31A531;
}


.about-raiting-info {
    max-width: 900px;
}
.about-raiting-info ol{
    list-style: decimal !important;
    padding: 0 0 0 20px;
}