﻿.example-panel
{
    width: 749px;
    height:266px;
    margin: 10px 0 0 68px;
    background: transparent url('Img/background.jpg') no-repeat 0 0;
    position:relative;
}

.video-form,
.login-form
{
    list-style:none;
    position:absolute;
    top: 88px;
    width:260px;
    padding:0;
    margin:0;
}
.video-form
{
    left: 75px;
}
.login-form
{
    left: 440px;
}

.video-form label,
.login-form label
{
    float:left;
    width: 75px;
    margin-top:4px;
    color: #fff;
}

.validator
{
    /*margin: 4px 0 4px 75px;*/
    color: #700000 !important;
    /*display: block;*/
    text-align: left;
}

a.form-button
{
    background: transparent url('Img/button.jpg') no-repeat 0 0;
    display:block;
    width:73px;
    height:21px;
    line-height: 21px;
    text-decoration: none;
    color: #000;
    text-align:center;
}

#Button1
{
    margin-left: 182px;    
}
#Button2
{
    margin-left: 175px;    
}
.video-title,
.login-title
{
    font: 17px 'Segoe UI', Arial, sans-serif;
    color:#fff;
    position: absolute;
    top: 50px;
}

.video-title
{
    left: 114px;
}

.login-title
{
    left: 472px;
}