﻿fieldset
{
    margin: 15px 0;
    padding: 5px;
    border: 1px solid #d9d9d9;
    clear: both;
    width: 500px;
}
legend
{
    font-weight: bold;
    font-size: 120%;
    color: #666;
    padding: 0 3px;
    margin-bottom: 5px;
}
.watermarkTextBox
{
    width: 200px;
    background-color: Aqua;
}
input, textarea
{
    /*width: 200px;*/
}
/*Reorder List*/
.dragHandle
{
    width: 10px;
    height: 15px;
    background-color: Blue;
    background-image: url(/images/bg-menu-main.png);
    cursor: move;
    border: outset thin white;
}
.callbackStyle
{
    border: thin blue inset;
}
.callbackStyle table
{
    background-color: #5377A9;
    color: Black;
}
.reorderListDemo li
{
    list-style: none;
    margin: 2px;
    background-image: url(/images/bg_nav.gif);
    background-repeat: repeat-x;
    color: #FFF;
}
.reorderListDemo li a
{
    color: #FFF !important;
    font-weight: bold;
}
.reorderCue
{
    border: dashed thin black;
    width: 100%;
    height: 25px;
}
.itemArea
{
    margin-left: 15px;
    font-family: Arial, Verdana, sans-serif;
    font-size: 1em;
    text-align: left;
}
.reorderListDemoTall li
{
    list-style: none;
    margin: 2px;
    background-color: Blue;
    color: #FFF;
}
.itemAreaTall
{
    margin-left: 15px;
    font-family: Arial, Verdana, sans-serif;
    font-size: 1em;
    text-align: left;
    width: 800px;
    height: 185px;
    margin-top: 15px;
}
.reorderCueTall
{
    border: dashed thin black;
    width: 100%;
    height: 200px;
    margin-bottom: 30px;
}
#sizeImage img
{
    width: 200px;
    height: 100px;
}
