#bluecolor  {
    background-color: #DBF0FD; /*สีฟ้าอ่อน*/
}
#pinkcolor  {
    background-color:#FFE8FF /*สีฟ้าอ่อน*/
}


.COO {
	width:99.7%; height:70px;;
	/*โค้ง*/
	-webkit-border-radius: 1em;
	-moz-border-radius: 1em;
	border-radius: 1.5em;
	color: #d7d7d7;
	/*ขอบ*/
	border: solid 1px #69DD42;
	background: #FFF;
	
}

.text_label{
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	color:#000;
	padding-left:5px;
	padding-right:5px;
}

table.coll 
{
	border-collapse:collapse;
	border:1px solid #999999;
}

.txt_border {
	border:none; //นี้คือทำให้ เส้นขอบหายไป
	background:none; //ทำให้ ฉากหลัง	
}

.txt_border_yell {
	border:none; //นี้คือทำให้ เส้นขอบหายไป
	background:#FFFFCC; //ทำให้ ฉากหลัง
	
}

fieldset { 
  border:1px solid #999 ;	
  -webkit-border-radius: 1em;
  -moz-border-radius: 1em;
  border-radius: 1.5em;}
  

legend {
  /*padding: 0.5em 0.5em;*/
  font-size:100%;
  text-align:left;

  }

.border_page { /*กรอบสีเทา*/
	border:solid 1px #CCC;
}

.txt_border {
	border:none; //นี้คือทำให้ เส้นขอบหายไป
	background:none; //ทำให้ ฉากหลัง	
}

#imagePreview0 {
    width: 180px;
    height: 210px;
    background-position: center center;
    background-size: cover;
    -webkit-box-shadow: 0 0 1px 1px rgba(0, 0, 0, .3);
    display: inline-block;
}
#imagePreview {
    width: 180px;
    height: 210px;
    background-position: center center;
    background-size: cover;
    -webkit-box-shadow: 0 0 1px 1px rgba(0, 0, 0, .3);
    display: inline-block;
}
#imagePreview2 {
    width: 310px;
    height: 180px;
    background-position: center center;
    background-size: cover;
    -webkit-box-shadow: 0 0 1px 1px rgba(0, 0, 0, .3);
    display: inline-block;
}
#imagePreview3 {
    width: 310px;
    height: 180px;
    background-position: center center;
    background-size: cover;
    -webkit-box-shadow: 0 0 1px 1px rgba(0, 0, 0, .3);
    display: inline-block;
}