@charset "utf-8";
/* CSS Document 
	ต่างกับไฟลื style.css ตรงที่ แก้ขนาดของ panel เป็น 500px
	แล้วก็ไปแก้ขนาดของ midtitle = 500 - 18 -18 = 464px
	ที่ต้อง -18  สองครั้ง เพราะมันคือขนาดของรูปห่วง


*/

#embedpanel{
	width:500px;
	margin:0 0 0 0;
}

/* ส่วนหัวสีเทา ของรูป */


#embedtop1{	
	background:url(../images/head-gray.gif) repeat-x;
	height:33px;
}
#embedlogo{
	background:url(../images/kuipoll-logo-mini-tran.png) no-repeat;
	width:140px;
	height:33px;
	float:left;
}
#embedtop p {
	font-size:18px;
	font-weight:bold;
	font-family:Rage Italic,sans-serif, "MS Serif";
	color:#000000;
	padding:10px 0 0 0;
}


/* ส่วนหัวสีเขียสของรูป */
#embedtop2{	
	background:url(../images/head-green.gif) repeat-x;
	height:33px;
}

#embedtop2 p {
	font-size:18px;
	font-weight:bold;
	font-family:Rage Italic,sans-serif, "MS Serif";
	color:#000000;
	padding:10px 0 0 5px;
}


/* ส่วนหัวสีชมพู ของรูป */
#embedtop3{	
	background:url(../images/head-pink.gif) repeat-x;
	height:33px;
}

#embedtop3 p {
	font-size:18px;
	font-weight:bold;
	font-family:Rage Italic,sans-serif, "MS Serif";
	color:#000000;
	padding:10px 0 0 5px;
}

/* ส่วนหัวสีแดง ของรูป */
#embedtop4{	
	background:url(../images/head-red.gif) repeat-x;
	height:33px;
}

#embedtop4 p {
	font-size:18px;
	font-weight:bold;
	font-family:"Rage Italic",sans-serif, "MS Serif";
	color:#fff;
	padding:10px 0 0 5px;
}
/* ส่วนหัวสีๆ ของรูป */

#embedmidtitle{
	background:url(../images/topmid.gif) repeat-x;
	width:500px;
	height:55px;
	float:left;
}
#embedmidtitle p {
	font-size:14px;
	font-weight:bold;
	font-family:sans-serif, "MS Serif";
	color:#3333FF;
	text-align:center;
}

#embedmid p {
	font-size:12px;
	font-family:sans-serif, "MS Serif";
	color:#000000;
}
#embedmid a {
	font-size:12px;
	font-weight:normal;
	font-family:sans-serif, "MS Serif";
	text-decoration:underline;
	color:#000000;
}
#embedmid
{
	background:url(../images/bg-qembed.gif);
	height:inherit;
	padding:10px 10px 5px 5px;
	font-size:14px;
	font-family:sans-serif, "MS Serif";
	
}


#embedfoot
{	background:url(../images/footer.gif) repeat-x;
	height:8px;
}
