body{
	font-family:Tahoma;
	font-size:11px;
}

input[type="text"],input[type="password"]{ 
	font-family:Tahoma;
	font-size:11px;
}

input[type="submit"],input[type="reset"],input[type="button"]{ 
	font-family:Tahoma;
	font-size:11px;
	clear:both;
	background:#666666;
	text-align:center;
	color:#FFFFFF;
	border:solid #666666;
}


/* ตาราง article */
table.three{
	width:95%;
	border:0; 
	margin:1em auto;
} 
table.three th { 
	border-bottom:1px solid #2C4C0B; 
	border-top:1px solid #2C4C0B; 
	background-color:#48700D ;
	font-family:Tahoma;
	font-size:11px;
	font-weight:bold;
	color:#FFFFFF	
}
table.three td { 
	padding:5px; 
	border-bottom:2px dotted #CCC; 
}


/* เลขหน้า */
table.class2 {
	width:95%;
	margin:1em auto;
	border-collapse:collapse;
	color:#2C4C0B;
}
table.class2 a{
	text-decoration:none;
	color:#2C4C0B;
}


/* ตารางซื้อ-ขายบ้าน*/
table.class1 {
	width:95%;
	border-top:1px solid #2C4C0B;
	border-right:1px solid #2C4C0B;
	margin:1em auto;
	border-collapse:collapse;
	}

table.class1 tr.odd td	{
	background:#ECF0F3;
	}
table.class1 tr.odd column1	{
	background:#f4f9fe;
	}	
table.class1 column1	{
	background:#f9fcfe;
	}
table.class1 td {
	color:#678197;
	border-bottom:1px solid #2C4C0B;
	border-left:1px solid #2C4C0B;
	padding:.3em 1em;
	text-align:center;
	}				
table.class1 th {
	font-weight:normal;
	color: #678197;
	text-align:left;
	border-bottom: 1px solid #2C4C0B;
	border-left:1px solid #2C4C0B;
	padding:.3em 1em;
	}
	
table.class1 thead th {
	background:#48700D;
	text-align:center;
	font-family:Tahoma;
	font-size:11px;
	font-weight:bold;
	color:#FFFFFF
	}
	

/* ฟอร์มข้อมูล */
.feedbackform{
padding: 5px;
margin-left:20px;
font-family:Tahoma;
font-size:11px;
}

div.fieldwrapper{ /*field row DIV (includes two columns- Styled label column and 'thefield' column)*/
width: 450px; /*width of form rows*/
overflow: hidden;
padding: 5px 0;

}

div.fieldwrapper label.styled{ /* label elements that should be styled (left column within fieldwrapper DIV) */
float: left;
width: 150px; /*width of label (left column)*/
text-transform: uppercase;
border-bottom: 1px solid #48700D;
margin-right: 15px; /*spacing with right column*/
font-weight:bold;
}

div.fieldwrapper div.thefield{ /* DIV that wraps around the actual form fields (right column within fieldwrapper DIV) */
float: left;
margin-bottom: 10px; /* space following the field */
font-family:Tahoma;
font-size:11px;
}

div.fieldwrapper div.thefield input[type="text"]{ /* style for INPUT type="text" fields. Has no effect in IE7 or below! */
/*width: 200px;*/
font-family:Tahoma;
font-size:11px;
}

div.fieldwrapper div.thefield input[type="password"]{ /* style for INPUT type="text" fields. Has no effect in IE7 or below! */
/*width: 200px;*/
font-family:Tahoma;
font-size:11px;
}

div.fieldwrapper div.thefield textarea{ /* style for TEXTAREA fields. */
/*width: 250px;
height: 150px;*/
font-family:Tahoma;
font-size:11px;
}

div.fieldwrapper div.thefield select{ /* style for select fields. */
/*width: 250px;
height: 150px;*/
font-family:Tahoma;
font-size:11px;
}

div.buttonsdiv{ /*div that wraps around the submit/reset buttons*/
margin-top: 5px; /*space above buttonsdiv*/
font-family:Tahoma;
font-size:11px;
}

div.buttonsdiv input{ /* style for INPUT fields within 'buttonsdiv'. Assumed to be form buttons. */
/*width: 80px;
background: #e1dfe0;*/
font-family:Tahoma;
font-size:11px;
}
