  body{

			 margin:0px auto;
			 padding:0px;
			 text-align:center;	
			 background: #FFFFFF;
			 background-attachment: fixed;
			 font-family: "MS Sans Serif", "Microsoft Sans Serif"; 
			 font-size: 10px;
			 color: #666666;
			 scrollbar-face-color: #CDED48;
			 scrollbar-highlight-color: #FFFFFF;
			 scrollbar-shadow-color:#E5F799;
			 scrollbar-3dlight-color:#E5F799;
			 scrollbar-arrow-color:#FFFFFF;
			 scrollbar-track-color:#FFFFFF;
			 scrollbar-darkshadow-color:#E5F799;
		}

		div,td,th{

			 font-size: 10px;
			 color: #666666;
			 font-family: "MS Sans Serif", "Microsoft Sans Serif"; 

		}

		a:link {
			 color: #235376;
			 text-decoration: none;
		 }
		a:hover {
			 color: #ff9900;
			 text-decoration: underline;
		 }
		a:visited {
			  color: #235376;
			  text-decoration: none;
		 }

		input { 
			  border :1px solid #AEB136;
			  font-size: 10pt;


			  
		 }

		 .color_button{

              border-width :1px;
			  border-style:solid ;
		      border-color: #E5F799 #3C7D03 #3C7D03 #E5F799;
			  background-color: #CDED48;
			  color: #3C7D03;




		 }

		.radio {
			 background: transparent; 
			 text-decoration: none
		}

		textarea{
			 border :1px solid #FFFFFF;
			 background: #FFFFFF;
		 }
		select{ 
			font-size: 10px; 
			width:120px;
			border: 1px solid #FFFFFF;
			background: #FFFFFF;

		}


			#clear{

				clear: both;
				line-height:0px;
				height: 0px;


			}

			#main{
				margin:0px auto;
				width: 780px;

			}


			#left_column{ /* sum margin+border = 156 px*/

			   width:150px;
			   float:left;
			   text-align:left;
			   margin:0px 3px 0px 1px;
			  
			}


			 #right_column{

			   width:624px;
			   float:left;
			  
			}


			#left_main{  

				width:468px;
				float:left;
				
			}

			#right_main{  /*156+border box2px+margin*/

				width:150px;
				float:left;
			    text-align:left;
			    margin:0px 1px 0px 3px;

			}


			#box{

				width:150px;
				background:#CDED48;
				border:1px solid #A4C436;
				margin-bottom:4px;
				overflow:hidden;


			}

			#box div{

				margin:4px 0px 4px 0px;
				overflow:hidden;


			}

			#box #boxwhite{

				margin:4px 4px 4px 4px;
				background:#FFFFFF;
				overflow:hidden;

			}

			#box #boxorange{

				margin:4px 4px 4px 4px;
				background:#E5F799;
				overflow:hidden;

			}


			#box_blue{

				width:150px;
				background:#E5F799;
				border:1px solid #B6CB72;
				text-align:center;
				margin:4px 0px 4px 0px;
				overflow:hidden;

			}

			#box_banner{

				width:150px;
				background:#E5F799;
				border:1px solid #B6CB72;
				text-align:center;
				margin:4px 0px 4px 0px;
				overflow:hidden;

			}


			#box_banner div{

				margin:7px 0px 7px 0px;

			}
		

			.row_login{

                 background:#E5F799;
				 width:140px;
				 margin-bottom:3px;
				 text-align:left;
				 overflow:hidden;


			}

			#line{
                 background:#5DB213;
				 width:780px;
				 height:4px;
				 margin-bottom:5px;
				 margin-top:5px;
			}

			.textbox_color{

                  border: 1px solid #AEB136;

			}

			.font_login{

                    color:#304924;
					font-weight:bold;
			}

			#line_update{

					border-top:3px solid #5DB213;
					border-bottom:3px solid #5DB213;
					margin-top:8px;

			}
			ul#tipList {
				margin-left: 25px;
				list-style-image: url(/album/images_new/icon_bull.gif);
			}
			ul#tipList a:link, ul#tipList a:visited {
				color: #235376;
				text-decoration: none;
			}
			ul#tipList a:hover {
				color: #ff9900;
				text-decoration: underline;
			}
