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

img, div, input, .inner-banner,      { behavior: url("iepngfix.htc") }

body {
	background-image:url(../images/bg.jpg);
	background-repeat:repeat-x;
	background-color:#ecffe1;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.gen-text { font-family: "Leelawadee",Arial, Helvetica, sans-serif; font-size:12px; color:#000; }
.gen-text a { font-family:"Leelawadee",Arial, Helvetica, sans-serif; font-size:12px; text-decoration:none; color:#000; }
.gen-text a:hover { font-family:"Leelawadee",Arial, Helvetica, sans-serif; font-size:12px; text-decoration:none; color:#639b2c; }

.bold-text {
	font-family:"Leelawadee",Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:12px;
	color:#060;
	line-height: 17px;
}
.bold-text-two { font-family:"Leelawadee",Arial, Helvetica, sans-serif; font-weight:bold; font-size:12px; color:#333; }

.top-text { font-family:"Leelawadee",Arial, Helvetica, sans-serif; font-size:11px; color:#666; }

.footer-text { font-family:"Leelawadee",Arial, Helvetica, sans-serif; font-size:11px; text-decoration:none; color:#000; }
.footer-text a { font-family:"Leelawadee",Arial, Helvetica, sans-serif; font-size:11px; text-decoration:none; color:#000; }
.footer-text a:hover { font-family:"Leelawadee",Arial, Helvetica, sans-serif; font-size:11px; text-decoration:none; color:#639b2c; }

.line {
	border-top-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #000;
}




.circular--square {
  border-radius: 70%;
  
}
The style rule above is the shorthand for:

.circular--square {
     box-shadow: 10px 10px
  border-top-left-radius: 50% 50%;
  border-top-right-radius: 50% 50%;
  border-bottom-right-radius: 50% 50%;
  border-bottom-left-radius: 50% 50%;
  border-color:black;
  overflow: hidden;
}


/* For generic page styles. Not for sliders. */

body {background:#F6F6F6;font:normal 0.9em Arial; margin:0; padding:0; padding-bottom:60px;}
h2 {display:inline;}
.div1, .div2 {width:700px;margin:0 auto;}
.div1 {margin-top:30px;margin-bottom:60px;text-align:center;line-height:20px;}
.div1 P {font-size:18px;}
.div1 a, .div2 a {color:#07C; }
.div1 a {margin:0 8px;}
.div1 a.current {color:black; text-decoration:none;}
.div2 {margin-top:70px;}
.div2 li {padding-top:6px;padding-bottom:6px;}
.green {color:Green;}
.cn {font-family: "Courier New", Georgia;}
#status {display:inline-block; margin-left:26px;line-height:50px;height:50px;vertical-align:middle;}

.code
{
    border: dashed 1px #BCBCCB; padding:8px 12px; background-color: #F3F3F9; white-space:pre; font-family:"Courier New", Georgia;
    font-size:12px; margin:6px 0;overflow:auto; 
}


