body
{
    font-size: .85em;
    font-family: "Trebuchet MS", Verdana, Helvetica, Sans-Serif;
    color: #232323;
    background-color: #fff;
    margin: 0px;
}

header,
footer,
nav,
section {
    display: block;
}

/* Styles for basic forms
-----------------------------------------------------------*/

fieldset 
{
    border:1px solid #ddd;
    padding:0 1.4em 1.4em 1.4em;
    margin:0 0 1.5em 0;
}

legend 
{
    font-size:1.2em;
    font-weight: bold;
}

textarea 
{
    min-height: 75px;
}

.editor-label 
{
    margin: 1em 0 0 0;
}

.editor-field 
{
    margin:0.5em 0 0 0;
}


/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error
{
    color: #ff0000;
}

.field-validation-valid
{
    display: none;
}

.input-validation-error
{
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors
{
    font-weight: bold;
    color: #ff0000;
}

.validation-summary-valid
{
    display: none;
}

.data_title
{
    font-weight:bold;
}

.data
{
    margin-bottom:10px;
}

#search_table
{
    width:40%;
}

.count_con
{
    float:left;
}

/*VG-BOX */

.vg_box
{
     width:338px;
     height:298px;
     font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: 
    #58585A;
    border:1px solid #E6E6E6;
      
}

.box_content
{
    background: white url("images/vg_bg.png") scroll repeat-x 0 100%;
    padding: 5px 0 34px 10px;
    
}

.box_search_table
{
    width:80%;
}

.box_head
{
    background: white url(images/header_bg.png) no-repeat 0px 100%;
    height: 30px;
}



input.text, input[type="text"] {
    background: url(/images/bg_input_127.png) no-repeat;
    height: 20px;
    padding: 4px 5px 0px 5px;
    margin: 0;
    width: 117px;
    border: 0 none;
    margin-bottom: 5px;
}

.con_text
{
    text-align:center;
    padding-top: 5px;
}

input.middletext {
background: url(/images/bg_input_243.png) no-repeat;
width: 233px;
}

#box_search_table
{
    border-collapse:collapse;
}

.a_middle
{
    text-align:center;
}

input.text1 {
background: url(/images/bg_input_110.png) no-repeat;
height: 20px;
padding: 4px 5px 0px 5px;
margin: 0;
width: 100px;
border: 0 none;
}

input.submit, input[type="submit"] {
    background: url(/images/bg_input_submit.gif) no-repeat;
    width: 105px;
    height: 24px;
    margin: 0;
    border: none 0;
    color: 
    white;
    cursor: pointer;
}

a {
    color:#BF2C37;
    text-decoration: underline;
}

#vg_box
{
    background: #edefef;
    width:338px;
     font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #58585A;
    border:1px solid #E6E6E6;
}

#box_header
{
    background: #bed000 url(images/logo_white.png) no-repeat 10px center;
    height: 50px;
    padding: 3px 0px 9px 0px;
}

#box_header h2
{
    color: white;
    font-size: 18px;
    padding: 5px 0px 0px 140px;
}

#content_wrapper
{
    padding: 10px;
}

#vg_box input[type=text]
{
    padding-left: 10px;
    line-height: 26px;
    width:300px;
    height: 26px;
    color: #666;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border: 1px #d1d1d1 solid;
    background: #fff;
}

#search_btn
{
    color: #fff;
    background: #bed000 ;
    display: block;
    font-size: 10px;
    line-height: 18px;
    padding-left: 5px;
    padding-right: 5px;
    text-transform: uppercase;
    font-weight: bold;
}

#footer_wrapper{
     background: #bed000 url(images/footer.png) no-repeat;
     height: 71px;
}

#link_wrapper
{
    text-align: center;
    padding-top: 25px;
}

#bis_link
{
    color: #fff;
    font-size: 20px;
}

#bankar_box
{
     background: #edefef;
     width:300px;
     height:300px;
     font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: 
    #58585A;
    border:1px solid #E6E6E6;
}


#bankar_box input[type=text]
{
    padding-left: 10px;
    line-height: 26px;
    width:260px;
    height: 26px;
    color: #666;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border: 1px #d1d1d1 solid;
    background: #fff;
}

#bankar_box a
{
    text-decoration:none;
}


#gr_box
{
     background: #edefef;
     width:308px;
     font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: 
    #58585A;
    border:1px solid #E6E6E6;
}


#gr_box input[type=text]
{
    padding-left: 10px;
    line-height: 26px;
    width:270px;
    height: 26px;
    color: #666;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border: 1px #d1d1d1 solid;
    background: #fff;
}



