/* 
    Document   : style
    Created on : Nov 25, 2011, 4:43:30 PM
    Author     : ankitp
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

#coupon_iframe{
    margin: auto;
    width: 810px;
}
#coupon_iframe #coupont_parent{
    margin-left: 200px;

}
#coupon_iframe .coupn_lable{
    color:#3B5998;
    margin-bottom:20px;
    float:left;

}
#coupon_iframe .coupn_code{
    border:1px none solid;
    border-radius:10px 10px 10px 10px;
    background-color:#F2DAB6;
    float:left;
    width:160px;
    text-align:center;
    margin-top: 15px;
    line-height: 55px;
    font-weight:bold;
    font-size:34px;
    color: #000000;
}
#vid_bgcolor{margin-top: 0px;background-color: #FFFFFF}
#vid_main-wrapper{ width:810px !important;margin: auto;background-color: #FFFFFF}
#vid-content{margin: 0 auto 50px auto;width:810px;background-color: #FFFFFF}
#vid_youtube{margin:auto;}