      /*input*/
    .color_button{
              border-width :1px;
			  border-style:solid ;
			  border-color: #CDEDFF #80B4DF #80B4DF #CDEDFF;
			  background-color: #E3F1F9;
			  color: #000000;
	 }

    .red{
       color:red;
	   font-weight:bold;
	}
	 .green{
       color:#81A505;
	   font-weight:bold;
	}

	.orange{
       color:#FF6C00;
	   font-weight:bold;
	}

    .gray{
       color:#8D8D8D;
	   font-weight:bold;
	}

	.blue{
       color:#519CD2;
	   font-weight:bold;
	}

    .textborder{
      border:1px solid #76663C;
	  width:150px;
	  background:#F6F4EF;
	  color:#695B31;
	  font-family:Verdana,Tahoma,"MS Sans Serif";
	  font-size:12px;
   }

    .textborder_short{
      border:1px solid #76663C;
	  width:70px;
	  background:#F6F4EF;
	  color:#695B31;
      font-family:Verdana,Tahoma,"MS Sans Serif";
	  font-size:13px;
   }

    .textborder_short_blue{
      border:1px solid #7F9DB9;
	  width:90px;
	  height:34px;
	  background:#F6F4EF;
	  color:#7F9DB9;
      font-family:Verdana,Tahoma,"MS Sans Serif";
	  font-size:30px;
   }


    .selection{
	  width:160px;
      background:#F6F4EF;
	  color:#695B31;
	}

    .selection_bg{
      background:#F6F4EF;
	  color:#695B31;
	}


   /*div*/
   #register_container{
		text-align:left;
		width:750px;
   }

   #register_header{
		height:11px;
		margin:8px 0 0 0;
   }

   #register_body{
	   text-align:left;
   }

   #register_footer{
		height:8px;
   }


	#register_body td,#register_body div{
	   color:#666666;
	   font-size:11pt;
	}

   .large{
	  font-size:24px;
	  color:#FFAA00;
	  font-weight:bold;
   }

   h4{
      color:#81A505;
	  font-size:11pt;
	  font-weight:bold;
   }

    /*table*/
	#container_data{
	  width:900px;
	  margin:auto;
	}


   .table_register{

   }
  
   .left_column{
        height:25px;
		width:200px;
		text-align:right;
		padding:0 4px 0 0;
		font-size:11pt;
   }

   .center_column{
        height:25px;
		width:450px;
   }

   .right_column{
   }
