td, th{
  font: 13px tahoma, verdana, sans-serif ;
  color:white;
}

.title {
  color: #cdcccc;
  font-size: 15px;
  font-weight: bold;
  padding-bottom: 5px;
}

body {
  font: 13px tahoma, verdana, sans-serif ;
  margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
  background-color: #0d0d0d;
  background-image: url(/images/bg.jpg);
  background-repeat: repeat-y;
  background-position:center;
  color:white;
}

a {
  color:#d4be04;
}

 select, textarea, .for_input {
  background-color:#120907;
  color: #d4be04;
  border-color: #764a26;
  border-width:2px;
}

.background_center {
	background-color: #0d0d0d;
	background-image: url(/images/background_line.jpg);
	background-repeat: repeat-x;
	background-position:top;
}

.table_left_top{
  font-size:10px;
  background-image: url(/images/angle_top_left.gif);
  background-repeat: no-repeat;
  background-position:top left;
}

.table_middle_top {
  font-size:10px;
  background-image: url(/images/bg_top_x.gif);
  background-repeat: repeat-x;
  background-position:top;
}

.table_right_top {
  font-size:10px;
  background-image: url(/images/angle_top_right.gif);
  background-repeat: no-repeat;
  background-position:top right;
}

.table_center_left {
  background-image: url(/images/bg_left_y.gif);
  background-repeat: repeat-y;
  background-position:left;
}

.table_center_right {
  background-image: url(/images/bg_right_y.gif);
  background-repeat: repeat-y;
  background-position:right;
}

.table_left_bottom {
  font-size:10px;
  background-image: url(/images/angle_bottom_left.gif);
  background-repeat: no-repeat;
  background-position:bottom left;
}

.table_middle_bottom {
  font-size:10px;
  background-image: url(/images/bg_bottom_x.gif);
  background-repeat: repeat-x;
  background-position:bottom;
}

.table_right_bottom {
  font-size:10px;
  background-image: url(/images/angle_bottom_right.gif);
  background-repeat: no-repeat;
  background-position:bottom;
}

.notice {
  border: 2px dotted red;
  padding: 5px;
  width: 80%;
  font-weight:bold;
}


/*.checkbox {
  background-color:#120907;
  color: #d4be04;
  border-color: #764a26;
  border-width:1px;
} */

.small_size {
  font:10px;
}
