@charset "utf-8";
/* CSS Document */

		#allInBox{width:640px; height:auto; float:left; font-family:Verdana, Arial, Helvetica, sans-serif;}
			#allInBoxTop{width:640px; height:5px; background-image:url(../allInBoxBackTop.png); background-repeat:no-repeat;}
			#allInBoxCenter{width:630px; height:auto; background-image:url(../allInBoxBackCenter.png); background-repeat:repeat-y; overflow:hidden; padding:0px 5px 0px 5px;}
				.contentBox{width:auto; height:auto; overflow:hidden; background-color:#f0f0f0; padding:6px;}
			#allInBoxBottom{width:640px; height:5px; background-image:url(../allInBoxBackBottom.png); background-repeat:no-repeat;}
			
			/*ALLINBOX CONTENT CSS*/
			#AIB1{width:auto; height:auto; overflow:hidden;}
				#AIBbtns{width:168px; height:252px; float:left;}
					#AIBbtn1{width:158px; height:53px; background-image:url(../allInBox/boxBtnBack.png); background-repeat:no-repeat; background-position:center; 
					font-family:Geneva, Arial, Helvetica, sans-serif; font-size:13px; padding:5px; color:#666666;}
					#AIBbtn1:hover{border:solid 3px #f0f0f0; width:158px; height:53px; padding:2px; color:#CC0000; cursor:pointer;}
				#AIBcontents{width:443px; height:252px; float:right; background-color:#cecece; background-image:url(../allInBox/Shape-15.png); background-repeat:no-repeat;
				background-position:left 25px; overflow:hidden;}

			
				.oneCompany{width:611px; background-color:#EEEEEE; height:30px; overflow:hidden; padding:1px; margin-bottom:3px;}
				.oneCompany:hover{ background-color:#CCCCCC;}
					.oneCompany span{ font-size:11px; color:#999999;}
