@import url(lightbox.css);

body{
    background-position: 0 -270px;
}

#content{
    margin-top: 100px;
}

#cform{
    margin-top: 25px;
}

#cform table{
    direction: rtl;
}

#cform td{
    text-align: right;
    padding: 0px 5px;
}

#cform .inp{
    padding: 5px;
    width: 200px;
    background-color: #550d0d;
    color: #fff;
}

#cform .inpbt{
    width: 100px;
    border-width: 1px;
}

.msg{
    margin: 10px 0px;
    padding: 10px 10px;
    border: 1px solid black;
}

.images{
    width: 620px;
}

.images .img{
    width: 155px;
    height: 155px;
    float: left;
    margin-bottom: 5px;
    position: relative;
}

.images img{
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -70px 0px 0px -70px;
}