ul.common__errorlist
{
  list-style-type:      none;
  font-family:          courier new;
  font-size:            14px;
  font-weight:          bold;
  color:                #FF0000;
}

a.common__navlink
{
  text-decoration:      none;
  font-family:          tahoma;
  color:                #0000FF;
}

a.common__navlink:hover
{
  color:                #FF0000;
}





a.common__pagelink
{
  text-decoration:      none;
  font-family:          tahoma;
  font-size:            11px;
  color:                #0000FF;
}

a.common__pagelink:hover
{
  color:                #FF0000;
}

b.common__pagelink
{
  font-family:          tahoma;
  font-size:            12px;
  color:                #FF0000;
}


table#infobox
{
  width:                100%;
}

table#infobox td#bgg_top_left
{
  width:                11px;
  height:               11px;
  background-image:     url('../images/design/info_tl.gif');
  background-position:  left top;
  background-repeat:    no-repeat;
}

table#infobox td#bgg_top
{
  height:               11px;
  background-image:     url('../images/design/info_top.gif');
  background-position:  left top;
  background-repeat:    repeat-x;
}

table#infobox td#bgg_top_right
{
  width:                11px;
  height:               11px;
  background-image:     url('../images/design/info_tr.gif');
  background-position:  left top;
  background-repeat:    no-repeat;
}

table#infobox td#bgg_left
{
  width:                11px;
  background-image:     url('../images/design/info_left.gif');
  background-position:  left top;
  background-repeat:    repeat-y;
}

table#infobox td#bgg_right
{
  width:                11px;
  background-image:     url('../images/design/info_right.gif');
  background-position:  left top;
  background-repeat:    repeat-y;
}

table#infobox td#bgg_bottom_left
{
  width:                11px;
  height:               11px;
  background-image:     url('../images/design/info_bl.gif');
  background-position:  left top;
  background-repeat:    no-repeat;
}

table#infobox td#bgg_bottom
{
  height:               11px;
  background-image:     url('../images/design/info_bott.gif');
  background-position:  left top;
  background-repeat:    repeat-x;
}

table#infobox td#bgg_bottom_right
{
  width:                11px;
  height:               11px;
  background-image:     url('../images/design/info_br.gif');
  background-position:  left top;
  background-repeat:    no-repeat;
}

p#page_header
{
  font-family:          verdana;
  font-size:            16px;
  font-weight:          bold;
  padding-left:         10px;
  color:                #395194;
}




table.form_order
{
  width:                500px;
}

table.form_order td
{
  vertical-align:       top;
}

table.form_order td#left_field
{
  width:                30%;
  font-family:          verdana;
  font-size:            11px;
  text-align:           right;
}

table.form_order td#right_field
{
  width:                70%;
}

table.form_order td#right_field input#input_text, textarea#input_text
{
  width:                99%;
  font-family:          tahoma;
  font-size:            11px;
  border:               1px solid #395194;
}

table.form_order td#right_field textarea#input_text
{
  height:               80px;
}

pre
{
  padding: 10px 0px 10px 20px;
}