﻿div.form_holder>div
{
    width:330px!important;
}

div.form_holder>div label
{
    width:90px!important;
}

input.editNote
{
    display:block;
    width:30px;
    height:30px;
    background:url(../Images/Icons/editNote.png) no-repeat center top;
    border-style:none;
}

input.editNote:hover
{
    background-position:center bottom;
}

input.video
{
    display:block;
    width:30px;
    height:30px;
    background:url(../Images/Icons/video.png) no-repeat center top;
    border-style:none;
}

