html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
  position: relative;
}

#outer_box 
{
    width: 322px;
    background-color: #ffffff;
    border: solid 1px #cdcdcd;
    padding-left: 6px;
    padding-right: 6px;
}

#img_and_title
{
   padding-top:10px;
   padding-bottom: 10px;
}

#info_img
{
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 15px;
    float: left;
}

#title_label
{
    font-family: arial;
    font-size: 14px;
    color: #313030;
    top: 1px;
}

#inner_box
{
    width: 320px;
    padding-top:15px;
    padding-bottom: 15px;
    background-color: white;
    border: solid 1px #cdcdcd;
}

#radio_container_1
{
    clear:both;
    padding-right: 5px;
    padding-left: 5px;
}

#radio_1 
{
    float: left;
    margin-bottom: 20px;
}

#radio_text_1
{
   top: 2px;
}

#radio_container_2
{
    clear:both;
    padding-right: 5px;
    padding-left: 5px;
}

#radio_2 
{
    float: left;
    margin-bottom: 20px;
}

#radio_text_2
{
   top: 2px; 
}

.radio_text
{
    font-family: arial;
    font-size: 11px;
    color: #6d6d6d;
}

#buttons
{
    height: 36px;
}

#ok_img
{
    top: 7px;
    cursor: pointer;
}