#room_new {
   margin:0px 5px 10px 5px;
   padding:0;
   width:720px;
   background:#F5F5F5;
   border:1px dotted #999999;
}
/* column ซ้ายขวาหลักๆในการแสดงผลข้อมูลหลักจาก Databases */
#room_new .column_one {
    float:left; 
    width:250px;
    margin:0 2%; 
	text-align:center;
	background:#F5F5F5;
}
#room_new .column_two { 
   float:right; 
   width:350px;
   margin:0 1%; 
   line-height:25px;
   text-align:left;
   color:#000000;
}

/* column แบ่งเป็นสองส่วนในการแสดงผลเท่าๆกัน */
#room_new .column_left { float:left; width:40%; margin:0 2%; line-height:25px; text-align:left; }
#room_new .column_right { float:right; width:40%; margin:0 1%; line-height:25px;  text-align:left; }

#room_new .normal_content {
	width:640px;
	display:table;
	margin:0 auto;
	text-align:left;
	margin-bottom:10px;
}

#room_new .room_detail {
     color:#0033FF;
	 padding:10px;
	 border:#FF9933 dotted 1px;
	 background:#FFF5EC;
}

#room_new H1 {
    background:#99CC33;
	text-align:center;
	padding-left:15px;
	color:#000000;
	font-weight:bold;
	font-size:14px;
}

#room_new H1 a {
    color:#FFFF66;
}

#room_new .scroll {
    height:500px;
	overflow:scroll;
}

#room_new a.company {
   color:#666666;
   font-weight:bold;
   text-decoration:none;
}
