/* FieldSet */
.UDT_Form Fieldset, .UDT_Type_Captcha
{
    border: 1px solid #DE7C33;
    margin: 10px 0 20px;
    padding: 2em 10px 1em;
    position: relative;
    background: #D5E4F0;
}

/* Legend */
.UDT_Field legend
{
    color: #fff;
    background: #C41F26;
    border: 1px solid #781351;
    padding: 2px 6px;
    font-size: 13px; /* needed for IE */
    position: absolute;
    top: -10px;
    left: 20px;
}
/* Fields */
.UDT_Caption
{
    display: block;
    width: 90px;
    float: left;
}

.UDT_Input
{
    padding-bottom: 12px;
    display: inline;
}
/* Buttons */
.UDT_Buttons input
{
background:#0d3e64;    
color: #fff;
    border: 1.5px outset #87a2b8;
    padding: 6px;
    cursor: pointer;
   width:75px;
    height:30px;
}
.UDT_Buttons Input.UDT_Default
{
    /*background-image: url(http://www.dev.bonguilla.com/Portals/0/365-Button.jpg) ;*/
    border: 1.5px outset #87a2b8;
  
    font-weight: bold;
    color: #fff;
    width:75px;
    height:30px;
}



.C01GTT_Box
{
    width: 400px;
    margin: 0 auto;
}

.UDT_Field .UDT_Input input
{
    width: 100px;
}

.UDT_Field .UDT_Input table td input
{
    width: 25px;
}

.UDT_Field .UDT_Input table.NormalTextBox
{
    border: 0px;
}

.UDT_Default
{
    margin-left: -60px;
}

.UDT_Buttons
{
    margin-top: 10px;
}
