﻿/*@import url('reset.css');
@import url('slider.css');
@import url('sprites.css');*/
body {
    margin: 0px;
    background-color: #d3c499;
}

.wrapper1000 {
    width: 1000px;
    margin: 0 auto;
}

.chakravyuh-top {
    background-image: url('../images/Chakravyuh-movie_top-BG.jpg');
    background-repeat: no-repeat;
    background-position: center bottom;
    height: 507px;
}
.question{
	color: #5f5839;
	font-family: arial;
	font-size: 22px;
}
label{
	font-family: arial; 
	font-size: 18px;
	margin-right: 10px;
}
.chakravyuh-bottom {
    background-image: url('../images/Chakravyuh-movie_bottom_BG.jpg');
    background-repeat: no-repeat;
    height: 678px;
    background-position: center bottom;
    position: relative;
}

a.aajtak-logo, .poll, .video, .play-icon, .close, .photo, .story, .photo-icon {
    background-image: url('../images/sprites.png');
    background-repeat: no-repeat;
}

a.aajtak-logo {
    text-decoration: none;
    display: block;
    background-position: -506px 0px;
    width: 154px;
    height: 154px;
    text-indent: -111111px;
}

.left-area {
    width: 495px;
}



    .left-area .poll {
        background-position: 0px -110px;
        width: 228px;
        height: 35px;
        margin: 0px 20px 20px 10px;
    }

.video {
    background-position: -232px -110px;
    width: 275px;
    height: 35px;
    margin: 30px 20px 20px 10px;
}

.photo {
    background-position: -672px -0px;
    width: 305px;
    height: 35px;
    margin: 0px 20px 20px 10px;
}

.story {
    background-position: -672px -40px;
    width: 310px;
    height: 35px;
    margin: 20px 20px 10px 10px;
}

.play-icon {
    background-position: -94px 0px;
    height: 34px;
    width: 34px;
    display: block;
    position: absolute;
    bottom: 7px;
    right: 3px;
}

.photo-icon {
    background-position: -248px -45px;
    height: 34px;
    width: 34px;
    display: block;
    position: absolute;
    bottom: 7px;
    right: 3px;
}

.left-area .poll-area {
    font: normal 14pt / 17pt Tahoma;
    color: #5f5839;
    margin: 20px 20px 20px 10px;
    min-height: 60px;
}

.left-area .video-area {
    margin-left: 10px;
}

.right-area .photo-area {
    margin-left: 10px;
}

.left-area .video-area > a {
    text-decoration: none;
    margin-right: 15px;
    display: inline-block;
    position: relative;
}

    .left-area .video-area > a img {
        border: none;
    }

.right-area .photo-area > a {
    text-decoration: none;
    margin-right: 15px;
    display: inline-block;
    position: relative;
}

    .right-area .photo-area > a img {
        border: none;
    }

.right-area {
    width: 495px;
}

    .right-area .stories {
        margin: 10px 20px 20px 10px;
    }

        .right-area .stories ul {
            margin: 0px;
            padding: 0px 0px 0px 20px;
            list-style-image: url(../images/story-icon.gif);
        }

            .right-area .stories ul li a {
                text-decoration: none;
                color: #000;
                line-height: 26px;
                font-size: 14px;
            }

                .right-area .stories ul li a:hover {
                    color: #e30627;
                }

    .right-area .livechat {
        margin: 20px 0 20px 10px;
    }

        .right-area .livechat img {
            border: none;
        }

.fl {
    float: left;
}

.fr {
    float: right;
}

.clearfx {
    clear: both;
}

.clearfx10 {
    clear: both;
	height: 10px;
}

.clearfx15 {
    clear: both;
    height: 15px;
}

.clearfx170 {
    clear: both;
    height: 170px;
}

.footer {
    /*position: absolute;*/
    bottom: 10px;
}

.popup {
    display: none;
    position: fixed;
    top: 30%;
    left: 30%;
}

    .popup .close {
        background-position: -240px 0px;
        height: 42px;
        width: 42px;
        display: block;
        position: absolute;
        top: -15px;
        right: -15px;
        text-indent: -111111px;
    }

    .popup .bground {
        background: rgba(255,255,255, 0.5);
    }

    .popup .popup-wrapper {
        padding: 15px;
        width: 400px;
        height: 200px;
        background-color: #fff;
        border: solid 1px #808080;
        border-radius: 10px;
        overflow: hidden;
        border: 4px solid #D6D6D6;
        box-shadow: 3px 3px 6px #666666;
    }
